body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
	font-family: Verdana, Arial, sans-serif;
}

#header
{
	vertical-align: top;
        padding: 16px 18px;
	border-bottom: 1px solid #efefef;
        background-color: #ffffca;
}

h1
{
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #90200A;
        margin: 0;
        padding-bottom: 5px;
}

#slogan
{
	font-size: 12px;
	font-weight: lighter;
	color: #00008B;
        margin: 0;
        text-align:right;
}

#main
{
	width: 780px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
}

#topbox
{
        text-align: center;
        background-color: #f9f9f9;
        padding: 12px 0;
}

.menu
{
	width: 150px;
	color: #00008B;
}

.menu a:link, .menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 12px;
	background-color: transparent;
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	display: block;
}

.menu a:hover
{
	color: #A52A2A;
	text-decoration: none;
}

#lefty
{
	float: left;
	width: 162px;
	margin-top: 10px;
	height: auto;
	color: #00008B;
	font-family: Verdana, Arial, sans-serif;
}

#lefty .box
{
        width: 150px;
        padding: 6px;
}

#righty
{
	margin-top: 10px;
	width: 170px;
	height: auto;
	color: #00008B;
	float: right;
	padding-right: 5px;
	font-family: Verdana, Arial, sans-serif;
}

#lefty p, #righty div 
{
	text-align: center;	
	padding: 10px 0px;
	display: block;
}

#block
{
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFCA;
	color: #607080;
}

a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

a:hover
{
	color: #A52A2A;
	text-decoration: none;
}

#content
{
	float: left;
	width: 406px;
	text-align: left;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	line-height: 145%;
	color: #607080;
}

#content h2
{
	font-size: 16px;
	color: #90200A;
	font-weight: bold;
        margin-top:11px;
}

.item
{
        border-bottom: 1px solid #efefef;
        padding-bottom: 14px;
        font-size: 13px; 
}

.item h3
{
        font-size: 14px;
        color: #2F4F4F;
	font-weight: bold;
        margin-bottom: 5px;
}

.byline-date
{
        font-size: 11px;
	font-style: italic;
        margin-top: 0;
}

#footer
{
	text-align: center;
	padding: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	color: #cccccc;
}

#footer a
{
	color: #aaaaaa;
}

hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}

li
{
	list-style-type: none;
	line-height: 160%;
}

/* contact form styles */

label, input
{
  display: block;
  width: 250px;
  float: left;
  margin-bottom: 10px;
}

textarea
{
  display: block;
  width: 250px;
  height: 160px;
  float: left;
  margin-bottom: 10px;
}

label
{
  text-align: right;
  width: 80px;
  padding-right: 10px;
}

input#submit, img#captcha
{
  float:left;
  margin-left:90px;
  display:inline;
} 

form br
{
  clear: left;
}
