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

body  {
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-image: url(images/Site_BG.jpg);
	background-repeat: repeat-y;
	background-color: #8c7f6e;
	font-size: 10pt;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	font-size: 16pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #054187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-bottom: 4px;
	
}
h2 {
	font-size: 13pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-variant: small-caps;
	
}
h3 {
	font-size: 12pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #054187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-bottom: 4px;
	
}
h4 {
	font-size: 11pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #054187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-bottom: 4px;
	
}

a:link {
	color: #9f001e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9f001e;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #9f001e;
}

.blue {
	color:#044286;	
}
.remember {
	color:#044286;
	font-style: italic;
	text-align: right;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
}

#container {
	float: left;
	width: 1024px;
}
#leftColumn {
	width: 236px;
	float: left;
	overflow: hidden;
}
#mainContent {
	float: left;
	width: 788px;
}
#page {
	padding: 20px;
}
#bottomContent {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 257px;		
}
#menu {
	margin:0px;
	padding:0px;
}
#leftText {
	color:#7e7160;
	font-size: 8.5pt;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#featureBlock1 {
	padding-left: 40px;
}
#facebookBlock {
	padding-left: 40px;
	margin-top: 20px;
}
#Protect {
	padding-left: 40px;
	margin-top: 20px;
}
#Flash {
	
}
#footer {
	font-size: 9pt;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #CCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 257px;
} 

