/* START Basic Page Settings */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.Body_Copy {
	font-size: 12px;
}

.Dark_Gray_Line {
	background-color: #414b56;
}

.Gray_Line {
	background-color: #D9DBDD;
}

.Welcome_Section {
	background-image: url('../graphics/teal_background.gif');
	color: #FFFFFF;
	font-size: 12px;
}

.Welcome_Section h1{
	color: #D9DBDD;
	font-weight: bold;
	font-size: 18px;
}

.Welcome_Section h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.Welcome_Section h3{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.Welcome_Section a{
	color: #FFFFFF;
	font-size: 12px;
}

.White_Seperator {
	border-left: 1px solid #8AA2D8;
}

.Listings {
	color: #858e97;
	font-size: 11px;
}

.Listings a{
	color: #0035A9;
	text-decoration: none;
	font-size: 11px;
}

.Standard_Background {
	background-color: #e7e9ea;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Section_Seperators {
	border-right: 1px solid #B8B8B8;
}

.Copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #84777E;
	font-size: 10px;	
}

.Copyright a{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #84777E;
	font-size: 10px;
	text-decoration: none;
}
