body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#444;
/*	background-color:#aaa;
*/
	background-image:url("/images/test.jpg");
	background-repeat:repeat;

}

img {
	border:0;
}

#container {
	text-align:center;
	margin-bottom:0px;
	width:100%;
}

#holder {
	width:825px;
	margin:0px auto 0px auto;
	text-align:left;
} 

#header h1 {
	display:none;
} 

#header {
	background-image:url("/images/wood_header2.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width:825px;
	height:243px;
}

#menu {
	width:825px;
	height:65px;
}

#menuholder {
	padding:20px 0px 0px 10px;
	height:65px;
	background-image:url("/images/wood-menubg2.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}

#menuholder li {
	background-color:transparent;
	font-weight:normal;
	font-size:130%;
}

.menulist {
	width:825px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #0D53A8;
	background-color: transparent;
}

.menulist a.highlighted {
	color: #0D53A8;
	background-color: transparent;
}

.current-page { 
	font-weight:bold;
	background-color:transparent;
}

#content {
	clear:both;
	width:825px;
}

#contentholder {
	padding:20px;
	line-height:1.4em;
	background-image:url("/images/woodbackground.jpg");
	background-repeat:repeat;
}

h1 {
	margin:0;
	font-size:160%;
	color:#194051;
}
h2 {
	margin:0;
	font-size:160%;
	color:#990000;
}

#footer {
	background-image:url("/images/woodfooter.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	height:60px;
	border:0px solid #fff;
}

#tmenu {
	margin:0px auto 0px auto;
	text-align:center;
	font-size:90%;
}


#tmenu a {
	color:#444;
	text-decoration:none;
	
}

#tmenu a:hover {
	text-decoration:underline;
}

span.tmenu {
	padding:20px 20px 20px 20px;
}

fieldset {
	border:0;
	text-align:left;
}

legend {
	font-weight:bold;
	display:none;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0px 2px 0px;
}

.txtbox {
	width:90%;
	padding:2px;
	background-color:#FCFFD9;
	font-size:105%;
}
.basement {
	width:60%;
	padding:2px;
	font-color:#FCFFD9;
	font-size:80%;
}

.FormLt1 {
	margin-top:10px;
	font-weight:bold;
	cursor:pointer;
	font-size:105%;
}

.required {
	color:red;
}