body {
	font-family: "Trebuchet MS",Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	color: #666666;
	margin-top: 0px;
	background-color: #ffffff;
	margin-bottom: 0px;
	/* background-image: url(images/bg.png);
	*/
	background-repeat: repeat;
	min-width:940px
}
h1 {
	font-family:  "Trebuchet MS","myriad-pro-1","myriad-pro-2", Arial, Helvetica;
	font-size: 26px;
	line-height: 30px;
	color: #555555;
	font-weight: 500;
}
h2 {
	font-family:  "Trebuchet MS","myriad-pro-1","myriad-pro-2", Arial, Helvetica;
	font-size: 18px;
	line-height: 22px;
	color: #999999;
	font-weight: 500;
}
h3 {
	font-family:  "Trebuchet MS","myriad-pro-1","myriad-pro-2", Arial, Helvetica;
	font-size: 18px;
	line-height: 26px;
	color: #00009F;
	font-weight: 500;
}

.photoborder { 
border-color: #666666; border-width: 1px; border-style: solid; 
}

A{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:13px;
text-decoration: none;
}

A.visited{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:13px;
}

A:hover{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:13px;
text-decoration: underline;
}

.footer A{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:11px;
text-decoration: none;
}

.footer A.visited{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:11px;
}

.footer A:hover{
color:#00009F;
font-family:"Trebuchet MS",arial;
font-size:11px;
text-decoration: underline;
}

.footer {
color:#000000;
font-family:"Trebuchet MS",arial;
font-size:11px;
}

#nav-utility {
	float: left;
	text-align: right;
}
#nav-utility ul {
	padding-top: 10px;
	list-style:none;
}
#nav-utility ul li {
	line-height:30px;
	padding-left: 5px;
	margin-top: 5px;
	float:left;
}
#nav-utility ul li a {
	line-height:28px;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	padding:0 8px 0 8px;
	color: #555555;
	display:block;
	font-family:  "Trebuchet MS","myriad-pro-1","myriad-pro-2", Arial, Helvetica;
	-webkit-transition: background-color .2s linear;
}
#nav-utility ul li a:hover {
	background: #F16623 url(images/btn-glass.png) repeat-x 0 100%;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(195, 160, 10, .5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;	
}
#nav-utility ul li a.nav-s, a.nav-s:visited, a.nav-s:active, a.nav-s:hover  {
	background: #F16623 url(images/btn-glass.png) repeat-x 0 100%;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(195, 160, 10, .5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;	
}
#nav-utility ul li a.active {
	background-color:#F5F5F5;
}
