@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	background:#b3f5ff url(../images/bg.jpg) repeat-x;
	margin:0px;
}
a {
	color:#0069aa;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {

}
#wysiwyg {
	padding:5px;
	background:#FFFFFF;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:977px;
	height:134px;
	overflow:hidden;
}
#header_top {
	clear:both;
	margin:0px auto;
	padding-top:12px;
	width:977px;
	height:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#header_top a {
	color:#FFFFFF;
	font-weight:bold;
}
#header_top-left {
	float:left;
}
#header_top-right {
	float:right;
	text-align:right;
}
#logo {
	clear:both;
	float:left;
	width:319px;
	height:96px;
}

/*** NAV ***/

#nav {
	float:left;
	margin-top:39px;
	width:656px;
	height:56px;
}
#nav a {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:22px;
	height:34px;
	padding-left:18px;
	padding-right:18px;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	width:977px;
}

#content_top {
	width:977px;
	height:263px;
}

#content_1 {
	float:left;
	width:378px;
	height:343px;
	background:url(../images/infobox.jpg) no-repeat;
	
}

#content_1-text {
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:333px;
	color:#444444;
}

#content_2 {
	float:left;
	width:570px;
	background:url(../images/infobox2.jpg) no-repeat top left;
	padding-top:195px;
	padding-left:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	height:160px;
}

#content_3 {
	clear:both;
	margin:0px auto;
	background:url(../images/buttonbox.jpg)	no-repeat;
	/*padding-left:8px;*/
	width:960px;
	height:313px;
	}

#content_3buttons1 {
	float:left;
	width:286px;
	height:286px;
	padding:15px;
}

#content_3buttons2 {
	float:left;
	width:286px;
	height:286px;
	padding:15px;
}

#content_3buttons3 {
	float:left;
	width:286px;
	height:286px;
	padding:15px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#4393cb;
	padding-top:12px;
	width:977px;
	height:27px;
}

#footerleft {
	float:left;
}

#footerright {
	float:right;