BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Verdana;
	background-color: #0C2B57;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.banner {
	width: 750px;
	background-color: White;
	height: 120px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.topbr {
	background-color: white;
	background-image: url(images/topbr.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

.leftmenu {
	background-color: #C6C6C6;
	width: 183px;
	background-image: url(images/leftmenu.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.content {
	background-color: #0C2B57;
	color: #FFFFFF;
	font-size: 12px;
	width: 567px;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

