
body {
	background: url(../images/coolback.jpg) top center repeat-y;
	line-height: 1.4em;
	margin: 0px;
	text-align: center;
	font-family: verdana;
}

img { border: 0px; }

.main {
	border: 0px solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
}

.par { text-align: left; }

a { text-decoration:none; }

a:visited { color: #666666 }

a:hover {
	color:#666666;
	text-decoration: underline;
}

.leftcontent {
	width: 160px;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	color: #666;
	font-family: verdana;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: justify;
}

.leftcontent a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

.leftcontent a:hover {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

h1 {
	color: #006f94;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}

.maincontent {
	color: #666;
	border-left: 1px solid #ccc;
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
	float: right;
	width: 75%;
	padding-top: 0px;
	padding-right: 15px;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align:justify;
}

.maincontent li { padding: 0px; }

.footer {
	clear: both;
	color: #666;
	font-family: verdana;
	font-size: 12px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin: 10px;
	text-align:left;
	height: 5px;
}

.footer p { margin: 0px; }

.footer a:link {
	color: #999999;
	text-decoration: none;
}

.footer a:visited {
	color: #999999;
	text-decoration: none;
}

.footer p {
	margin: 10px;
	padding: 10px;
}

.leftfooter { width: 50%; }

.rightfooter {
	width: 50%;
	text-align: right;
}

.loginForm {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
	padding: 5px;
	width: 230px;
}

.chromestyle {
	width: auto;
	border: 1px solid #BBB;
	background-color: #3553e9;
	border-left: 0px;
	border-right:0px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
}

/*.chromestyle ul{

width: 100%;

margin: 0px;
padding: 0px 0px;
text-align: left; /*set value to "left", "center", or "right"
}

.chromestyle ul li{
display: inline;

}*/

.chromestyle a {
	color: #fff;
	font-size: 13px;
	font-family: verdana;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle a:visited { color: #fff; }

.chromestyle a:hover {
	font-size: 13px;
	margin: 0px;
	text-decoration: none;
	color:#cccccc;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	border: 1px solid #BBB;
	border-top: 0px; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 12px verdana;
	line-height:18px;
	z-index:100;
	background-color: #3553e9;
	width: 119px;
	margin-top: 4px;
	margin-left: -5px;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #fff;
}

* html .dropmenudiv a { /*IE only hack*/ width: 100%; }

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background: url(../images/navgradientover.jpg) center center;
	background-color: #506ae9;
	color:#fff;
}
