/*==============================================================
	Styles.css
	Created by jeremy@positionmeonline.com
	Base style sheet last updated 26-04-2009
==============================================================*/

/*===== RESET STYLES =====*/

html, body, div, tr, td, ul, li, p {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
	font-style:normal;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, a img {
	border:0px none;
}

/*===== STANDARD STYLES =====*/

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: darkblue;
}

a {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
}

h1 {
	background: #0000A0;
	color: #F7CE00;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 10px 5px 10px;
	margin-bottom: 1em;
}

table.padded {

}

table.padded td {
	padding: 5px;
}

/*===== CUSTOM STYLES =====*/

.clear {
	float:none;
	clear:both;
	height:0px;
}

#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header {
	background: #000000;
	height: 110px;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

#menu {
	background: #000099;
	color: #FFFFFF;
	height: 25px;
}

#menu ul {
	list-style-type: none;
	height: 25px;
}

#menu ul li {
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #7F7FCC;
}

#menu ul li#last {
	border-right: 0px none;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #F7CE00;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
	float: left;
	background: #FFFFFF;
	width: 100%;
}

#col-left {
	float: left;
	width: 20%;
	height: 100%;
}

#col-middle {
	float: left;
	width: 60%;
	height: 100%;
}

#col-middle .inner {
	float: left;
	padding: 15px;
	width: 95%;
}

#col-right {
	float: left;
	background: #F7CE00;
	width: 20%;
	height: 100%;
}

#col-right .inner {
	padding: 10px;
}

#footer {
	clear: both;
	background: #000099;
	color: #FFFFFF;
	padding: 15px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#CAT_Custom_71841, #CAT_Custom_71843, #CAT_Custom_71845, #CAT_Custom_71847, #CAT_Custom_71849, #CAT_Custom_71851 {
	width: 50px;
}

.captchaimg img {
width:306px !important;
height:40px !important;
}
#CaptchaV2 {
width:300px !important;
}