﻿html {
		
}

.body1 {
	width: 920px;
	/*height: 1000px;*/
	color: Black;
	background-image: url(images/lite_blue_lines.gif);
	background-color: #d1d3d4;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
}

.body2 {
	width: 1180px;
	/*height: 1000px;*/
	color: Black;
	background-image: url(images/lite_blue_lines.gif);
	background-color: #d1d3d4;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#MainContainer {
	background-color: #3E4344;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	width: 890px;
	height: 870px;
	margin-top: 50px;
	padding: 15px 15px 15px 15px;	
	
}

div#MainContainer2 {
	background-color: #3E4344;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	width: 1150px;
	height: 960px;
	margin-top: 50px;
	padding: 15px 15px 15px 15px;	
	
}

div#ContentContainer {
	width: 890px;
	height: 865px;	
	background-color: #3E4344;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

div#ContentContainer2 {
	width: 1150px;
	height: 950px;	
	background-color: #3E4344;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

div#Header {
	width: 890px;
	height: 144px;
	background-image: url(images/background_1.gif);
	margin: 0px 0px 10px 0px;
}

div#Header2 {
	width: 1150px;
	height: 144px;
	background-image: url(images/background_1.gif);
	margin: 0px 0px 10px 0px;
}


div#HeaderLeft {
	width: 224px;
	height: 144px;
	float: left;
}

div#HeaderLeft2 {
	width: 224px;
	height: 144px;
	float: left;
}


div#HeaderRight {	
	width: 656px;
	height: 144px;
	text-align: right;
	float: left;	
}

div#HeaderRight2{	
	width: 910px;
	height: 144px;
	text-align: right;
	float: left;	
}


div#MainContentContainer {
	background-color: White;
	width: 890px;
	height: 715px;		
}

.ColorBar {	
	width: 890px;
	height: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	font-weight: normal;	
}

.WhiteBar {
	width: 890px;
	height: 5px;
}

.DarkGrayBar {
	width: 890px;
	height: 5px;
}

div#MainContentContainer2 {
	background-color: White;
	width: 1150px;
	height: 750px;		
}

.ColorBar2 {	
	width: 1150px;
	height: 10px;
}

.WhiteBar2 {
	width: 1150px;
	height: 5px;
}

.DarkGrayBar2 {
	width: 1150px;
	height: 5px;
}

div#Footer {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px 10px 10px 0px;
	float: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	/*line-height: 30px;*/
	color: Gray;	
}

div#Footer2 {
	width: 1150px;
	height: 100%;
	text-align: center;
	padding: 10px 10px 10px 0px;
	float: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	/*line-height: 30px;*/
	color: Gray;	
}


div#Menu {
	background-color: White;
	width: 150px;
	height: 650px;	
	float: left;	
}

div#MainContent {
	background-color: White;
	color: Black;
	width: 720px;
	height: 690px;
	overflow-x: hidden;	
	overflow-y: scroll;
	float: right;
}

.HeaderText {
	font-size: .7em;	
}

.HeaderLink {
	text-decoration: underline;
	color: Black;
}

div#MainContent2 {
	background-color: White;
	color: Black;
	width: 1150px;
	height: 775px;
}

.HeaderText {
	font-size: .7em;	
}

.HeaderLink {
	text-decoration: underline;
	color: Black;
}