/* ----- MUST USE nav class for links -----*/

a:link { 	
	text-decoration: none; 
} 
a:visited {
	text-decoration: none;
	color: #0000FF;
}

a.nav:active {
	color: #0000FF;
	font-weight: bold;
} 

a.nav:link {
	color: #0000FF;
	font-size: 16px;

}

a.nav:hover {
	color: #000066;
	font-size: 17px;
}

body {
	background-color:#00005B;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
}

h1 {
	color:#000000;
	font-size:24px;
	font: Copperplate Gothic Bold;
}
h2 {
	color:#000000;
	font-size:20px;
	
}



/* ----- class -----*/

/*  d0e4fb  94c1f3  */



.alert_small {
	color:#FF0000;
}
	
.alert_large {
	color:#FF0000;
	font-size:24px;
	}

.bold {
	font-weight: bold;
}

.bold_it {
	font-weight: bold;
	font-style: italic;
}

.calender_days_top {
	background-color: #B00000;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 8px;
	font-family: Tahoma;
    }

.calender_days {
	background-color: #FFFFCA;
	color: #0000FF	
    }
	
.calender_days_ntm {
	background-color: #999999;
	}
	
.calender_event {
	font-weight:bold;
	color:#FF0000;
	}	
	
.detailText {
	font:11px arial;
	color:#341d64;
	line-height:16px;
	letter-spacing:.1em;
	}


.first_letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8A6996;
    }

.mainbackground {
	background-color: #D3D3D3;
	}
		
.name {
	color: #0000FF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:15px;
	font-family: "Arial";
	font-size: 15px;
	}
	
.pageName{
    font-size:24px;
	color: #333333;
	letter-spacing:0.1em;
	}
	
.rss {
	font-size:14px;
}
	
.subHeader {
	font:16px georgia;
	color: #d453f4;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.style1 {
	color: #0000FF	
    }
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
	
.smallText {
	font:11px arial;
	color:#000000;
	}
	
.smalltextblue {
	font:11px arial;
	color:#0000FF;
	}
	
.smalltextwhite {
	font:11px arial;
	color:#FFFFFF;
	text-indent: 10px;
	letter-spacing: 2pt;
	}
	
.tblbordered1 {
	border: 1px solid #333333;
	}

.tblbordered2 {
	border: 2px solid #333333;
	}

.tblheader {
	background-color: #B00000;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 8px;
	font-family: Tahoma;
	}
	
.tblbody {
	background-color: #FFFFCA;
	}












/*------------------Begin menu styles----------------*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 123px; /*Width of top level menu link items*/
	padding: 2px 8px;
	border: 1px solid #202020;
	border-left-width: 0;
	text-decoration: none;
	color: Black;
	font: bold 13px Tahoma;
	background-image: url(../images/menu/menubg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	letter-spacing: 1pt;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 130px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #849af8;
border-width: 0 1px 1px 1px;
}

div#preload1 {background: url(../images/menu/menubgover.gif);display:none;}

.horizontalcssmenu ul li a:hover{
background: url(../images/menu/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #4063fb;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menu/menuarrow.gif) no-repeat center left;
}

* 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 */

