/*------------------------------------------------------------------ General mark-up */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image:url(../images/background_body.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;	
}
dt, dl, dd {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 150%;
	color: #00a7de;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 120%;
	color: #00a7de;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-weight: bold;
}
a {
	color: #389dbe;
}

/*------------------------------------------------------------------ Mark up */
#siteWidth {
	display: block;
	width: 900px;
	text-align: left;
}
#top {
	display: block;
	width: 900px;
	height: 85px;
	background-image:url(../images/background_top.gif);
	background-repeat:no-repeat;
	padding-left: 22px;
}
#top img{
	display: block;
	float: left;
}
#top #navGen{
	display: block;
	float: left;
	padding-top: 16px;
}
#top #navGen a{
	color: #ffffff;
	font-size: 70%;
	text-decoration: none;
	padding: 3px 4px 0px 8px;
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}
#top #navGen a:hover{
	text-decoration: underline;
}
#left {
	display: block;
	float: left;
	width: 250px;
	background-color: #ffffff;
}
#left #address {
	font-size: 75%;
	margin: 25px 0px 0px 46px;
	color: #858585;
	line-height: 180%;
}
#left #address strong {
	color: #33b9e5;
	font-weight:bold;
	padding-bottom:4px;
}
#center {
	display: block;
	float: left;
	width: 390px;
	padding: 0px 10px 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica;
}
#center #content {
	background-color: #f7f7f7;
	padding: 10px 10px 20px 10px;
	line-height: 180%;
	font-size: 80%;	
}
#center #content strong{
	color: #616161;
}
#center #content #sitemapLinks a {
	display:block;
	margin-left: 23px;
}
#center #banners {
	margin-top: 10px;
}
#center #banners .banner1 {
	float: left;
}
#center #banners .banner2 {
	float: right;
}

#right {
	display: block;
	float: left;
	width: 240px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	line-height: 115%;	
}
#right dl {
	display: block;
	background-color: #f6f9fa;
	padding: 10px 10px 15px 10px;
	margin-bottom: 10px;
}
#news dl {
	margin-bottom: 20px;
	display: block;
}
#right dl .date {
	font-size: 70%;
	font-style:italic;
}
#news dl .date {
	font-size: 90%;
	font-style:italic;
}
#right dd {
	font-size: 80%;
}
#right dt {
	font-size: 85%;
	font-weight: bold;
}
#news dt {
	font-size: 120%;
	font-weight: bold;
}
#footer {
	display: block;
	margin-top: 20px;	
	background-color: #f2f2f2;
	color: #a5a5a5;
	padding: 3px 10px 3px 10px;
	font-size: 70%;		
}
#footer .footerNav {
	display: block;
	float: right;
}
#footer .footerNav a{
	color: #a5a5a5;
	margin-left: 10px;
}
#breadCrumb{
	padding: 10px 10px 10px 0px;
	font-size: 70%;
}
#breadCrumb ul, #breadCrumb li{
	list-style:none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#breadCrumb li{
	padding-left: 10px;
	margin-right: 10px;
	color: #5a7aa2;
	background: url(../images/arrow.gif) 0px 6px no-repeat;
}
#breadCrumb li a{
	color: #5a7aa2;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}
.pdfLink {
	background-color: #FFFFFF;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
}

/* Form -----------------------------------*/
.formTable{
	margin-top: 20px;
	vertical-align:top;
	font-size: 85%;
	width: 100%;
	line-height: 120%;
}
.formTable td{
	padding: 2px 0px 4px 0px;
}
.spacerRow {
	height: 20px;
}
.formTable .subHeader {
	background-color: #e8f7fc;
	height: 25px;
	font-weight: bold;
	color: #14417b;
	border-bottom: solid 1px #b2e4f5;
}
.formTable .textLarge {
	width: 200px;
	margin-left: 10px;
}
.formTable .textSmall {
	width: 100px;
	margin-left: 10px;
}
.formTable textarea {
	width: 98%;
}
