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

body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS";
	background-color:#000000;
}

/* Start of Navigation Styles */

.NavigationContainer {
	width: 100%;
	height: 30px;
	border-bottom: 2px groove #ffffff;
	background:url(images/bkg_footer.jpg) repeat-x;
}

.NavigationContent {
	width: 872px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
}

.NavigationContent a, a:link, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
}

.NavigationContent ul {
	margin: 0;
	padding: 0;
}

.NavigationContent li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}

/* End of Navigation Styles */

.MainContainer {
	background: url(images/bkg_main.gif) #f19d2a top no-repeat;
}

.HeaderContentContainer {
	 width: 934px;
	 margin: 0 auto;
	 background-color: #677bbe;
	 position: relative;
}

.HeaderContentContainer h1 {
	position: absolute;
	top: 230px;
	left: 40px;
	color: #FFFFFF;
	font-size: 21px;
}

.BodyContainer {
	width: 100%;

}

.BodyContentContainer {
	width: 934px;
	background: url(images/bkg_blue.gif) repeat;
	margin: 0 auto;
	
}

.BodyContent {
	width: 872px;
	margin: 0 auto;
	background-color:#f7ece1; 
}

.Content {
	padding: 10px;
	clear: both;
}

.Content .RightColumn {
	width: 300px;
	vertical-align: top;
	text-align:center;
}

.Content .LeftColumn {
	width: 572px;
	vertical-align: top;
}

.Content .Section {
	margin-bottom: 20px;
}

.Content .Section h2 {
	font: bold 16px "Trebuchet MS";
	border-bottom: 1px solid #677bbe;
	color: #121e47;
	margin-bottom: 5px;
}

/* Start of Footer Styles */

.FooterContainer {
	width:100%;
	height: 28px;
	background:url(images/bkg_footer.jpg) repeat-x;
	border-top: 1px solid #ffffff;
	clear: both;
}

.FooterContentContainer {
	width: 872px;
	margin: 0 auto;
}

.FooterContent {
	padding-top: 7px;
	color: #ffffff;
}

.FooterContent a, a:link, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
}

.FooterContent .Copyright {
	text-align: right;
}

/* End of Footer Styles */