@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 100%;
}
h1, h2, h3, h4, h5, p {
    padding: 0px;
	margin: 0px;
	}
h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #2e1f0c;
}

a {
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	color: #666666;
}

img {
	border: none;
}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent  {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 20px;
	background-image: url(../images/ttop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

#mainContent p {
	line-height: 18px;
	padding-bottom: 20px;
}
#mainContent h1 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 29px;
	font-weight: normal;
	color: #666666;
}
#mainContent h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e1f0c;
}
#mainContent h3 {
	font-size: 14px;
	color: #FF9900;
	padding-bottom: 10px;
}

#mainContent .contentbox {
	background-image: url(../images/tmiddle.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent .contentbtm {
	background-image: url(../images/tbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}

#sidebar {
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9E9E9;
	margin-top: 10px;
}

ul  {
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 10px;
	list-style-type: none;
}


#threecol {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/ttop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}

#threecol p {
	font-size: 11px;
	color: #666666;
	padding-right: 10px;
	padding-bottom: 7px;
}
#threecol h3 {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}
#threecol strong {
	color: #666666;
}

#threecol .contentbox {
	background-image: url(../images/threecolumn.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-left: 0px;
}
#threecol .contentbtm {
	background-image: url(../images/tbottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
}
#threecol .contentboxp {
	width: 228px;
	padding-left: 17px;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}


.google728 {
	height: 90px;
	width: 728px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 26px;
}
.google468 {
	height: 60px;
	width: 468px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 0px;
}

#about {
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
#about a {
	color: #666666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
}



.menu {
	font: bold 12px Arial;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/top.gif);
	
}

.menu li{
	float: left;
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

.menu li a{
	float: left;
	color: #FF9900;
	text-decoration: none;
	display: block;
	height: 42px;
	line-height: 42px;
	padding-right: 11px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
}

.menu li a:visited{
	color: #FF9900;
}

.menu li a:hover, .menu ul li .current{
	color: #cccccc;
}
