/***** Main Styles */
BODY {
background-color: #FFFFFF;
SCROLLBAR-FACE-COLOR: #e6e6e6;
SCROLLBAR-HIGHLIGHT-COLOR: #d3d3d3;
SCROLLBAR-SHADOW-COLOR: silver;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: gray;
SCROLLBAR-TRACK-COLOR: #f3f3f3;
SCROLLBAR-DARKSHADOW-COLOR: white
}

a:visited {text-decoration: none;}

/***** Normal Styles */
.normal_border {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #363636;
border-width: 1;
border-style: solid;
}

/***** Normal Styles */
.normal {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #000000;
}

.normal li {
font-size: 12px;
margin-left: 20px; 
list-style-position: outside; 
list-style-image: url("images/bullet.gif");
}

.normal ul 
{ 
padding-left: 0px; 
margin-left: 0px; 
}

.normal a:link {
color: #01296E;
text-decoration: underline;
}

.normal a:hover {
color: #01296E;
text-decoration: underline;
}

.normal a:visited {
color: #01296E;
text-decoration: underline;
}

/***** News Styles */
.news {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.news_heading {
font-family: Helvetica, Arial, sans-serif;
font-size: 17px;
color: #FFFFFF;
}

.news_subheading {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #4E3F99;
}

.news_more {
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
color: #FFFFFF;
}

.news_more a:link {
color: #FFFFFF;
text-decoration: none;
}

.news_more a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.news_more a:visited {
color: #FFFFFF;
text-decoration: none;
}

/***** Did You Know Styles */
.duk {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
}

.duk_heading {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
color: #4E3F99;
}


/***** Input Styles */

input, select, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 215px;
	font-size: 11px;
}


/***** Heading Styles */
.heading {
font-family: Helvetica, Arial, sans-serif;
font-size: 36px;
}

/***** Nav Styles */
.nav {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

.nav a:link {
color: #FFFFFF;
text-decoration: none;
}

.nav a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.nav a:visited {
color: #FFFFFF;
}

/*****  Sub-Nav Styles */

.subnav {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.subnav a:link {
color: #FFFFFF;
text-decoration: none;
}

.subnav a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.subnav a:visited {
color: #FFFFFF;
}


/***** Side-Nav Styles */
.sidenav_heading {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.sidenav {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #0264AD;
}

.sidenav a:link {
color: #002A6E;
text-decoration: none;
}

.sidenav a:hover {
color: #002A6E;
text-decoration: underline;
}

.sidenav a:visited {
color: #002A6E;
}


/***** Footer Styles */
.footer {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #FFFFFF;
}

.footer a:link {
color: #483593;
text-decoration: none;
}

.footer a:hover {
color: #483593;
text-decoration: underline;
}

.footer a:visited {
color: #483593;
}


/***** Other Misc Styles */
.right {
	background-position:right;
}

/*****MENU */
.list-menu {
width: 193px;
}

.list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
} 

.list-menu li {
margin: 0px 0 0;
} 

.list-menu a {
display: block;
width:180px;
border: 0px;
padding: 3px 3px 3px 10px;
background: #493492;
text-decoration: none; /*lets remove the link underlines*/
color: #FFFFFF;
} 

.list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

.list-menu a:hover {
border: 0px;
background: #69CEF6;
color: #ffffff;
} 
