/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #000033;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
/*img {
	behavior: url(java/png_behavior.htc);
	}*/
a, a:link,a:visited {
	text-decoration:none;
	color:#ffffff;	
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:underline;
	color:#ffffff;	
	font-weight:bold;
}
hr {
	color:#FFFFFF;
	width:90%;
	background-color: #FFFFFF;
	padding:0px;
}
#wrapper {
	top: 0px;
	width: 780px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
table.contain {
	background-color:#033388;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:12px;
}

	
#leftcontent {
	position: relative;
	float:left;
	width:330px;
	height : auto;
	padding : 5px;
	left:5px;
}
#leftcontentwide {
	position: relative;
	float:left;
	width:550px;
	height : auto;
	padding : 5px;
	left:5px;
}
#contentfull {
	position: relative;
	float:left;
	width:750px;
	height : auto;
	padding : 5px;
	left:5px;
}
#contentfull a, #contentfull a:link, #contentfull a:visited {
	text-decoration:none;
	color:#ffffff;	
	font-weight:bold;
	font-size:14px;
}
#contentfull a:hover, #contentfull a:active {
	text-decoration:underline;
	color:#ffffff;	
	font-weight:bold;
	font-size:14px;
}
#centercontent {
	margin : 0px 200px 0px 350px;
	height : 550px;
	padding : 5px;
}
#rightcontentcontain {
	position: relative;
	display:inline;
	height : auto;
	float:right;
	width:200px;
	color: #003366;
}
#rightcontenttop {
	position: relative;
	display:inline;
	height : auto;
	float:right;
	width:166px;
	right: 10px;
	padding : 5px;
	background-color: #003365;
	color: #FFCC33;
	top:10px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#rightcontenttop a, #rightcontenttop a:link,#rightcontenttop a:visited {
	text-decoration:none;
	color:#FFCC33;	
	font-weight:bold;
}
#rightcontenttop a:hover, #rightcontenttop a:active {
	text-decoration:underline;
	color:#FFCC33;	
	font-weight:bold;
}	
#rightcontent {
	position: relative;
	display:inline;
	height : auto;
	float:right;
	width:166px;
	right: 10px;
	padding : 5px;
	background-color: #CCCCFF;
	color: #003366;
	top:10px;
}
#rightcontent a, #rightcontent a:link,#rightcontent a:visited {
	text-decoration:none;
	color:#003366;	
	font-weight:bold;
}
#rightcontent a:hover, #rightcontent a:active {
	text-decoration:underline;
	color:#003366;	
	font-weight:bold;
}
div.clear {
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
.headingwh {
	font-size : 20px;
	font-weight: bold;
	color:#ffffff;
}
.headingyl {
	font-size : 26px;
	font-weight: bold;
	color:#FFFE9A;
}
.headingmedyl {
	font-size : 20px;
	font-weight: bold;
	color:#FFFE9A;
}
.headingsmyl {
	font-size : 16px;
	font-weight: bold;
	color:#FFFE9A;
}
.smtxt {
	font-size : 10px;
	color:#ffffff;
}
td.calcell {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.calsmyl {
	font-weight: bold;
	color:#FFFE9A;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 100;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 100;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
/*width: 130px; Width of top level menu link items*/
height: 21px;
text-decoration: none;
color: black;
font: bold 13px Tahoma;
z-index: 100;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
z-index: 100;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 180px; /*width of sub menu levels*/
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	color:#ffffff;
	padding: 2px 5px;
	background-color: #990000;
	border-width: 0 2px 2px 2px;
	border-color:#990000;
	border-style:solid;
	z-index: 100;
	text-decoration:none;
}

.horizontalcssmenu ul li ul li a:visited, .horizontalcssmenu ul li ul li a:link{
color:#ffffff;
background: #990000;
text-decoration:none;
font-weight: 400;
font-size:12px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover, .horizontalcssmenu ul li ul li a:active{
	color:#F9C030;
	background: #990000;
	text-decoration:none;
	font-weight: 400;
	font-size:12px;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */