/* Created by Michael Huang for Progresswire.com */

/***GENERAL***/
div, img, ul, li, h1, h2, body {
	margin:0; border:0; padding:0;
	/*border:1px solid red;*/
}
body {
	background:#D4DDED url(images/bak.gif) repeat-y center;
}
/***LAYOUT***/
.main_container {
	width:780px;
	margin:0 auto;
}
.header .logo {
	width:780px;
	padding-top:4px;
	height:58px;
	background:#296DC1 url("images/logo_repeat.gif") repeat-x bottom;
}
.header .header_menu {
	width:780px;
	height:28px;
	background:#003082;
}
	/* Contains ul "Home" */
.header .header_left {
	float:left;
}
	/* Contains address */
.header .header_right {
	padding-top:4px;
	padding-right:12px;
	font:normal 12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color:white;
	float:right;
}
.menu {
	float:left;
	height:100%;
	width:150px;
	background:#6E96D5;
}
.menu .inset {
	background:#D4DDED;
	color:#003082;
	padding:8px 0 8px 12px;
}
.content {
	float:left;
	width:586px; /* Takes into account padding */
	background:white;
	padding:17px;				
}
/* placed inside content */
.sidebar {
	float:right;
	width:140px; /* Makes margin for inner area */
	padding:0 0 0 10px;
	text-align:center;
}
.main {
}
/***ELEMENTS FOR CONTENT***/
.content h1 {
	color:#BB2610;/*#225E36;*/
	font:bold 22px Verdana, sans-serif;
}
.content h2 {
	color:#CE2424;/*#588528;*/
	font:bold 16px Verdana, sans-serif;
}
.content small {
	font:70% Verdana, sans-serif;
}
.content p, ul, ol, address {
	color:#00234C;
	font:90% Verdana, sans-serif;
}
.content ul {
	padding-top:8px;
}
.content li {
	line-height:1.5em;
	list-style:disc inside;
}
.content p {
	line-height:1.5em;
}
textarea {
	border:1px solid #003082;
	background:#FBFCFD;
}
input {
	border:1px solid #003082;
	background:#FBFCFD;
}
input.submit {
	border:2px outset #003082;
	margin-right:4px;
	background:#FBFCFD;
}
/***ELEMENTS FOR HEADER/MENU***/
#strong {
	font-weight:bold;
}
.menu li {
	padding-bottom:8px;
}
.menu #current {
	background:#3D67AA;
}
.images li {
	list-style:none outside;
}
.menu li, .header_menu li {
	padding-left:12px;
	list-style:none outside;
	font:bold 16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color:white;
}
.menu a:link, .menu a:visited, .header_menu a:link, .header_menu a:visited {
	color:white;
}
.menu a:active, .menu a:hover, .header_menu a:active, .header_menu a:hover {
	color:#FFCD2B;
}
.sidebar, .menu .inset address, p {
	color:#003082;
	font:normal 10px Trebuchet, Trebuchet MS, Verdana, sans-serif;
}
.sidebar small {
	font-size:100%;
}
.menu .inset a:link, .menu .inset a:visited {
	color:#296DC1;
}
.menu .inset a:active, .menu .inset a:hover {
	color:#3690FF;
}

	



