body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
}
a {
	font-size: 12px;
	color: #003d78;
	line-height: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003d78;
}
a:hover {
	text-decoration: underline;
	color: #918169;
}
a:active {
	text-decoration: none;
	color: #003d78;
}
h1 {
	font-size: 14px;
	color: #9c1910;
}
h2 
{
    line-height: 12px;
    font-size: 12px;
	color: #003d78;
}
h3 
{
    font-size: 12px;
	color: #666666;
}
h4 
{
    font-size: 12px;
	color: #9c1910;
	text-transform: uppercase;
}
#mainContainer {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	border-top: 6px solid #003d78;
}
#topPage {
	float: left;
	height: 66px;
	width: 349px;
	clear: right;
}
#navbar {
	float: right;
	height: 65px;
	width: 225px;
	vertical-align: bottom;
	margin-left: 155px;
	margin-top: 10px;
	border-left: 1px solid #999999;
	padding-left: 10px;
}
form
{
    margin: 0px;
    padding: 0px;
}
#flashNavMover {
    position: absolute;
    top: 5px;
    height: 212px;
    width: 750px;
    z-index: 99;
}

#shadowSub {    
    position: relative;
    height: 300px;
    top: 217px;
    z-index: 1;
}

#logo {
	background: url(/images/small_logo.jpg) no-repeat;
	float: left;
	height: 48px;
	width: 150px;
	margin-top: 14px;
}
#photos {
	background: #e8e4df url(/images/photoBar.jpg);
	height: 145px;
	width: 750px;
	margin-top: 10px;
	top: 73px;
	clear: both;
}
#leftColumn {
	float: left;
	width: 509px;
	margin-top: 10px;
	padding-bottom: 40px;
	border-right: 1px solid #999999;
}
#rightColumn
{
    width: 229px;
    margin-top: 10px;
    padding-bottom: 60px;
    float: right;
    padding-left: 10px;
}
#MainFlash {
	background: #e8e4df;
	height: 90px;
	width: 510px;
}

#contentWindow {
	background: url(/images/waterMark.gif) no-repeat right bottom;
	width: 750px;
	height: 338px;
	border-bottom: 1px solid #999999;
}
#footer {
	height: 40px;
	width: 750px;
	top: -60px; /*-60px;*/
	position: relative;
}

a.login:link {
	font-size: 11px;
	margin-top: 10px;
}
a.login:visited 
{
    font-size: 11px;
	color: #003d78;
	margin-top: 10px;
}
a.login:hover 
{
    font-size: 11px;
	color: #961910;
	margin-top: 10px;
	text-decoration: underline;
}
a.login:active 
{
    font-size: 11px;
	color: #003d78;
	margin-top: 10px;
}
#footer_left {
	height: 30px;
	width: 510px;
	float: left;
}
#footer_right {
	height: 30px;
	width: 240px;
	border-top: 6px solid #003d78;
	float: right;
	margin-top: 0px;
	padding-top: -20px;
	top: -60px;
}
.footerText {
	font-size: 9px;
	line-height: 14px;
	color: #666666;
}
#footerB {
	background: url(/images/waterMark.gif) no-repeat right bottom;
	clear: both;
	height: 60px;
	width: 750px;
	border-bottom: 1px solid #999999;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 90px;
}
#navbar ul li 
{
    margin-top: 0px;
	position: relative;
}
#navbar li ul {
	position: absolute;
	width: 90px;
	left: 89px;
	margin-left:2px;
	top: 0;
	display: none;
}
#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #003D78;
	background: #fff;
	font-size: 9px;
	text-transform: uppercase;
}
#navbar li:hover ul,#navbar li.over ul { 
	display: block; 
}
#navbar ul li a:hover {
	display: block;
	text-decoration: none;
	color: #fff;	
	background: #918169;
	font-size: 9px;
	text-transform: uppercase;
}

/*
#topSubPage {
	float: left;
	height: 84px;
	width: 750px;
	clear: right;
	background: url(/images/shadow.jpg) repeat-x bottom;
}
#leftColumn_Sub {
	float: left;
	width: 510px;
	margin-top: 15px;
	border-right: 1px solid #333333;
}
#leftColumn p {
	text-align: justify;
}
#leftColumn_Sub li {
	width: 260px;
	margin: 0px 15px 15px 175px;
	text-align: justify;
}
*/

#leftColumn .albert {
	width: 310px;
	margin: 15px 15px 15px 175px;
}

#newsColumn {
    margin: 15px 15px 15px 175px;
    width: 310px;
}

.highlightedText {
	color: #9c1910;
	font-style: italic;
	font-weight: bold;
}
.info {
	font-size: 11px;
	color: #666666;
}
.albert img 
{
    padding-right: 8px;
    padding-bottom: 8px;
}

p 
{
    text-align: justify;
}
li
{
    text-align: justify;
    margin-top: 8px;
}

/* Fix IE. Hide from IE Mac \*/
* #navbar ul li { float: left; height: 1%; }
* #navbar ul li a { height: 1%; }
/* End */