/* CSS Document */
body {
	background:url(images/background.jpg) repeat-x #5b7f9a; font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; font-size:.7em; color:#666666; padding:0px; margin:0px;
}
div.bodyBorder {
	width:965px;
}

div.header {
	float:left; width:963px; font-size:1.1em; font-weight:bold; text-align:left; color:#FFFFFF; padding:5px 0px 5px 0px;
}
div.header a {
	color:#FFFFFF; text-decoration:none;
}
div.header a:hover {
	color:#FFFFFF; text-decoration:underline;
}

img.header {
		float:left;
	}
div.bodyContent {
	float:left; width:933px; text-align:left; background:url(images/site-background.jpg) repeat-x #FFFFFF; padding:15px; line-height:1.7em;
}
	
	div.bodyContent div.leftCol {
		float:left; width:315px; text-align:justify; padding:0px 20px 0px 0px;
	}
	div.bodyContent div.middleCol {
		float:left; width:194px; padding:10px; border:1px solid #666666; background:#FFFFFF; margin:40px 20px 0px 0px;
	}
	div.bodyContent div.rightCol {
		float:left; width:310px; height:399px; background:url(images/paper.jpg) no-repeat; padding:26px; color:#333333;
	}
	div.bodyContent div.bottom {
		float:left; width:933px; border-top:1px solid #2c5e85; padding:5px 0px 0px 0px; text-align:right; font-size:.9em;
	}
	div.bodyContent div.fullCol {
		float:left; width:933px;
	}
	
h1,h2 {
	color:#2c5e85; font-size:1.5em; padding:0px; margin:0px;
}
hr {
	color:#2c5e85; background-color:#2c5e85;
}
a {
	color:#2c5e85; text-decoration:none;
}
a:hover {
	color:#2c5e85; text-decoration:underline;
}