body {	
	margin: 0;
	padding: 0;
	text-align: center;	
	font-size: 80%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #4E4E4E;
	background: #F3F3F3;	
}
#wrapper {
	background: url(../images/body_bg.gif) repeat-y center top;	
	text-align: left;	
	margin: 0 auto;	
	padding: 0 38px;	
	width: 760px;
	position: relative;
}

#thephoto {
	width:760px;
	height:142px;
}

/* ~~~~~~~~~~~~~~~~~~~~ HYPERLINKS ~~~~~~~~~~~~~~~~~~~~ */

A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #031F51;
}

A:link {
	color:#031F51;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

A:visited {
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
		color: #031F51;
}

A:hover {
	text-decoration: none;
	color: #800000;
	font-size: 10px;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~ NAVIGATION MENU ~~~~~~~~~~~~~~~~~~~~ */

.highLight { 
	font-weight: bold;
	color: #800000;
	font-size: 10px;
}

.notactive { 
	font-weight: bold;
	color: #031F51;
	font-size: 10px;
}

.divider { 
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~~~~ */

td.header {
	background-color: #031F51;
	color: #FFFFFF;
	width: 760;
	height: 122;
}

td.nav {
	background-color: #A0BACA;
	width: 760;
	height: 23;
}

td.nav_divider {
	background-color: #800000;
	width: 760;
	height: 3;
}

td.nav_spacer {
	background-color: #FFFFFF;
	width: 760;
	height: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~~~~ */

table.main {
	align: center;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

/* ~~~~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~~~~ */

table.footer_main {
	align: center;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

td.footer_spacer {
	background-color: #FFFFFF;
	width: 760px;
	height: 18px;
}

td.footer {
	background-image: url("../images/footer_bg.gif");
	height: 32px;
	color: #666666;
	font-face: Verdana;
	font-size: 8pt;
	font-weight: none;
}

td.footer_right {
	background-image: url("../images/footer_bg.gif");
	height: 32px;
	color: #666666;
	font-face: Verdana;
	font-size: 8pt;
	font-weight: none;
	text-align: right;
}


a.footer {
	color: #666666;
	font-face: Verdana;
	font-size: 8pt;
	font-weight: none;
}

a.footer:visited {
	color: #666666;
	font-face: Verdana;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}