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

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background:  #e3eef8;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
	
}

#sitewrapper{
	width:1000px;
	/*background-color: #e3eef8;*/
	margin:auto;
}

#header{
	width:1000px;
	height:108px;
}

#logo{
	width:280px;
	height:107px;
	margin: 0 0 0 190px;
}

#container{
	width:1000px;
	height:460px;
	/*background-color:#32394c;*/
	margin:0;

}

#contentcontainer{
	width:1000px;
	height:580px;
	/*background-color:#32394c;*/
	margin:0;
}

#leftcolumn{
	float:left;
	width:185px;
	height:420px;
	border:1px dotted #999;
	/*background-color: #e3eef8;*/
	text-align:right;
}

#leftcolumn h2{
	/*background-color: #e3eef8;*/
	text-align:center;
	margin:5px auto;
}

#rightcolumn{
	background-image:url(../images/center-background.gif);
	background-repeat:no-repeat;
	background-color:#32394C;
	border:5px solid #FFFFFF;
	float:left;
	height:407px;
	width:789px;
}

#contentrightcolumn{
	background-image:url(../images/content-background.gif);
	background-repeat:no-repeat;
	background-position:;
	background-color:#fff;
	border:5px solid #FFFFFF;
	float:left;
	height:580px;
	width:789px;
	overflow:scroll;
}

#contenttext{
	float:left;
	margin:0 auto;
	width:584px;
	height:580px;	
}

#contenttext h1{
	margin:0 auto;
	padding: 0 0 0 4px;
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#039;
	font-weight:bold;
}

#contenttext h2{
	margin:0 auto;
	padding: 0 0 0 4px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#039;
	font-weight:bold;
}

#contenttext h3{
	margin:0 auto;
	padding: 0 0 0 4px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#039;
	font-weight:bold;
}

#contenttext p{
	margin:0 auto;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#036;
}


#imagerightcolumn{
	margin:0 0 0 5px;
	float:right;
	width:200px;
	height:580px;
	
}

		/* JQUERY PANEL WRAPPERS */
		
		/* JQUERY PANEL WRAPPERS */

#floatingfooter{
	margin:0 auto;
	width:900px;
	height:75px;
	margin: 10px auto;
}

#footerleft{
	margin:0 auto;
	width:750px;
	float:left;

}

#footerright{
	margin:0 auto;
	width:150px;
	float:right;

}


#footerright, a {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11pt;
	color: #727272;
	text-decoration: none;
}

#footerright:hover {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11pt;
	color: #727272;
	text-decoration: underline;
}
