@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;	
	background-image: url(/netgain/2010/images/bg_netgain.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}


p, td {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 10px;
}

a {
	color: #d50303;
}

h1 {
	font-size:24px;
	color:#006699;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #a0dbeb;
}

h2 {
	color: #006699;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #a0dbeb;
}

h3 {
	color: #006699;
	font-size: 14px;
	padding-bottom: -50px;
}

h5 {
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-bottom: -20px;
	margin-top: -10px;
}

.twoColFixRtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #uniheader {
	background: #006699; 
	color: #000000; 
	padding: 0px 20px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
} 

.twoColFixRtHdr #uniheader a{
	color: #a0dbeb; 
} 
.twoColFixRtHdr #navbar {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffcc00;
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 0px 15px;
	border-left-style: dashed;
	border-left-color: #ffcc00;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #sponsors {
	padding: 5px 20px 5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
} 
.twoColFixRtHdr #footer {
	background:#d3eff6;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 20px 3px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
} 

.twoColFixRtHdr #footer a {
	color: #999999;
}

.twoColFixRtHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 14px;	
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	topmargin: 0;
}

#nav ul { /* all lists */
	padding: 5;
	margin: 0;
	list-style: none;
	line-height: 1.75;
}

#nav a {
	display: block;
	width: -999em;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: -999em;
	list-style: none;
	font-weight: bold;
	border-width: 1;
}


#nav li { /* all list items */
	float: left;
	padding: 0;
	width: -999em;* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	padding: 8px 5px 10px 8px;
	background: #ffcc00;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 15px;
	height: auto;
	/* width: -999em; */
	 /* w\idth: -999em; */
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding: 0px 0px 7px 0px;
	width: 13em
}

#nav li ul a { /* second-level lists */
	margin-left: 12px;
	color: #000000;
	text-decoration: none;
	padding: 0em 0em;
	hover: 0em 0em;
	display: block;
	width: -999em;
	w\idth: -999em;
	font-size: 11px;
	font-weight: bold;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

#content a {
	color: #990033;
}

#content a:hover {
	text-decoration: none;
}
