html, body {
	background-image: #afe7fe;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

#wrapper_outer {
	background: #ffffff;
	margin: 0 auto; /* top right bottom left */
	width: 900px;
	text-align: left;
	clear: both;
}

#wrapper_bottom {
	margin: 0 auto; /* top right bottom left */
	width: 900px;
	text-align: left;
	clear: both;
}

#header {
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 200px;
	margin: 0 0 0 0; /* top right bottom left */
	border-bottom: #303821 solid 1px;
	clear: both;
}

#wrapper_inner {
	background-image: url('../img/mainbg.png');
	background-repeat: repeat-y;
	margin: 0 auto; /* top right bottom left */
	width: 900px;
	text-align: left;
	border-bottom: #335b89 dotted 0px;
	clear: both;
}

#menu {
	background: #ffffff;
	width: 900px;
	height: 35px;
	margin: 0 0 0 0; /* top right bottom left */
	clear: both;
}

#menuitems {
	padding: 15px 10px 10px 15px; /* top right bottom left */
	color: #000000;
}

#menuitems a {
	background: #cb3434;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	border: #808080 solid 1px;
	padding: 6px 6px 6px 6px; /* top right bottom left */
}

#menuitems a:hover, #menuitems .sel {
	background: #000000;
	color: #ffffff;
}

#clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*MAIN*/

#main {
	width: 900px;
	clear: both;
}

#col1 {
	width: 634px;
	min-height: 400px;
	margin-top: 20px;
	float: left;
}

#col1 a, #col1 a:visited {
	color: #000000;
}

#col1 a:hover, #col1 a:active {
	color: #404040;
	text-decoration: none;
}

#col2 {
	background: #f8ca39;
	width: 265px;
	margin-top: 40px;
	border-top: #404040 solid 1px;
	border-left: #404040 solid 1px;
	border-bottom: #404040 solid 1px;
	float: left;
}

#col3 {
	width: 265px;
	margin-top: 40px;
	text-align: center;
	float: left;
}

/*FOOTER*/

#footer {
	background: #000000;
	width: 900px;
	height: 30px;
	clear: both;
}

#footertext {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding: 7px 15px 5px 0; /* top right bottom left */
	float: right;
}

#footertext a, #footertext a:visited, #footertext a:hover, #footertext a:active {
	color: #ffffff;
}

#logos {
	width: 900px;
	padding: 10px 0 10px 0; /* top right bottom left */
	text-align: center;
	clear: both;
}

/*HEADINGS, LINKS*/

h1 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 20px 15px 15px 15px; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

h2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 20px 20px 0 15px; /* top right bottom left */
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding-bottom: 6px;
	border-bottom: #000000 solid 1px;
}

p {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 15px 20px 0 15px; /* top right bottom left */
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	font-variant: normal;
}

#col2 p {
	font-size: 11px;
	line-height: normal;
}

table {
	margin: 0 15px 10px 15px; /* top right bottom left */
}

td {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

.small {
	font-size: 11px;
}

.error {
	color: #c00000;
}

.notice {
	color: #3b3fb9;
}

a, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #404040;
	text-decoration: none;
}

/*FORMS*/

input, textarea, select {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fafafa;
	border: #808080 solid 1px;
}

/*IMAGES*/

img {
	border: 0;
}
