body {
	margin: 0;
}

body, td, form {
	font: normal 12px Times;
	/** Arial, Helvetica, Verdana, sans-serif **/
	color: white;
	background-color: #003;
}

form {
	margin: 0px;
	font-size: 15px;
	}

input {
	font-size: 14px;
	border: 1px solid white;
	}

textarea {
	font-size: 14px;
	border: 1px solid white;
	}

input[type=submit], input[type=reset]{
	color: white;
	background-color: #33335c;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	}

input[type=submit]:active, input[type=reset]:active {
	border-top: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	
	}

a {
	color: white;
	text-decoration: underline;
}

a:hover {
	background-color: #33335c;
	text-decoration: none;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -380px;
	width: 760px;
}

#sidenav {
	width: 180px;
	padding: 2px;
	border-right: 1px solid #666685;
	margin-bottom: 10px;
}

#sidenav a  {
	width: 156px;
	font-size: 12px;
	line-height: 18px;
	color: white;
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	display: block;
}

#sidenav a:hover {
	color: white;
	background-color: #33335c;
}

#sidenav ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 4px;
}

#sidenav li {
	list-style-type: none;
}

#sidenav img {
	padding: 6px;
	margin-bottom: 6px;
}

.nav1_link {
	width: 5.1em;
}

.nav2_link {
	width: 6.5em;
}

.nav3_link {
	width: 4em;
}

.nav4_link {
	width: 10.4em;
}

.nav5_link {
	width: 2.5em;
}



/*** DROPDOWN CSS ***/

#nav {
	margin: 0;
	float: right;
}

#nav a {
	font-size: 17px;
	font-weight: bold;
	color: white;
    text-decoration: none; 
    display: block;
	padding: 4px 8px;
	margin: 0;
}

#nav a:hover, #nav li:hover {
    background-color:#33335c; 
}

#nav li { 
    margin:0;   
    position: relative; 
    float: left;
    display:block;
    height:auto;
    text-align: left;
}
#nav ul {
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 12em; /* Width of Menu Items */
	}

#nav ul li {
	position: relative;
	float: left;
	width: 10em;
	background-color:#33335c;
	border-width:1px 1px 0 1px;
	border-style: solid;
	border-color: #003;
	}
	
#nav li ul {
	position: absolute;
	left: -0.1em;
	top: 2.0em;
	display: none;
	width: 10.1em;
	}

/* Styles for Menu Items */
#nav ul li a {
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	background: #44445c; /* IE6 Bug */
	/*padding: 5px;*/
	border: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav ul li a:hover { color: #fff; background: #33335c; } /* Hover Styles */
		
#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

/*** END dropdown css ***/


#content {
	padding: 14px 10px 10px 10px;
	}

#content ul li {
	float: none;
	height: auto;
	}

#content ul li a {
	height: auto;
	}


.two_col {
	text-align: justify;
	padding: 2px 10px 10px 10px;
}


.two_col ul li {
	float: none;
	height: auto;
	}

.two_col ul li a {
	height: auto;
	}

.homelist {
	text-align: left;
	margin-left: 15px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	line-height: 18px;
	word-spacing: -1px;
	}
	
.homelist li {
	padding: 2px 0px;
	}

#footer {
	border-top: 1px solid #666685;
	font: normal 9px verdana, sans-serif;
	word-spacing: -1px;
	padding-top: 3px;
	text-align: right;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	}

#homenav a {
	padding: 4px;
	text-decoration: none;
}

#homenav a:hover {
	background-color: #33335c;
}

#homenav img {
	margin-top: -6px;
}

.size1 {
	font-size: 16px;
	line-height: 19px;
}

.size2 {
	font-size: 14px;
	line-height: 17px;
}

.size3 {
	font-size: 12px;
	line-height: 15px;
}

.current {
	color: white;
	background-color: #33335c;
}
