/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11pt;
	color:#000000;
	margin-top: 0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.navyText {
	font-size: 11pt;
	color: #333399;
	font-weight: bold;
}

.redText {
	font-size: 11pt;
	color: #FF0000;
	font-weight: bold;
}

/* content */
td.content {
	background-image:url(images/content_background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color:#153576;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	text-align: justify;
}

td.content a {
	color:#153576;
}

td.content a:hover {
	color:#153576;
	text-decoration: underline;
}

td.content a:visited {
	color:#153576;
}

td.content h2 {
	font-family: Tahoma, Verdana;
	color: #153576;
	border-bottom: 1px dotted #004C80;
}

/*menu*/

td.menuheading {
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
	font-size: 12pt;
}

td.menuitem {
	color: #ffffff;
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}

td.menuitem a {
	color:#ffffff;
	text-decoration: none;
}

td.menuitem a:hover {
	color:#DDEEF8;
	text-decoration: none;
}

td.menuitem a:visited {
	color:#ffffff;
	text-decoration: none;
}

/* footer */
td.footer {
	font-size: 8pt;
	background-color: #004C80;
	padding: 5px;
	color: #ffffff;
}
td.footer a {
	color:#CC0000;
}

td.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* Main Menu Item widths  187px*/
width: 193px; 
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
/*force hasLayout in IE7 */
overflow: auto; 
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #ffffff;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
/*background of tabs (default state)*/
background-color: #153576; 
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #90B8D2;
text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
/*Sub Menu Items width */
width: 180px; 
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE */
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
