/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	letter-spacing: normal;
	margin: 0;
}

#container
{
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin: 0;
}

H1, H2, H3, H4
{
    COLOR: #000000;
}
H1	{	

	font-size:	18pt;
	font-weight:	bold;
	}	

H2	{	

	font-size:	16pt;
	font-weight: bold;
}

H3	{	

	font-size:	12pt;
	font-weight: bold;
}

H4	{	

	font-size:	10pt;
	font-weight: normal;
}

.white	{	
	font-weight: bold;
	font-size: 12pt;
	text-decoration:	none;
	color:	white;
	}	

.yellow	{	
	font-weight: bold;
	font-size: 12pt;
	text-decoration:	none;
	color:	yellow;
	}	

A:link
{
	font-weight: normal;
	font-size: 10pt;
	color: #0066ff;
	text-decoration: underline;
}

A:visited
{
	font-weight: normal;
	font-size: 10pt;
	color: purple;
	text-decoration: underline;
}	


A.TopMenuLink:link	
{

	font-weight: bold;
	font-size: 12pt;
	text-decoration:	none;
	color:	#efefef;
	}	


A.TopMenuLink:hover	{	

	font-weight: bold;
	font-size: 12pt;
	color: yellow;
	text-decoration: underline;
	}	
	
A.TopMenuLink:visited{	

	font-weight: bold;
	font-size: 12pt;
	text-decoration:	none;
	color:	white;
	}		
A.TopMenuLink:visited:hover{	

	font-weight: bold;
	font-size: 12pt;
	text-decoration:	none;
	color:	yellow;
	}			
		
	
A.NavMenuLink:link	{	

	font-weight: bold;
	font-size: 10pt;
	text-decoration:	none;
	color:	white;
	}	


A.NavMenuLink:hover	{	

	font-weight: bold;
	font-size: 10pt;
	color: yellow;
	text-decoration: underline;
	}

A.NavMenuLink:active	{	

	font-weight: bold;
	font-size: 10pt;
	color: yellow;
	text-decoration: underline;
	}

A.NavMenuLink:visited{	

	font-weight: bold;
	font-size: 10pt;
	text-decoration:	none;
	color:	white;
	}	
A.NavMenuLink:visited:hover	{	

	font-weight: bold;
	font-size: 10pt;
	color: yellow;
	text-decoration: underline;
	}

a.Copy, a.Copy:active, a.Copy:visited, a.Copy:hover
{
	font-weight:normal; 
	color:Blue; 
}
TD.NavMenuText
{
	font-weight: bold;
	font-size: 10pt;
	color: yellow;

}	
TD
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;

}

TD.TopMenuText
{
	font-weight: bold;
	font-size: 12pt;
	color: white;

}

.CopyText
{
	font-weight:bold;
}

.Large
{	

	font-size:	14pt;
	font-weight: bold;
}

/** Added Styles from Ryan **/
#header 
{
	background-color: #000099;
	height: 60px;
	width: 100%;
}
#topMenu 
{
	background-color: #000099;	
}
.hrSpacer
{
	background-color: #fff; 
	color: #fff; 
	width:100%;
	border-color:#fff;
	margin:0;
	padding-top:1px;

}

#contentPanel
{
	width: 850px;
	
}
#navigation 
{
	width: 135px;
	padding-right: 10px;
}
#navigation h3
{
	background-color: #ffcc00;
	margin: 0;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
}

#navigation .TopMenuLink
{
	color: #bdbdbd;
}

#mainContent
{
	background-color: #efefef;
}
#footer 
{
	margin-top: 15px;
	margin-left: 145px;
	width: 585px;
	background-color: #cccccc;
	text-align: center;
	padding: 10px;
}

#footer .footerText
{
	margin-left: auto;
	margin-right: auto;
	font-size: 6pt;
	width: 350px;
}

/** Question Styles **/
.questionItems 
{
	width: 500px;
}
.questionItems li
{
	padding-top: 10px;
}
