
/***** Body and main container *****/
body {
//margin:0 90px;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#303030;  
text-align:center;
min-width:864px;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:864px;
text-align:left;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:normal;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

hlsquote {
   margin-right: 20px; 
   margin-left: 20px;
   text-decoration:italic;
}

//a img {
//border:0;
//}

//img.center {
//  display: block;
//  margin-left: auto;
//  margin-right: auto;
//}

/***** Header *****/
#header {
margin:0 0;
padding:0;
height:114px;
}

#menuarea {
position:relative;
top:-14px;
left:0;
width:864px;
//height:50px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:250px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#clearForms {
   font-size:0.7em;
   line-height:1.4em;}

#contentwide td.disclaimer {
   padding:30px;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
//width:762px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

//#frontphoto {
//margin:0 0 10px;
//border:0;
//}

/***** Main content *****/
#content {
//margin:0 20px 5px 20px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
//padding:0 10px;
//line-height:1.1em;
font-size:1.3em;
min-height: 400px;
}

#contentwide {
margin:20px 20px 5px 20px;
border-left:1.1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.1em;
font-size:1.3em;
min-height: 400px;
}

#homepagecontent {
    margin: 0 auto;
	margin-top:-15px;
}

.clear { clear: both;}

#news {
    width: 160px;
	height: 180px;
	float: left;
	background-image:url('news-background.gif');
    background-repeat:repeat-y;
}

#news-content {
    margin: 5px 5px 5px 5px;
	width: 140px;
}

#welcome {
    padding: 0 15px 0 15px;
}

#bios {
position:relative;
top:-60px;
}

#content h1,#contentwide h1 {
font-size:1.3em;
margin:0 0 20px;
}

#content h2,#contentwide h2 {
font-size:1.3em;
margin:0 0 20px;
font-style:italic;
}

#content h3,#contentwide h3 {
font-size:1.2em;
margin:0 0 8px;
}

#content td,#contentwide td {
padding:0px 40px 0px 0px;
margin:0px;
}

#content tr,#contentwide tr {
padding:0px;
margin:0px;
}

#content td.headline,#contentwide td.headline {
font-size:1.1em;
text-decoration:underline;
font-weight:bold;
position:relative;
line-height:1.4em;
text-transform: uppercase;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 0px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:864px;
text-align:center;
color:#aa111d;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#aa111d;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/****  article****/

#article {
margin:20px 10px 25px 25px;
padding:10px 10px 20px 10px;
}

#article h1 {
margin:8px 5px 0px 10px;
text-decoration:underline;
font-size:1.5em;
text-align:center;
}

#article p {
margin-top:15px;
font-size:1.3em;
}

#article p.author {
margin-top:0px;
font-size:1.1em;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.underline {
text-decoration:underline;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}


.formrowhead {	
border-bottom: 1px solid #999999;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.formrow {
	border-bottom: 1px solid #999999;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

em {
	font-weight: italic;
	font-style: normal;
	color: #f00;
	}
