/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #D1ECFD;
}

img {
	display: block;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.1em;
	line-height: 15px;
}

ul, ol {
	margin: 0;
	margin-left: 2em;
	padding: 0;
	margin-bottom: 8px;
	font-size: 1.1em;
	line-height: 15px;

}



h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;

}	

h2 {
	font-size: 1.5em;
	margin-bottom: 6px;
}	

h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
}

a:link,  a:visited {
	color: 09499C;
	text-decoration: underline;
}

a:hover {
	color: 09499C;
	text-decoration: underline;
}
	
#shell {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 25px;
	border-bottom: 1px solid #9DB1BE;
	margin-bottom: 5px;
}	

table#lighthouse {
	width: 705px;
	padding: 0;
}

table#lighthouse img {
	margin: -1px;
}

div#homeContent {
	margin-top: 4px;
	background-color: #09499C;
	padding: 10px;
}

div#homeContent table {
	width: 683px;
	margin-left: auto;
	margin-right: auto;
}

div#homeContent td#contentLeft {
	width: 200px;
}

div#homeContent td#contentLeft h2 {
	color: white;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 4px;
}

div#homeContent td#contentRight {
	width: 505px;
}

div#homeContent td#contentRight p {
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 6px;
}


div#homeContent td#contentRight h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 6px;
}

#nav {
	height: 19px;
	background-color: #2777E1;
	text-align: right;
}

#nav img {
	margin: 0;
	display: inline;
}	

#content {
	background-color: #FFF;
	color: black;
	background-image: url(/img/contentBG.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px 15px;
}

#content table {
	width: 600px;
}

#content img {
	border: 1px solid #2777E1;
	margin-bottom: 12px;
}

#content h1 {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 24px;
	color: #2777E1;
	text-transform: lowercase;
}

#content h2 {
	margin-bottom: 4px;
	font-size: 14px;
}

#content h3 {
	margin-bottom: 0;
}

#content p {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 12px;
}

td.tdLeft {
	width: 120px;
	padding-bottom: 8px;
}

td.tdRight {
	padding-bottom: 8px;
}

#footer {
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px solid #9DB1BE;
	margin-bottom: 10px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #0A4B9C;
}

div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
