@charset "utf-8";
/* CSS Document */

/* COLORS */
/* dark blue #00334d */
/* light blue #337190 */
/* gold #c37c13 */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #00334d;
	text-align : center;
	background-image: url(images/background_globalmiddle.gif);
	background-repeat: repeat-y; 
	background-position:center;
	
}

#wrapper {
	width: 1040px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	width: 250px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 770px;
	z-index: 99;
}

#photobox {
	width: 1000px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#navbar {
	width: 1000px;
	height: 25px;
	background-color: #c37c13;
	position: absolute;
	top: 250px;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#navbartext {
	width: 950px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-top: 4px;
}

#navbarlogo {
	position: absolute;
	top: 230px;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

#content {
	width: 950px;
	position: relative;
	top: 290px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer {
	width: 950px;
	position: relative;
	border-top: #efefef thin solid;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

/*  STANDARD PARAGRAPH AND HEADING STYLES */
P {font-family: Arial; font-size: 12px; color: #333333; padding: 0px 0px 10px 0px;}
H1 {font-family: Times New Roman, Times, serif; font-size: 18px; color:#c37c13; padding: 0px 0px 10px 0px;}
H2 {font-family: Arial; font-size: 16px; color:#00334d; padding: 0px 0px 10px 0px;}
H3 {font-family: Arial;; font-size: 14px; color:#00334d; padding: 0px 0px 10px 0px;}
H4 {font-family: Arial;; font-size: 12px; color:#00334d; padding: 0px 0px 10px 0px;}

UL {font-family: Arial; font-size: 12px; color: #333333; margin-left: 20px; padding: 0px 0px 10px 0px;}
OL {font-family: Arial; font-size: 12px; color: #333333; margin-left: 20px; padding: 0px 0px 10px 0px;}
LI {font-family: Arial; font-size: 12px; color: #333333;}

.small {font-size: 12px;}
.white {color: #ffffff;}
.darkblue {color: #00334d;}
.lightblue {color: #337190;}
.gold {color: #c37c13;}

/* standard link and hover styles */
a:link {text-decoration:underline; color: #c37c13; font-family: Arial;}
a:visited {text-decoration:underline; color: #c37c13; font-family: Arial;}
a:hover {text-decoration:none; color: #c37c13; font-family: Arial;}
a:active {text-decoration:underline; color: #c37c13; font-family: Arial;}

a.navigation:link {text-decoration:none; color: #ffffff; font-family: Arial;}
a.navigation:visited {text-decoration:none; color: #ffffff; font-family: Arial;}
a.navigation:hover {text-decoration:underline; color: #ffffff; font-family: Arial;}
a.navigation:active {text-decoration:none; color: #ffffff; font-family: Arial;}

/* TABLES */
TD {padding: 0px 20px 5px 0px;}
TD.tableheader {font: bold 18px Arial; text-align:center; color:#c37c13; vertical-align:top;}
TD.tableHeader {font: bold 18px Arial; text-align:center; color:#c37c13; vertical-align:top;}
TD.tablesubheader {font: bold 16px Arial; background-color:#00334d; color:#ffffff; vertical-align:top;}
TD.tabletitle {font: bold 14px Arial; text-align:left; color:#00334d; vertical-align:top;}
TD.tableTitle {font: bold 14px Arial; text-align:left; color:#00334d; vertical-align:top;}
TD.tabletext {font: 12px Arial; color:#333333; vertical-align:top;}
TD.tableText {font: 12px Arial; color:#333333; vertical-align:top;}
TD.tableTextSmall{font: 10px Arial; color:#333333; background-color:#FFFFFF; vertical-align:top;}
TD.tablefooter {font-family: 12px Arial; text-align:center; background-color: #336699;}

/* tableCalendar styles */
TD.tableCalTitle {font: bold 12px Arial; color:#00334d; vertical-align:top;}
TD.tableCalTitle A {color:#333333; text_decoration:underline;}
TD.tableCalTitle A:VISITED {color:#00334d; text_decoration:underline;}
TD.tableCalTitle A:HOVER {color:#00334d; text_decoration:underline;}
TD.tableCalTitle A:ACTIVE {color:#00334d; text_decoration:underline;}
TD.tableCalText {font: 12px Arial; color:#333333; vertical-align:top;}
TD.tableCalText A {color:#333333; text_decoration:underline;}
TD.tableCalText A:VISITED {color:#00334d; text_decoration:underline;}
TD.tableCalText A:HOVER {color:#00334d; text_decoration:underline;}
TD.tableCalText A:ACTIVE {color:#00334d; text_decoration:underline;}
TD.tableCalTextSmall {font: 10px Arial; color:#333333; vertical-align:top;}
TD.tableCalTextSmall A {color:#333333; text_decoration:underline;}
TD.tableCalTextSmall A:VISITED {color:#00334d; text_decoration:underline;}
TD.tableCalTextSmall A:HOVER {color:#00334d; text_decoration:underline;}
TD.tableCalTextSmall A:ACTIVE {color:#00334d; text_decoration:underline;}

/*  EXPLICIT TAG DEFINITIONS FOR NETSCAPE */
B, STRONG {font-weight:bold}
I, EM {font-style:italic}
BIG {font-size:bigger}
SMALL {font-size:smaller}
TT, PRE {font-family:monospace}





