body {
	background-color:#210833;
	text-align:center;
	margin:0;
	padding:0;
}
#wrapper {
	width:780px;
	height:auto;
	text-align:center;
	padding:0;
	margin:0 auto;
}
#banner {
	width:780px;
	padding:0;
	margin:0;	
}
#content {
	width:780px;
	background-color:#23165A; 
	padding:0;
	margin:0;
	text-align:left;
}
html>body #content {
	margin:-15px 0 0 0;
}
#menu {
	background-image:url(/images/menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:170px;
	padding:0;
	margin:0 0 10px 0;
	clear:both;
}
#bottomNav {
	background-image:url(/images/bottomNav.jpg);
	background-repeat:no-repeat;
	width:780px auto;
	height:24px;
	padding:10px 0 0 0;
	margin:0;
	clear:both;
}
#footer {
	width:780px;
	padding:5px;
	margin:0 auto;
	clear:both;
}
#contentLeft {
	float:left;
	width:262px;
	padding:0;
	margin:0;
}
.containerLeft {
	background-image:url(/images/containerLeftContent.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
}
.containerLeftContent {
	background-image:url(/images/containerLeftTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:100px;
	padding:20px 32px 0 30px;
	margin:0;
}
.containerLeftBottom {
	background-image:url(/images/containerLeftBottom.jpg);
	background-repeat:no-repeat;
	height:19px;
	padding:0;
	margin:0;
}
#contentRight {
	background-image:url(/images/containerRightContent.jpg);
	background-repeat:repeat-y;
	float:right;
	width:518px;
	padding:0;
	margin:0;
}
.containerRightContent {
	background-image:url(/images/containerRightTop.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 32px 0 20px;
	margin:0;
	height:380px;
}
.containerRightBottom {
	background-image:url(/images/containerRightBottom.jpg);
	background-repeat:no-repeat;
	height:19px;
	padding:0;
	margin:0;
}
.contentLinks {
	float:left;
	width:481px;
	height:77px;
	padding:0 0 0 25px;
	margin:0 0 5px 0;
}
.contentLinksLeft {
	float:left;
	width:77px;
	padding:0;
	margin:0;
}
.contentLinksRight {
	float:right;
	width:369;
	padding:0;
	margin:0;
	vertical-align:middle;
}
input, textarea, option, select {
	width: 200px;
	color:#0D2898;
}
button {
	background-color:#C2D2E7;
	height:22px;
	border:1px #003366 solid;
	color:#000000;
	padding:0 10px 6px 10px;
	font-weight: bolder;
	font-size:10px;
}
label {
	float: left;
	width: 100px;
	text-align:right;
	margin:0px 10px 0px 0px;
	padding:2px 0px 0px 0px;
}
