/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #3366CC;
}
a:hover {
	color: #333333;
}
body {
	background: #F9F9F7 url(images/a1.gif) repeat-x center top;
	color: #333;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p,cite,code,ul,ol {
	font-size: 12px;
	padding-bottom: 1.2em;
}
ul,ol {margin-left: 2em;}
h1 {font-size: 15px;}
h2 {font-size: 13px;}
h1,h2,h3 {color: #000000;}



.smallsub {
	font-size: 11px;
}

.linkbold {
	font-weight: bold;
	}

.status {
	color:#000066;
	font-size:14px;
	font-style:italic;
	font-weight: bold;
}

/* misc */
.clearer {clear: both;}

/* structure */
.everything {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 780px;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-width:thin;
	border-color:#369;
}

.container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 750px;

}

/* top */
.top {
	background: #FFFFFF;
	font: normal 2.4em Verdana,sans-serif;
	height: 15px;
	margin: 0 auto;
	width: 750px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 0px;}
.top a:hover {
	color: #FFF;
	background-color: #FFFFFF;
}

/* header */
.header {
	background: url(images/horizon_banner1.jpg) no-repeat;
	height: 150px;
	margin: 0 auto;
	width: 750px;
}

/* navbar */
.navbar {
	background-color:#000000;
	height: 35px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.navbar a {	
	color:#FFFFFF;
	text-decoration:none;
	}
	
.navbar a:hover {
	color:#99C;
	text-decoration:none;
	
	}


/* main */
.main {
padding-top:10px;}

/* navigation */
.navigation {
	float: left;
	margin-left: 0px;
	padding-top: 0	px;
	width: 120px;
}

.navigation h1 {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	padding-left: 6px;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #305790;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.navigation li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #369;
}
.navigation li a:hover {
	background: #FFFFFF;
	color: #333333;
}

/* footer */
.footer {
	background-color:#369;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 750px;
}
.footer a {color: #FFFFFF;}
.footer a:hover {color: #333366;}


/* content */
.content {
	float: left;
	margin-left: 12px;
	margin-top: 12px;
	width: 618px;
	background-color:#FFFFFF;
	font-size: 11px;	
}
