BODY		{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #a1eeef;
	FONT: 14px times new roman, verdana, arial, sans-serif;
	text-align:  left;
}
.outerwrapper{
	margin: 0em auto 0em auto;
	width: 1100px;
	height: auto;
	background-color: #95f2f1;
	float: none;
}
.homeinnerwrapper{
	margin: 0em auto 0em auto;
	padding: 0em 0em 0em 0em;
	width: 1100px;
	height: 500px;
	background-color: transparent;
	FONT: 14px arial, sans-serif;
	text-align:  left;
}
.header{
	margin: 0px -0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: auto
	height: auto;
	background-color: #45adae;
	FONT: 14px arial, sans-serif;
	text-align:  left;
	border-bottom: 1px;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-y;
}
.leftsidebar{
	width: 200px;
	height: 100%;
	background-color: navy;
	color: white;
	float: left;
}
.rightsidebar{
	width: 300px;
	height: 100%;
	background-color: red;
	color: white;
	float: right;
}
.centercontent{
	width: auto;
	height: auto;
}
H1 { text-align: center;
		margin: 0px 0px -18px 0px;
		padding: 0px 0px 0px 8px;
		color: navy; 
		FONT: 26px times new roman, verdana, arial, sans-serif;
		letter-spacing: .067em;
		font-variant: small-caps;
		font-weight: bold;
		}  		
H2 { text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 4px 0px;
		color: navy; 
		FONT: 40px times new roman, verdana, arial, sans-serif;
		letter-spacing: .138em;
		font-variant: small-caps;
		font-weight: bold;
		}  
H3 { text-align: left;
		margin: 15px 0px 0px 2px;
		padding: 0px 0px 4px 0px;
		color: navy; 
		FONT: 22px  arial, sans-serif;
		letter-spacing: 4px;
		font-variant: small-caps;	
		} 
.footer { text-align: left;
		margin: 15px 0px 0px 2px;
		padding: 0px 0px 1px 0px;
		color: navy; 
		FONT: 12px  arial, sans-serif;
		letter-spacing: 4px;
		font-variant: small-caps;
		}  		
					 		

/* NON-MENU PAGE LINK COLORS */

a:link		{ color: #145D89; text-decoration: none; }

a:visited	{ color: #145D89; text-decoration: none; }

a:active	{ color: #6633CC; text-decoration: none; }

a:hover		{ color: #996600; text-decoration: none; }


#sidebar {
	background: transparent;
	border: none;
	color: #443;
	font-size: 11px;
	margin: 0;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 156px;
}


#sidebar2 {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px; 
	margin-right: 0px;
	background: transparent;
	color: #443333;
	font-size: 11px;
	text-align: left;
}
