body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	color:#333333;
	background-color:white;
	font-size: 12px;
	line-height: 18px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#000000;
	}
h2 {
	margin:24px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#000000;
	}
h3 {
	margin:24px 0px 10px;
	padding:0px;
	font-size:16px;
	line-height:22px;
	color:#000000;
	}
h4 {
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	line-height:18px;
	color:#000000;
	}
hr {
	border: 0;
	color: #333333;
	background-color: #333333;
	height: 1px;
	width: 100%;
	text-align: left;
}
p {
	font:12px/18px arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	}
.sig {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 14px;
}
ul {
	font-size: 12px;
	list-style-image:  url("/images/dot.gif");
}
li {
	padding-bottom: 8px;
}
a {
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {
	color: #FFCC00;
}
#header {
	margin:0px 0px 10px;
	padding:0px;
	height:110px;
	background-image:  url("/images/header_back.jpg");
	voice-family: "\"}\"";
	voice-family:inherit;
	height:110px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#header {
height:110px;
}
#content {
	padding:15px 10px 10px;
	margin-right: 230px;
	margin-left: 230px;
	}
#content img{
	border:1px solid #333333;
	}
#sidebar {
	position:absolute;
	top:110px;
	right:0px;
	width:200px;
	background-color: #FFCC00;
	}
#leftbar {
	position:absolute;
	top:110px;
	left:0px;
	width:200px;
	background-color: #FFCC00;
	}
#menu {
	position:absolute;
	top:140px;
	left:15px;
	width:155px;
	line-height:12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:155px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	}
/* Again, "be nice to Opera 5". */
body>#menu {width:155px;
}
#menu UL {
	PADDING-LEFT: 3px; 
	MARGIN-LEFT: 0px; 
	LIST-STYLE-TYPE: none; 
	voice-family: inherit
}
#menu a {
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	}
#mainlogo {
	position: absolute;
	left: 20px;
	top: 20px;
}
#title{
	position: absolute;
	left: 250px;
	top: 50px;
	FONT-WEIGHT: 900;
	FONT-SIZE: 18px;
	COLOR: #333333;
	LINE-HEIGHT:28px;
	font-family:arial, helvetica, sans-serif;
}
#contact{
	font:11px/20px arial, helvetica, sans-serif;
	TEXT-ALIGN: center;
	margin-bottom: 5px;
}
#contact a {
	font:11px/20px arial, helvetica, sans-serif;
	text-decoration:none;
	font-weight:600;
	}
/* Root level; text properties for states: normal INNER*/
.TM0i0 {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Root level; box properties for states: normal, hover, click OUTER */
.TM0o0 {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
}

/* Root level; text properties for states: hover, click INNER */
.TM0i1 {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/* Root level; box properties for states: normal, hover, click OUTER */
.TM0o1 {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FFF2BF;
	border: 1px solid #FFCC00;
}

/* Sub level; box properties for states: normal OUTER*/
.TM1o0 {
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* Sub levels; box properties for states: hover, click OUTER */
.TM1o1 {
	background-color: #996600;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}