html, body { 
margin: 0; 
padding: 0; 
height: 100%
} 

body { background: #fff url(../images/mbg.gif) repeat scroll top right; }
body, td, div, p, a, li, ul, ol { font: small/100% Arial, Verdana, Helvetica, Lucida, sans-serif; color: #999; }

/* Used to place page in middle of user's browser */
#allscreen { height: 100%; width: 100%; background: #fff url(../images/wsmain.gif) no-repeat top right;}
	
/* Main Page Layout section */
#content {
	width: 100%; height: 100%;
	background: #fff url(../images/mbg.gif) repeat;
}

#header {
	margin: 0 0 0 0;
	width: 100%;
	padding-left: 15px; padding-top: 10px; padding-bottom: 8px;
}

td.navbar {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #858384;
	padding-left: 15px;
}

td.navbar a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #818080;
	line-height: 25px;
}

td.navbar a:link, td.navbar a:active, td.navbar a:visited {  text-decoration: none; color: #818080; }
td.navbar a:hover { text-decoration: none; color: #a70c17; }

td.navbar a.contact {
	text-align: right;
	padding-right: 15px;
}

td#content {
	padding: 15px 15px 15px 15px ;
	background: transparent;
	postion: relative;
	width: 100%;
}

div#sidebar {
	/*float: left;*/
	position: absolute;
	left: 25px;
	width: 150px;
	padding: 0 0 5px 0;
	margin: 0;
}

div#sidebar ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div#sidebar li { 
	text-align: left;
    width: 150px;
}

div#sidebar a {
     display: block;
	 padding-bottom: 5px;
     color: #848484;
     text-decoration: none;
     width: 150px; 
	 line-height: 20px;
	 font-weight: bold;
	 letter-spacing: 1px;
}

div#sidebar a.current:link, div#sidebar a.current:visited, div#sidebar a.current:active {
     color: #a51018;
}

div#sidebar a:link, div#sidebar a:visited, div#sidebar a:active {
	color: #848484;
	text-decoration: none;
}

div#sidebar a:hover {
	color: #a51018;
	/*color: #ed6a18;*/
	text-decoration: none;
}

div.contactbar {
	letter-spacing: 0;
	font-size: 0.9em;
	color: #777;
}

div#maincontent {
	margin-left: 170px;
	text-align: left;
	width: auto;
	padding-top: 0;
	position: relative;
}

div#pagetitle {
	padding-top: 5px;
}

div#pagetitle img {
	display: block;
}

#maintext {
	padding-top: 15px;
	margin-right: 140px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
}

#maintext p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0; padding: 0;
	line-height: 110%;
	margin-bottom: 10px;
	color: #5e5d5b;
}

#maintext p.par1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 130%;
	margin-bottom: 10px;
}

#maintext p.linkheading {
	font-size: 1em;
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 130%;
	margin-bottom: 10px;
	color: #ed6a18;
}

#maintext a.sitelink {
	display: inline;
	line-height: 20px;
	text-decoration: none;
	color: #5e5d5b;
	width: 230px;
}
#maintext a.sitelink:active, #maintext a.sitelink:link, #maintext a.sitelink:visited {
	display: block;
	line-height: 20px;
	text-decoration: none;
}
#maintext a.sitelink:hover {
	color: #a51018;
}

td.linkdesc { letter-spacing: 0; line-height: 1.35em; padding-bottom: 5px; }

div.spacer { clear: both; line-height: 0; font-size: 0; }

/* www.alistapart.com */
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

div.crow { clear: both; width: 100%; }
div.crow span.label { float: left; width: 130px; height: 25px; color: #555; text-align: right; padding-right: 15px; }
div.crow span.formw { float: left; width: 200px; height: 25px; text-align: left; }
span.formw input { padding: 0 2px; margin: 0; border: 1px solid #db8491; height: 18px; }
span.formw textarea { padding: 0; margin: 0; border: 1px solid #db8491; }
span.label span { color: #a51018; vertical-align: middle; }
.s_reset { width: 53px; height: 20px; border: 1px solid #db8491; background-color: #f1f1f1; color: #2b2015; cursor: hand; }
.s_send { width: 53px; border: 1px solid #db8491; background-color: #f1f1f1; color: #2b2015; height: 20px; cursor: hand; }
.s_send:hover { cursor: pointer; }
.s_reset:hover { cursor: pointer; }

a.header { letter-spacing: 1px; text-decoration: none; }
a.header:link, a.header:active, a.header:visited { letter-spacing: 1px; text-decoration: none; }
a.header:hover { letter-spacing: 1px; text-decoration: none; color: #b74046; }

a.credit { font-size: 1em; letter-spacing: 0.1em; line-height: 20px; text-decoration: none; color: #777; }
a.credit:link, a.credit:active, a.credit:visited { font-size: 1em; letter-spacing: 0.1em; line-height: 20px; text-decoration: none; }
a.credit:hover { color: #a51018; }