html {
	height: 100%;
}
 body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	margin: 0px;
	padding: 0;
background-color: #005c84;
}

a:link {
	color: #ffff00;
	text-decoration: underline;
}
a:visited {
	color: #ffff00;
}
a:hover {
	color: #FFCF00;
	outline: 1px solid #fff;
}
a:active {
	color: #FFFFFF;
}
.bgIndex {
	margin: 10px 40px;
}
#bgimagetop {
	background: #005c84 url(../images/bg_top.gif) no-repeat;
	background-position: center;
	width: 100%;
	height: 42px;
	margin-top:0px;

}
#bgimagebottom {
	background: #005c84 url(../images/bg_bottom.gif) no-repeat;
	background-position: center;
	width: 100%;
	height: 42px;
}
#container {
	background: #005c84 url(../images/bg_middle.gif) repeat-y;
	background-position: center;
}

#content {
	width: 850px;
	text-align: left;
	padding: 20px 30px 0 0;
}
#headerimages {
	margin:0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #fff;
	height: 90px;
}
#acmaimage {
	width: 300px;
	float:left;
	padding-left: 30px;
	padding-top: 4px;
}
#cyberquollimages {
	width: 400 px;
	height: 75px;
	float: right;
	padding: 13px 10px 0 0;
	margin:0;
}


.heading {
	font-size: 32px;
	font-weight: bold;
}
#headerlinks {
	padding: 12px 0 25px 0;
	margin-top: 0px;
	width:100%;
	
	
	}
#indexheaderlinks {
	padding-top: 20px;
	padding-bottom: 25px;
}

#skiptocontent {
    position: relative;
    speak: normal;
	font-size: .7em;
	background-color: #fff;
}

#skiptocontent a:link {
	color: #0033cc;
}

#skiptocontent a:visited {
	color: #0033cc;
}



#footer {
	padding-top: 20px;
}
#systemrequirements {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: .8em;
}
#bulletpoints {
	padding-left: 40px;
}
#divcenter {
	height:97%;
 	width:100%;
	text-align: center;
}
a.imglink:hover, a.imglink:link, a.imglink:active, a.imglink:visited{
	outline: none;
}	
a.imglink img{
	outline: none;
	border: none;
}
.sysreqtable{
	border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;border:1px solid #E3E3E3;
	border-collapse: collapse;
	margin:20pt;
	text-align: center;
	font-size: .9em;
	speak-header:always;
}

.sysreqtable td{
	border:1px solid #E3E3E3;
	padding:6px;
	vertical-align:top;
}
.sysreqtable th{
	border:1px solid #E3E3E3;
	padding:6px;
	vertical-align:top;
}
.glossary{
	font-size: 1.25em;
	text-align: left;
	padding-top: 10px;
}

*{speak-header: always;}


#screenreaderalternative {
	position: absolute;
    left: -20000px;
}

caption.requirements{
    font-size: 1.1em;
    text-align: left;
}
