/* Block-specific styling */
/*
    white       #FFFFFF
    dark blue   #0061A5
    light blue  #3A8ECA
    grey        #71706E
    green       #9BCC23
*/
body{
	font-family:Arial, sans-serif;
	background:#71706E url(/files/SiteImages/BACKGROUND_tile_03.jpg);
}
h1, h2, h3{
	margin:0;
}
#background{
	background:#FFF;
}
#header{
	font-size:2em;
}
#center h1{
	text-align:center;
	padding:10px 0;
}
#navigation{
	text-align:right;
	line-height:1em;
	/*background:#3A8ECA url(/wireframe/navbar.png) no-repeat 0px 50%;*/
	/*background:#0061A5 url(/wireframe/navback30.png) no-repeat 0px 50%;*/
	background:#0061A5 url(/wireframe/nav.png) no-repeat 0px 50%;
}
#navigation ul{
	display:inline-block;
	margin:0;
	padding:0;
}
#navigation li{
	float:left;
	margin:0;
	padding:6px 10px;
	list-style-type:none;
}
#navigation li:hover{
	background-color:#9BCC23;
}
#navigation a{
	color:#FFF;
	text-decoration:none;
}
#navigation a:hover{
	color:#000;
}
#navigation .active{
	background-color:#9BCC23;
	font-weight:bold;
}
#navigation .active a{
	color:#000;
}
#navigation .active a:hover{
	color:#FFF;
}
#logo{
	margin-top:-70px;
	padding:0 20px 20px 20px;
	width:160px;
	height:160px;
}
#logo img{
	margin:-1px;
	border:1px solid black;
}
.content{
	clear:both;
	padding:10px;
}
#corners{
	width:100%;
	height:40px;
	padding-top:40px;
	background:#FFF url(/wireframe/sidebar.png) no-repeat 0px 100%;
}
#leftRail{
	background:#FFF url(/wireframe/sidebar.png) repeat-x;
}
#leftRail .content{
	/* margin-top:40px; */
	/* text-align:justify; */
}
#leftRail .content a{
	/* color:#EEE; */
}
#leftRail .content a:hover{
	/* color:#BBB; */
}
.note{
	font-style:italic;
	font-size:0.8em;
}
.required{
	color:red;
}
fieldset{
	margin-top:10px;
	padding:10px;
}
legend, label{
	font-weight:bold;
	text-align:right;
}
.form{
	float:left;
	padding:0 20px 20px 0;
	text-align:right;
}
#footer{
	font-size:0.8em;
	color:#777;
	padding:10px;
}
a{
	color:black;
}
a:hover{
	color:#666;
}
a img{
	border:0;
}
.centered{
	text-align:center;
}
.hvlog{
	//margin:0 auto;
	//width:640px;
}

