body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 12pt;
	background-color: #006599;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 19pt;
	color: #5B6E74;
}

h2 {
	font-size: 14pt;
	color: #5B6E74;
	font-weight: lighter;
	line-height: 16pt;
}

.page_header {
	font-size: 14pt;
	color: #5B6E74;
	font-weight: lighter;
	line-height: 16pt;
}

.nav {
	font-size: 11pt;
	color: #FFFFFF;
}

.nav a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

.nav a:hover {
	color: #5B6E74;
	text-decoration: underline;
}

.projects_title {
	font-size: 10pt;
	color: #FFFFFF;
	background: #5B6E74;
	text-align:center;
}

.projects {
	font-size: 8pt;
	color: #000000;
}

.projects a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;	
}

.projects a:hover {
	color: #5B6E74;
	text-decoration: underline;
}

.footer {
	font-size: 8pt;
	color: #3399CC;
	text-align: center;
	vertical-align: middle;
}

.footer_black {
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.copyright {
	font-size: 10pt;
	color: #666666;
	text-align: center;
}

.left_border {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 2px;
}

.right_border {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 2px;
	padding-left: 8px;
	padding-right: 8px;	
}

.top_border {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
}

.top_right_border {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
  	padding-top: 0px;
  	padding-right: 20px;
  	padding-bottom: 0px;
  	padding-left: 10px;
	vertical-align: top;
}

.bottom_border {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.lr_border {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 2px;
}

.fp_title {
	background-color: #DEE6E9;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 14pt;
  	color: #5C6C79;
}

.fp_text {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 10pt;
  	color: #A59C7E;
}

.sm_text {
  	font-size: 8pt;
  	line-height: 9pt;
}

.thumb {
	border-color: #A59C7F;
	border-style: solid;
	border-width: 1px;
}

.portrait {
	border-right: solid #FFFFFF 15px;
	border-bottom: solid #FFFFFF 5px;
}

.hovermenu ul{
	font-size: 11pt;
	padding-top: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	margin: 0px;
	line-height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align:center;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.hovermenu ul li a{
	/*padding: 2px 0.5em;*/
	text-decoration: none;
	/*float: left;*/
	background-color: #A59C7F;
	/*height: 30px;*/
	/*border: 2px solid #A59C7F;*/
	color: #FFFFFF;
}

.hovermenu ul li a:hover{
	background-color: #CBC29B;
	/*border-style: outset;*/
	/*padding-left: 0px;*/
	/*padding-right: 0px;*/
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	background-color: #000000;
	/*border-style: inset;*/
}
