/*BEGIN GENERAL*/
html {
	height: 100%;
}
body {
	font-family: verdana, arial;
	font-size: 78%;
	line-height: 16px;
	color: #666666;
	background: #CCCCCC;
	text-align: center;
	height: 100%;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}
a:link {
	color: #3A287C;
}
a:active {
	color: #3A287C;
}
a:visited {
	color: #3A287C;
}
a:hover {
	color: #666666;
}
.input1 {
	font-family: verdana, arial;
	font-size: 100%;
	width: 200px;
}
.input2 {
	font-family: verdana, arial;
	font-size: 100%;
	width: 274px;
	height: 200px;
}
ul {
	padding: 0;
	margin: 0 0 0 40px;
}
/*END GENERAL*/

/*BEGIN PAGE HOLDER*/
#pageholder {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
/*END PAGE HOLDER*/

/*BEGIN HEADER*/
#headerholder {
	background: #FFFFFF;
	width: 100%;
	height: 100px;
}
#header {
	width: 561px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	margin: 10px 0 0;
}
#header p {
	font-size: 150%;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	float: right;
	margin: 13px 0 0;
}
#header span {
	color: #000000;
}
/*END HEADER*/

/*BEGIN HEADER 2*/
#header2 {
	background: #3A287C;
	width: 100%;
	height: 160px;
	clear: both;
}
/*END HEADER 2*/

/*BEGIN NAVIGATION*/
#navigationholder {
	background: #CCCCCC;
	width: 100%;
	height: 30px;
}
#navigation {
	width: 564px;
	margin: 0 auto;
}
#navigation ul {
	padding: 0;
	margin: 0 0 0 7px;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0 3px 0 0;
	list-style-type:none;
}
#navigation li a {
	line-height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button.gif) no-repeat 0 0;
	text-align: center;
	display: block;
	
	width: 91px;
	height: 23px;
}
#navigation li a:hover {
	line-height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button.gif) no-repeat 0 -23px;
	text-align: center;
	display: block;
	width: 91px;
	height: 23px;
}
#navigation li.on {
	line-height: 22px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button.gif) no-repeat 0 -23px;
	text-align: center;
	display: block;
	width: 91px;
	height: 23px;
}
/*END NAVIGATION*/

/*BEGIN CONTENT*/
#holder {
	background: url(../img/gradient.gif) repeat-x top;
	width: 100%;
}
#contentholder {
	background: #FFFFFF;
	width: 561px;
	margin: 0 auto;
}
#content {
	text-align: left;
	padding: 23px 0 0;
}
#content p {
	margin: 0;
	padding: 0 23px 10px;
}
#content span {
	font-weight: bold;
	color: #3A287C;
}
#contentleft {
	float: left;
	width: 373px;
}
#contentleft p {
	margin: 0;
	padding: 0 0 10px 23px;
}
#contentleft span {
	font-weight: bold;
	color: #3A287C;
}
#contentleft p.bottom {
	margin: 0;
	padding: 0 23px;
}
#contentright {
	float: right;
}
#contentright img {
	border: solid 1px #3A287C;
	margin: 0 23px 40px 0;
}
#contentright img.bottom {
	margin: 0 23px 0 0;
}
#contentbottom {
	background: url(../img/contentbottom.gif) no-repeat;
	width: 561px;
	height: 23px;
	margin: 0 auto;
}
/*END CONTENT*/

/*BEGIN LOGOS*/
#logos {
	width: 561px;
	padding: 0 0 43px;
	margin: 10px auto 0;
}
#logos img {
	margin: 0 40px 0 0;
}
#logos img.right {
	margin: 0;
}
/*END LOGOS*/

/*BEGIN FOOTER*/
#footerholder {
	background: #3A287C;
	width: 100%;
	height: 30px;
	border-top: solid 3px #000000;
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
}
#footer {
	width: 561px;
	margin: auto;
}
#footer p {
	color: #FFFFFF;
	float: left;
	margin: 6px 0 0;
}
#footer span {
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin: 6px 0 0;
}
#footer a:link {
	color: #B5D324;
}
#footer a:active {
	color: #B5D324;
}
#footer a:visited {
	color: #B5D324;
}
#footer a:hover {
	color: #FFFFFF;
}
/*END FOOTER*/