/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center
} 


#header {
	height: 610px;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

#header2 {
	height: 201px;
	width: 950px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
}


/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */

#nav {
	height: 30px;
	background: #000000 url('../David%20Seay/images/bg-nav.jpg');
	width: 948px;
	overflow: hidden
}

#nav2 {
	height: 30px;
	background: #000000 url('../David%20Seay/images/bg-nav.jpg');
	width: 950px;
	float: left;
	overflow: hidden
}


/* =-=-=-=-=-=-=-[End of Menu]-=-=-=-=-=-=-=- */


#container { 
	width: 950px;
	background-color: #ffffff;
	margin: 0 auto;
}


/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#contentarea {
	position:relative;
	width: 950px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	float: left;
	overflow: hidden;
}


#leftcolumn {
	float: left;
	background-color: #ffffff;
	padding: 1em 1em 0 1em;
	width: 450px;
}

#rightcolumn {
	vertical-align: top;
	background-color: #000000;
	width: 464px;
	margin: 0;
	float: right;
	text-align: center;
}

#rightcolumn2 {
	vertical-align: top;
	background-color: #ffffff;
	width: 464px;
	margin: 0;
	float: right;
	text-align: center;
}

td {vertical-align: top; border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: none; padding: 0in;
	text-align: left;
	line-height: 1.4em;
	font-size: .85em;
  	color:#000000;
	margin: 0em;
}

td.h2 {	font-size: 1em; 
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 .5em 0;

}
/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


.rule1 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #000000;
       width: 100%;
       margin: 0px;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 0px;
}

.rule3 {border-top-width: 1.5px;
       border-top-style: solid;
       border-color: #3D2310; 
       width: 90%;
       margin: 0px;
       padding: 0px;
}


h1 { 
	color:#000000;
	text-align: center;
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 1.1em;
	margin: 1em 0 1em 0;
}

h2 { 
	color:#000000;
	text-align: center;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: 1em;

}

h3 { 
	background-color: #fff;
	color:#000;
	text-align: left;
	font-size: .75em; 
	font-weight: bold;
	line-height: .9em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.85em;
  	line-height:1.4em;
  	color:#000000;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

.generalli li{
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	list-style-type:square;
	margin: 0 1.5em .9em 0;
	padding: 0;
}

.linumbered ul {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

/* all links */
a:link, a:visited, a:active { color: #846f5e; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

#footer {
	background-color: #000;
	float: left;
	color: #fff;
  	margin: 0;
  	padding: 8px 0 0 0;
	width: 950px;
	height: 20px;
 	border:0;
	font-size: .90em;
	text-align: center;
}

#footer a,
visited {
	color: #fff;
	text-decoration: none;
}	

#footer a:hover {text-decoration: underline;}