a:link {color:#002e4e;}
a:visited {color:#002e4e;}

div#header
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	background-image:url(./images/banner.png) ;
	font-size: 14px;
	padding:0px;
	height:214px;
	border-top:solid 1px;
}

div#wrap
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	border:none;
	height:100%;
	background-repeat:repeat-y;
	background-color:#e2ddca;
	background-image:url(images/right_bg.png);
	padding:0px;
}

div#content
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:838px;
	border:solid 1px;
	border-top:none;
	height:100%;
	//background-color:#e2ddca;
	background-image:url(images/mainbg.png);
	background-repeat:repeat-x;
	padding:0px;
}

div#fullWidth {
	text-align: left;
	height: 100%;
	background: #e2ddca url(images/grad4.png); 
	background-repeat: no-repeat; 
	padding: 30px 20px 20px 20px; 
	margin: 0px;
}

div#footer
{
	clear:both;
	width:100%;
	height:27px;
	background-image:url(images/footer.png);
//	background-color:#ebe7da;
	padding-top:0px;
	border-top:1px solid;
	margin-top:0px;
}

div#nav
{
	padding-left:40px;	
}

div#welcome
{
	width:100%;
	height:0px;
	//background-image:url(./images/welcome3.png);
	font: 13px 'Garamond';
	color:#002e4e;
	vertical-align:text-bottom;

}

div.bottom
{
	margin-left:0px;
	float:left;
	height:auto;
	border:none;
	width:100%;
}

div.right
{
	text-align:center;
	float:right;
	height:100%;
	width:260px;
	padding:10px;
	padding-top:30px;
	padding-bottom:11px;
	border:0px;
	border-right:none;
}

div.left
{
	height:auto;
	float:left;
	width:515px;
	text-align:center;
	height:auto;
	padding:20px;
	padding-top:30px;
	font: 12px   'Helvetica';
}

div.updates
{
	text-align:left;
	background-color:#ece9dc;
}

div.title
{
	font: 14px;
	font-weight:bold;
	text-decoration:underline;
	color:#002e4e;
	text-align:left;
	padding-top:6px;
	padding-left:10px;

	border:solid 0px #696969;
}

div.date
{
	font: 12px   'Minion Pro';
	color:#8e8e8e;
	text-align:right;
	padding-left:0px;
	padding-right:0px;
}

div.body {
	padding:10px;
}

div.cell
{
	width:385px;
	padding:10px;
	text-align:left;
}

h1
{
	font: 20px   'Handwriting - Dakota';
	color:#002e4e;
}

body
{
	font: 14px   'garamond';
	text-align: center;
	padding:0px;
	margin-top:none;
	height:auto;
	background: #d1e2cf;
	background-image:url(./images/bg.png);
	background-repeat: repeat-x repeat-y;
}

html 
{
	height:auto;
}

div.input {
	padding: 5px;
}

div.input label {
	display: inline-block;
	width: 200px;
	text-align:right;
}

.error {
	color: #aa0000;
}

image {
	border: 0;
	background: none;
}