@charset "UTF-8";
/* CSS Document */

/*###BASICS###*/

body {
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#0066B2;
	background-color:#FFFFFF;
	background:url(../images/body-bg.jpg) repeat-x center top;
	margin:0px;
	padding:0px
}

h1, h2, h3, h4, h5, h6, p, form, ul {
	margin:0px;
	padding:0px;
}

h2 {
	font-size:120%;
}

h3 {
	font-size:100%;
	font-weight:bold;
}

#doc {
	width:760px;
	margin:auto;
}

a {
	color:#0066B2;
	text-decoration:none;
}

a:hover {
	color:#0066B2;
	text-decoration:underline;
}

/*###MISC###*/

img {
	border:none;
}

.clear {
	clear:both;
	height:1px;
}

.hidden {
	display:none;
}

.left {
	float:left;
	clear:none;
}

.right {
	float:right;
	clear:none;
	margin:0px 0px 20px 30px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.grey {
	color:#666666;
}

.spacer10 {
	height:10px;
}

.pad10 {
	padding:0px 0px 10px 0px;
}

/*###HEADER###*/

#header {
	width:758px;
	height:265px;
}

#header #toprow {
	clear:both;
}

#header #middlerow {
	clear:both;
}

#header #bottomrow {
	clear:both;
}

#header .topBoxLeft {
	width:178px;
	text-align:center;
	float:left;
	clear:none;
	padding:5px 0px 0px 19px;
}

#header .topBoxRight {
	text-align:center;
	float:left;
	clear:none;
	font-size:140%;
	padding:50px 0px 0px 40px;
	letter-spacing:5px;
}

#header .middleBoxLeft {
	width:196px;
	text-align:center;
	float:left;
	clear:none;
	padding:0px;
	margin:0px;
}

#header .middleBoxRight {
	text-align:left;
	width:522px;
	height:27px;
	padding:5px 0px 0px 40px;
	font-weight:bold;
	float:left;
	clear:none;
	background:url(../images/menu-bg.gif) repeat-x;
	color:#FFFFFF;
}

#header .bottomBox {
	background:url(../images/header-image.jpg) no-repeat;
	width:758px;
	height:119px;
}

#header ul {
	list-style:none;
}

#header ul li {
	display:inline;
	padding:0px 30px 0px 0px;
	font-size:80%;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover {
	color:#FFD300;
	text-decoration:none;
}

#header a.on {
	color:#FFD300;
}

/*###MAIN CONTENT###*/

#content {
	width:730px;
	padding:0px 14px 0px 14px;
	font-size:70%;
	line-height:17px;
}

#content p {
	padding:0px 0px 10px 0px;
	margin:0px;
}

#content ul {
	padding:0px 0px 10px 0px;
}

#content ul li {
	margin:0px 0px 0px 15px;
}

#content .contentBox {
	width:100%;
}

#content .contentBoxLeft {
	float:left;
	clear:none;
	width:374px;
	padding:0px 30px 0px 0px;
}

#content .contentBoxRight {
	float:left;
	clear:none;
	width:320px;
}

#content .column {
	float:left;
	clear:none;
	width:180px;
	height:220px;
	color:#666666;
}

#content .columnwide {
	float:left;
	clear:none;
	width:250px;
	color:#666666;
}

/*###FOOTER###*/

#footer {
	width:760px;
	margin:auto;
	clear:both;
	text-align:center;
	padding:40px 0px 20px 0px;
}

#footer ul {
	list-style:none;
	border-top: 2px solid #FFD300;
}

#footer ul li {
	display:inline;
	font-size:70%;
}

#footer ul.logo {
	list-style:none;
	border:none;
}

#footer ul.logo li {
	display:inline;
	padding:0px 28px 0px 28px;
}

#footer p {
	padding:10px 0px 0px 0px;
	font-size:60%;
}
