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

BODY, HTML {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3393C5;
	background-image: url('images/backgrounds.jpg');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: bottom;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 13px;
}

.container
{
	margin: 0 auto;
	width: 902px;
}

.menubar
{
	background: url(images/menubar.jpg) no-repeat;
	width: 892px;
	height: 29px;
	padding-top: 3px;
	padding-left: 10px;
	font-weight: bold;

}

.content-top
{
	background: url(images/content-top.jpg) no-repeat;
	height: 9px;
	margin: 0 auto;
}

.content
{
	background:url(images/content-mid.jpg) repeat-y;
	margin: 0 auto;
	padding: 10px;
	padding-right: 15px;
	color: #0068BC;
}

.content h2
{
	width: 99%;
	border-bottom: solid 1px; #ccc;
}

.content-bottom
{
	background: url(images/content-bot.jpg) no-repeat;
	height: 14px;
	margin: 0 auto;	
	padding-top: 15px;
	font-size: 8pt;
}
