/* Community Table Layout */

/*	Element			Property						Color/Shade
	body		  	color:#000000;					black (font)
	body			color:#FFFFFF					white
	body	       	color:#EEEEEE;					med gray
	body			color:#F9EFC9;					taupe (bkgrnd)
	body			color:#27306B;					dark blue
	body			color:#00592D;					dark green
	logo			color:#138B50;					bright green 
	logo			color:#C62F27;					dark orange
	logo			color:#322142;					purple

	body		font-family: verdana, tahoma, geneva, helvetica, sans-serif;
*/


/* XHTML Selectors */

body {
	color:#000000;	
	background-color:#F9EFC9;  	
	font-family:verdana, tahoma, geneva, helvetica, sans-serif;
	font-size:1em;
	text-decoration:none;
	text-align:center;
}

dt{
	font-weight:bold;
	color:#C62F27;
}

th{
	font-size:1em;
	color:#C62F27;
	margin:0;	
}

h1 {
	font-size:1.8em;
	font-weight:bold;
	color:#27306B;
	margin:0;
}

h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#C62F27;	
	margin:0;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#C62F27;
	margin:0;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	color:#C62F27;
	margin:0;
}

h5 {
	font-size:1.0em;
	font-weight:bold;
	color:#C62F27;
	margin:0;
}

h6 {
	font-size:.8em;
	font-weight:bold;
	color:#27306B;
	margin:0;
}

a:link {
	text-decoration:underline;
	color:#00592D;	
}
a:visited {
	text-decoration:underline;
	color:#00592D;
}
a:hover {
	text-decoration:underline;
	color:#C62F27;
}
a:active {
	text-decoration:underline;
	color:#00592D;		
}

/* End XHTML Selectors */



/* Class Selectors */



/* End Class Selectors */




/* ID Selectors */

div#wrapper {
	
	background-color:#FFFFFF;
	border-style:solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 13px;
	border-left-width: 3px;
	border-color:#27306B;	
	padding: 0px;
	width:845px;
	min-height:700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


div#header {
	
	position: relative;
	background-color:#FFFFFF;
		
	border-top-style:solid;
	border-top-color:#27306B;
	border-top-width: 4px;
	
	
	border-left-style:none;
	border-right-style:none;
	
	
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	width:845px;
	height:170px;
	font-size:1.0em;
	background-color:#FFFFFF;
}


#logoimage {
   	position: absolute;
   	top: 12px;
   	left: 239px;
   	z-index: 2
}


div#content {
	color:#000000;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	margin:70px 10px 0px 10px;
	padding: 20px 0px 8px 0px;
/* Not all browsers understand this */
	min-height:500px;
	width:820px;
}


div#footer {
	color:#FFFFFF;
	display:inline-block;
	text-align:center;
	margin:0;
	padding:0;
	width:845px;
/* Not all browsers understand this */
	height:35px;
}


/* End ID Selectors */




