﻿
body {
	background: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #474747;
}

#container {
	margin: 0 auto;
	width: 900px;
	background: #FFFFFF;
	border-width: 0 1px 1px 1px; 
	border-style: solid;
	border-color: #6194BC;
	padding: 0px;
	text-align: left; /* Cancel IE Fix */
}
	
#h1, #h2, #h3 {
	color: #141414;
}
	
#header {
	background-color: #FFFFFF;
	border: none;
	height: 175px;
}	

#header2 {
	background-color: #FFFFFF;
	border: none;
	height: 150px;
}


	
#header h1 { 	
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
}	
	
#header h2 { 	
	margin: 0;
	display: inline;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}	



	
#header2 h1 { 	
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
}	
	
#header2 h2 { 
	text-align: center;  /* Temp */
	margin: 0;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
}	



#sidebar {
	float: left;
	width: 250px;
	position: relative;
}
	
#sidebar div {
	background: #FFFFFF;
	background-image: none;
	height: 100%;
}	

#sidebar h3, #content h3 { 
	font-size: 1.2em;  
	margin: 0 10px 0 0; 
	cursor: default;
}
	
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #6194BC; 
	padding: 10px;
}	
	
#content {
	float: left;
	width: 550px;
	height: auto;
	position: relative;
	margin-left: 15px;
	
	text-align: justify; 
	word-spacing: 2px;	
}	

#content h1 {
	font-size: 3em;
}

#content h2 {
	font-size: 2em;
}

#content div {
	background: #FFFFFF; 
}	

#motto { 
	position: relative;
	display: block;
	bottom: 0;
	float: right;
	display: inline;
	padding: 0px 10px;
	clear: both;
}

#motto span.red {
	color: #FF0000;
}

#footer {
	position: relative;
	background: #6194BC;
	border-bottom: none;
	border-top: 10px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	line-height: 16px;
	clear: both;
}

#footer span {
	text-align: left;
}
	
#footer a {
	color: #FFFFFF; 
}

#footer a:hover { 
	color: #FF0000;
}
