*{
}
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/main_bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:visited{
	color:#110935;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
h1, h2, p, form{
	margin:0px;
}
form{
	padding:0px;
}
img{
	border:none;
}
.clear{
	clear:both;
	height:0px;
	font-size:1px;
}
/* ---------------------------------- */
#headerWrapper{
	height:192px;
	width:100%;
	background-color:#191069;
}
.FlashContainer{
	width:1000px;
	height:192px;
	margin:auto;
}

#MainBody{
	width:920px;
	padding:12px 40px;
	margin:auto;
}
#MainBody h1{
	font-weight:bold;
	font-size:16px;
	color:#110935;
	border-bottom:1px solid #000;
	padding:5px 0px;
	margin-bottom:10px;
	}
	
.bannerContainer{
	margin:0px 0px 12px 0px;
}

#rightPanel{
	width:246px;
	float:left;
	border-left:1px solid #000000;
	padding:2px;
	background-image:url(../images/right_bg.png);
	background-repeat:repeat;
	margin-left:10px;
}

#rightPanel h1{
	font-weight:bold;
	font-size:14px;
	color:#1d0d69;
	padding:5px 0px;
}
#rightPanel form{
	margin-top:10px;
}
.formLevel{
	padding:5px 0px;
	font-weight:bold;
}
.formField{
	width:224px;
	background-color:#f0f0f0;
	border:1px solid #747474;
}
.submit{
	border:1px solid #333333;
	background-image:url(../images/button_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#333333;
	color:#FFFFFF;
}

#leftPanel{
	width:658px;
	float:left;
}
#leftPanel h1{
	font-weight:bold;
	font-size:14px;
	color:#110935;
	border-bottom:1px solid #000;
	padding:5px 0px;
}
#leftPanel p{
	line-height:1.6em;
	padding:10px 0px;
}


#footer{
	background-color:#1e0d69;
	width:100%;
	padding:10px 0px;
	color:#FFFFFF;
}
.footerContainer{
	width:900px;
	margin:auto;
}
.footerContainer a, .footerContainer a:visited, .footerContainer a:hover{
	color:#FFFFFF;
}

.singleColumn{
	
}
.thumbnails{
	border-bottom:1px solid #000000;
}
.thumbnails img{
	border:4px solid #666666;
	margin:10px 0px 10px 0px;
}
.contentsRow{
	border-bottom:1px solid #000000;
	padding:10px 4px 10px 4px;
}
.contentsRow span{
	display:block;
	padding:5px 5px 5px 0px;
	width:100px;
	font-weight:bold;
}
