@charset "utf-8";
/* CSS Document for sober in the sun*/



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #023177;
	background-image: url(images/BG-large.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}
ol {
	font-weight: bold;
	color: #000;
}


a:link {
	color: #2B4070;
	text-decoration: underline;	
}

a:hover {
	color: #B9C4DB;
	text-decoration: underline;
}

a:visited {
	color: #2B4070;
	text-decoration: underline;	
}
a:visited:hover {
	color: #B9C4DB;
	text-decoration: underline;
}
div.footer {
	font-size: 12px;
	color: #2B4070;
	font-style: italic;
}
div.footer a{
	color: #2B4070;
	text-decoration: underline;
	}
	
div.footer a:hover{
	color: #2B4070;
	text-decoration: none;
	}
	
div.footer a:visited{
	color: #2B4070;
	text-decoration: underline;
	}
	
div.footer a:visited:hover{
	color: #2B4070;
	text-decoration: none;
	}

span.footer a:link{
	color: #2B4070;
	text-decoration: underline;
	}
	
span.footer a:hover{
	color: #2B4070;
	text-decoration: none;
	}
	
span.footer a:visited{
	color: #2B4070;
	text-decoration: underline;
	}
	
span.footer a:visited:hover{
	color: #2B4070;
	text-decoration: none;
	}

span.footer {
	font-size: 12px;
	color: #2B4070;
	font-style: italic;
}

span.footer a{
	color: #2B4070;
	text-decoration: underline;
	}
	
span.footer a:link{
	color: #2B4070;
	text-decoration: underline;
	}
	
span.footer a:hover{
	color: #2B4070;
	text-decoration: none;
	}
	
span.footer a:visited{
	color: #2B4070;
	text-decoration: underline;
	}
	
span.footer a:visited:hover{
	color: #2B4070;
	text-decoration: none;
	}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	color: #2B4070;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E2D7C0;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B4070;	
}


.headings {
	font-size: 16px;
	font-weight: bold;
	color: #2B4070;
}
