
/* these are common site styles */

body {
	color: #ffffff;
	background-color:#244D80;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align:center;}		
			
a:link {
	color: #90C2FF;}
a:visited {
	color: #90C2FF;} 
a:active {
	color: #90C2FF;}	
a:hover {
	color: #90C2FF;}

p {
	line-height: 1.5em;}	

	
	
/* layout structural styles and IDs */	

  @media print {
	h1 {
		color: #000000 !important;
		font-size: 18px;
		font-weight: bold;
		margin-bottom:6px;}		
	h2 {
		color: #000000 !important;
		font-size: 14px;
		font-weight: bold;
		margin-bottom:6px;}
    #navSub {
		display: none;}
	#contentArea {
		width: 660px !important;
		float: left !important;
		letter-spacing: 0em !important;}
	#contentArea p {
		letter-spacing: 0em !important;}		
	#navRightBlock {
		display: none;}		
	#bodyContainer {
		color: #000000 !important;
		background-color: #FFFFFF !important;}					
	#footerArea {
		color: #000000 !important;
		text-align: left !important;} 		
	}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;}


#bodyContainer { 
	width: 800px;
	min-height: 430px;	
	height: 430px;
	background-color: #36639C;	
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/bg_horse.jpg);
	background-repeat: no-repeat;}			

html>body #bodyContainer {
  height: auto;
  min-height: 430px;}
		
#logoArea {
	text-align: center;} 
#footerArea {
	color: #90C2FF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;} 
#navSub {
	padding: 80px 0px 0px 35px;
	width: 200px;
	float: left;}
#contentArea {
	padding: 20px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	width: 500px;
	float: right;}



.quote1 {
	padding: 40px 20px 20px 20px;
	text-align: right;} 
	
	

/* text header styles */	

h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:6px;}		
h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:6px;}


	
