/* CSS Document */
body {
	margin: 10px;
	padding: 0px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#bodymain {
	position:relative;
	width:800px; 
}
#toprow {
	width:800px;
	background-color: #FFF;
	position: relative;
	margin-bottom: 5px;
	}
#toprowlogo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
}
#toprowtext {
	color: #003366;
	font-size: .9em;
	padding: 10px 0px 10px 5px;
	position: relative;
	z-index:200;
	top: 0px;
	left: 100px;
	width: 400px;
	}
#searchbox {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
}
#graybarheader {
	width:800px;
	color: #FFF; 
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	background-color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	}
#graybarheader a:hover, #graybarheader a:active { color: #FFF; text-decoration: none; background-color: #999}
#graybarheader a:link, #graybarheader a:visited {color: #FFF; text-decoration: none;}
#graybarhomefooter {
	width:800px;
	color: #FFF; 
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	background-color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 15px;
	}
#graybarfooter {
	width:800px;
	color: #FFF; 
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	background-color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 15px;
	margin-top: 10px;
	position: relative;
	}
#row3 {
	width:800px;
	padding: 0px;
	position: relative;
	background-color: #0099CC;
	}
#hometextoverlay {
	position: absolute;
	width: 250px;
	height: 230px;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #FFF;
	font-size: 1em;
}
#mainlinkrow {
	width: 800px;
	text-align: center;
	font-size: 1.5em;
	margin-top: 25px;
}
#mainlinkrow a:link, #mainlinkrow a:visited {
	color: #333;
	border-top: solid 5px #666;
	border-bottom: solid 5px #666;
	text-decoration: none
}
#mainlinkrow a:hover, #mainlinkrow a:active {
	color: blue;
	border-top: solid 5px #0099CC;
	border-bottom: solid 5px #0099CC;
	text-decoration: none;
}
#titlerow {
	width:640px;
	position: relative;
	background-color: #3300CC;
	}
#titlerowtext {
	color: #FFF;
	font-size: 24px;
	padding: 14px 0px 14px 5px;
	position: relative;
	z-index:200;
	top: 0px;
	left: 0px;
	width: 280px;
	}
#titlerowimage {
	position: absolute;
	margin-left: 295px;
	z-index:300;
	top: 0px;
	left: 0px;
	padding: 2px 2px 2px 0px;
	}
p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
.floatleft {float: left; margin: 0 15px 10px 0; clear: both; }
.floatright {float: right; margin: 0 0 10px 10px; clear: both; }
img {
	border:0px;	
}
#footer {
	width: 800px;
	text-align: center;
	font-size: .75em;
	margin-top: 25px;
}
#pagecontent {
	width:800px;
	padding: 0px;
	position: relative;
	background-color: #FFF;
	border: 0px solid red;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#pagecontent a:link, a:visited { color:blue; text-decoration: underline; }
#pagecontent a:hover, a:active{ color:blue; text-decoration: none; }
#presspagetitle {
	font-size: 1.5em;
	color: #336699;
	font-weight: bold;
	position: relative;
	padding: 10px 0px 8px 10px;
}
div.row {
  clear: both;
  }

div.row span.label {
  float: left;
  margin: 0 20px 20px 10px;
  width: 150px;
  color: black;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 600px;
  text-align: left;
  } 
.thumbnail {float: left; width: 150px; border: 1px solid #ffffff; margin: 0 15px 15px 0; }
/* home page specific */

/* start top nav */
div#topbar
{
background-color: #666666;
border-top: solid 1px #333333;
border-bottom: solid 1px #333333;
width: 800px;
}

div#topbar ul
{
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#topbar ul li
{
display: inline;
margin-left: -4px;
}

div#topbar ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #333333;
border-left: 1px solid #333333;
}

div#topbar ul li a:hover
{
background-color: #DBDBDB;
color: black;
}