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

html, body, div, h1, h2, h3, h4, h5, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	font-size: 16px;
	vertical-align: top;
	float: none;
	z-index: 5;
	box-sizing: content-box;
	margin-right: 0px;
	-moz-border-end-color: #FFF;
}

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Century Gothic", Futura, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	background-image: url(../Images/moreslayersbk.png);
	background-repeat: repeat-x;
	z-index: 3;
	background-color: #E3E2E2;
}

/* Header Area Styles */
div#header {
	height: 180px;
	width: 850px;
	text-align: center;
	position: relative;
	visibility: visible;
	overflow: visible;
	z-index: 7;
	padding-bottom: -20px;
}
div#logo {
	position: relative;
	top:130px;
	width:400px;
	height:100px;
	z-index:4;
}
div#subcontent {
	position: relative;
	top:150px;
	width:150px;
	height:380px;
	overflow: visible;
	z-index:5;
}

div#content {
	position: relative;
	visibility: visible;
	z-index: 2;
	float: inherit;
	word-break: 5px;
	word-spacing: 3px;
}
	
	div#subcontent p {
		margin: 0 0 12px 8px;	
	}
	div#subcontent h1 {
		margin: 40px 0 6px 8px;
	}
	div#subcontent h2 {
		margin: 60px 0 6px 8px;
	}
	div#subcontent h3 {
		margin: 0 0 0 8px;
	}
	div#subcontent h3 a {
		border: none;	
	}
	div#subcontent h3 a:hover {
		border-bottom: 1px dotted;	
	}

/* Main Area Styles */
div#Main {
	text-align: left;
	z-index: 1;
	visibility: inherit;
	color: #FF0000;
	position: relative;
	padding: 5px 0px 0px 70px;
	width: 769px;
	overflow: visible;
	margin: -15px 0px 0px 10px;
	background-image: url(../Images/2010MAINgrey.png);
	background-repeat: repeat-y;
}

/* Footer Area Styles */
div#footer {
	height: 70px;
	width: 850px;
	text-align: center;
	position: relative;
	visibility: visible;
	overflow: visible;
}

/* Styles */
a {
	color: #4166A5;
	text-decoration: none;
	border-bottom: 0px dotted;
}
a:link {
	color: #0a116b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4166A5;
}
a:hover {
	text-decoration: none;
	color: #fc0214;
}
a:active {
	text-decoration: none;
	color: #4f879d;
}

h1, h2, h3, h4 {
	font-family: "Century Gothic", Futura, Helvetica, sans-serif;
	color: #fc0214;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #fc0214;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #0f003c;
}
h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #fc0214;
}

