@charset "utf-8";
/* CSS Document */

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,code,pre,dl,dt,dd,ol,ul,li,form,label,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,p,input,select,textarea { font-size: 1em; font-weight: normal; font-style:normal; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align: left; }
ul,ol { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

html { margin-bottom:1px; min-height:100%; } /* Always show scrollbar */
html, body { height: 100%; }

/* IE6 Transparent .png */
img, div { behavior: url(iepngfix.htc); }

/* Page Elements */

html { margin-bottom: 1px; min-height: 100%; }

body {
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#B9A493;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	color:#000000;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	color:#a66d53
}

h1.logo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#A0523E;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	color:#a66d53;
}

h3 {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#a66d53;
}

p {
	font-size:12px;
	line-height:18px;
	color:#4C4C4C;
}

p.left {
	text-align:left;
	}

p.formlabel {
	font-size:12px;
}

p.header {
	font-size:10px;
}

p.flash {
	text-align:center;
}

p.body {
	text-align:justify;
}

.h1footer {
	margin-left:20px;
	line-height:30px;
}

p.footer {
	font-size:9px;
	line-height:14px;
	text-align:center;
	color:#666666;
}

.list {
	padding-left:30px;
	padding-bottom:10px;
	font-size:12px;
	list-style:disc;
	text-align:justify;
	line-height:18px;
	color:#4C4C4C;
}

.white {
	color:#FFFFFF;
}

.list li {
	padding:2px;
}

/* Website Links */

a {
	font-size:12px;
	text-decoration:underline;
	color:#673b26;
}

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

a.header {
	font-size:10px;
	text-decoration:underline;
	color:#A0523E;
}

a.mainMenu {
	font-size:14px;
	line-height:14pt;
	text-decoration:none;
	color:#825E48;
}

a.footer {
	font-size:9px;
	text-decoration:underline;
	color:#A0523E;
}

.flashheader {
	position:absolute;
	bottom:0px;
	left: 5px;
}

.fieldset {
	width:550px;
	border-color:#a66d53;
}


.legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A0523E;
	padding:4px;
}

/* Components */

div#outer {
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	padding: 0px 0px;
	margin-left:auto;
	margin-right:auto;
}

div#container {
	width:900px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:113px;
	position:relative;
}

div.logo {
	width:209px;
	height:106px;
	float:left;
	margin-top:7px;
}

div.headTextcontainer {
	width:691px;
	height:113px;
	float:left;
}

div.name {
	width:400px;
	height:113px;
	text-align:left;
	float:left;
	margin-left:20px;
}

div.headlinks {
	float:right;
	margin-right:10px;
	margin-top:10px;
}

div#menu {
	background-image:url(../images/side_menu_bg.jpg);
	background-repeat:repeat-y;
	width:209px;
	height:317px;
	float:left;
	margin-left:0px;
}

div.leftMenu{
	background-image:url(../images/side_menu_L.jpg);
	background-repeat:no-repeat;
	width:53px;
	height:317px;
	margin:0px;
	float:left;
}

div.menuText{
	width:146px;
	height:297px;
	margin-top:10px;
	margin-right:10px;
	text-align:left;
	float:right;
}

div#flash {
	width:691px;
	height:217px;
	float:right;
	margin-right:0px;
}

div#bodyContainer{
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	width:900px;
	float:left;
	margin-left:0px;
}

div#leftCol{
	width:180px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
}

div#mainCol{
	width:656px;
	float:right;
	margin-right:20px;
	margin-top:10px;
	text-align:justify;
}
	
.box {
	clear:both;
}

div#footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:76px;
	float:left;
	margin-left: 0px;
}

ul.errors {
	list-style:outside disc;
	padding-left:25px;
}
