body 
{
	margin: 0px;
	font-size: 11px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#root
{
	font-size:11px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:auto;
	border-left-color:#00327D;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#00327D;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#00327D;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#00327D;
	border-top-style:solid;
	border-top-width:1px;
}
#header
{
	height:78px;
	width:auto;
	background-image:url(header_bg.png);
	background-repeat:repeat-x;
}

#footer
{
	background-image:url(footer_bg.png);
	background-repeat:repeat-x;
	clear:left;
}
.footerText
{
	color:#FFFFFF;
	font-size:9pt;
}

a
{
	font-size: 11px;
	color:#000033;
	color:#0033CC;
}
a:visited
{
	color:#003366;
	text-decoration: none;
}
a:hover
{
 color:#003366;
 border-bottom-style:dashed;
 border-bottom-color:#006699;
 border-bottom-width:1px;
}
a:active
{
text-decoration: none;
}
a:link
{
	text-decoration: none;
}

p
{
	font-size:12px;
}

li
{
	font-size:12px;
}

.genericBody
{
	font-size:11px;
}
.smallGreenText
{
	font-size:10px;
	color:#006600;
}	
.smallBlackText
{
	font-size:9px;
	color:#333333;
}

.courseInfo
{
	font-size:11px;
	color:#FF0000;
}



/******************WINDOWS Styles****************************/
.windowTitle
{
	color:#FFFFFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	vertical-align:bottom;
}
.windowIcon
{
vertical-align:bottom;
margin-top:5px;
}
/************END OF WINDOWS BOXES***************************/

/************CODE MESSAGE BOXES***************************/
#messageBox
{
margin:0 auto -1px auto;
	width:330px;
	padding:20px;
	height:auto;
	font-size:11px;
	border-bottom:#003399 2px dashed;
	border-top:#003399 2px dashed;
	border-left:#003399 2px dashed;
	border-right: #003399 2px dashed;
}
/************END CODE MESSAGE BOXES***************************/

