html,body 
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-size: 13px;
	background-color:#ffffc0;
	font-family:Georgia,"Trebuchet MS",Arial,Verdana,Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
td
{
  font-size: 13px;
	background-color:#ffffc0;
	font-family:Georgia,"Trebuchet MS",Arial,Verdana,Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h1, h2, h3 
{
	margin-top: 0;
}

h1 
{
  color: #315b83;
	font-size: 1.8em;
	padding-bottom:5px;
}
h2 
{
  font-size: 1.5em;
  color: #c83d3a;
}
h3 
{
	font-size: 1.2em;
	color: #ca9341;
}
input
{
	font-family:Georgia,"Trebuchet MS",Arial,Verdana,Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
}
.forminput, .formarea
{
  width:180px;
	font-family:Georgia,"Trebuchet MS",Arial,Verdana,Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
}
.formarea
{
  width:310px;
  height:100px;
}
a 
{
	color: #333333;
}

a:hover 
{
	text-decoration: underline;
	color: #000000;
}

a img 
{
	border: none;
}
ol
{
padding-left:4px;
}
/* Header */
#header
{
  height:202px;
  width:100%;
	background-repeat:repeat-x;
	background-position:center top; 
	background-image:url('/images/headbg.gif');
	text-align:left;
}

p
{
padding-bottom:8px;
}
#logo
{
	margin: 0 auto;
  width:800px;
	background-repeat:no-repeat;
	background-position:left top; 
	background-image:url('/images/logonew.gif');
	height:191px;
	text-align:left;
}

#logo .menutext
{
  padding-top: 163px;

}

.menutext, .menutext a 
{
	text-decoration:none;
	color: #ffffff;	
	font-weight:bold;
}
.menutext a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}
#content 
{
	width: 800px;
	height: 202px;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 1.2em;
	background-color:#ffffc0;

}
#left
{
  margin: 0 auto;
  width:530px;
	height:202px;
	text-align:left;
	float:left;
}
#right
{

  margin-top:0px;
  width:250px;
	float:left;
	text-align:center;
	padding-top:20px;
}


