body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#444;
	background-color:#fff;
}

img {
	border:0;
}

#container {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width:100%;
}

#holder {
	width:825px;
	margin:0px auto 0px auto;
	text-align:left;
} 

#header h1 {
	display:none;
} 

#header {
	background-image:url("/images/design-header.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width:825px;
	height:160px;
}

#menu {
	width:825px;
}

#menuholder {
	padding:5px 0px 0px 85px;
	height:38px;
	background-image:url("/images/design-menubg.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}

#menuholder li {
	background-color:transparent;
	font-weight:strong;
	font-size:110%;
}

.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:10px;
	line-height:1.4em;
}

h1 {
	margin:0;
	font-size:160%;
	color:#194051;
}

#footer {
	background-image:url("/images/design-line.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	height:10px;
	text-align:center;
	border:1px solid #fff;
}

#tmenu {
	margin:20px auto 40px auto;
	text-align:center;
	font-size:95%;
}

#tmenu a {
	color:#444;
	text-decoration:none;
}

#tmenu a:hover {
	text-decoration:underline;
}

span.tmenu {
	padding:0px 20px 0px 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%;
}

.FormLt1 {
	margin-top:10px;
	font-weight:bold;
	cursor:pointer;
	font-size:105%;
}

.required {
	color:red;
}