* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:80px;
}
a, h1, h2, h3 {
	color:#002a8f;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
#wrapper {
	width:900px;
	overflow:hidden;
	margin:0 auto;
	border:1px solid #ccc;
	border-top:none;
}
#header {
	height:115px;
	overflow:hidden;
	background:url(web_images/header_bg.png) repeat-y;
}
#header h1 {
	font-size:24px;
	margin:30px 0 0 0;
	padding:0 0 0 30px;
	background:url(web_images/logo.gif) 10px 7px no-repeat;
}
#header p {
	color:#ff6600;
	margin:0 0 0 30px;
}

#header .bannbox {
        left: 9120px;
	position: absolute;
}

#topmenu {
}
#topmenu ul {
	height:28px;
	overflow:hidden;
	background:#003c97;
	border-bottom:3px solid #ff6600;
	padding-left:20px;
}
#topmenu ul li {
	float:left;
	margin-right:2px;
}
#topmenu ul li a {
	color:#fff;
	padding: 5px 20px 7px 20px;
	display:block;
	font-size:13px;
}
#topmenu ul li a:hover, #topmenu .first {
	background:#2175d9;
}
#content {
}
#leftbox {
	float:left;
	width:180px;
	margin:20px 0 0 20px;
	display:inline;
}
#leftbox h2 {
	font-size:14px;
	margin-bottom:14px;
}
#leftbox p {
	margin-bottom:20px;
}
#leftbox input {
	border:1px solid #ccc;
	margin-bottom:4px;
	width:95%;
}
#leftbox li {
	border-bottom:0px dashed #ccc;
	padding:0px 0 0px 0;
}
#leftbox li a {
	display:block;
	color:#2175d9;
}
#leftbox li a:hover {
	color:#002a8f;
}
#leftbox .bannbox {
	text-align:center;
	margin:20px 0 20px 0;
}
#rightbox {
	float:left;
	width:660px;
	margin:20px 0 0 20px;
}
#rightbox h2{
	font-size:16px;
	margin-bottom:18px;
}
#rightbox p{
	line-height:20px;
	margin-bottom:20px;
}
#rightbox .post{
	margin-bottom:20px;
	background:url(web_images/listbg.png) no-repeat;
	padding:12px 12px 12px 12px;
	min-height:156px;
}
* html #rightbox .post{
	height:156px;
}
#rightbox .post h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}
#rightbox .post p{
	padding-left:20px;
}
#rightbox .post .logo{
	color:#FF6600;
	font-style:italic;
}
#rightbox .post .logo a{
	color:#FF6600;
}
#rightbox .banner{
	text-align:center;
	padding:10px;
	background:#eef1fb;
	height:60px!important;
	min-height:60px!important;
	overflow:hidden;
	border:1px solid #cedbff;
}
#footer{
	margin-top:50px;
	background:#2175d9;
		clear:both;
		color:#fff;
		text-align:center;
		height:60px;
		overflow:hidden;

}
#footer p{
	padding-top:20px;
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
/************************/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #1f8699 repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

