body{
	background-position: top center; margin:0px; padding:0px; text-align:center;
	font-style:normal; font-variant:normal; font-weight:normal; 
	font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-image:url('../images/bodybg.png'); background-repeat:repeat-x; background-attachment:fixed
}
#container{
/*	width:700px;*/
	width: 900px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1, h2, h3, h4, h5, h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 10px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color:#000000;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#660000;
}
h5{
	font-size:16px;
	color:#af3d0a;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #222;*/
	border:medium none;
	background:url('../images/dottedborder_dark.gif') repeat-x bottom center;
	padding-bottom:1px;
	cursor:help
}
hr{
	width:100%;
	border:0px none;
	height:1px;
	color:#777;
	background-color:#777; margin-left:0px !important; margin-right:0px !important; margin-top:2px !important; margin-bottom:5px !important
}
a{
	color:#FF7E43;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:22px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}
.noborder{
	border:0px none;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 15px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}

#content ul li{
	padding-bottom:7px;
/*	background:url('../images/arrow.gif') no-repeat 0px 5px;*/
	padding-left:10px
}
#content ol li{
	padding-bottom:7px;
}
#content ul li ul{
	margin:8px 0px -7px 0px;
}

/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#FF7E43;
}

img{
	border:none;
}
img.floatright,
img.floatleft,
#left img{
	border:0px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}

/* rounded corners */
.tl{background:#FF7E43 url('../images/tl.gif') no-repeat top left;}
.tr{background:url('../images/tr.gif') no-repeat top right;}
.br{background:url('../images/br.gif') no-repeat bottom right;}
.bl{background:url('../images/bl.gif') no-repeat bottom left;}

.ltl{background:#efefef url('../images/l_tl.gif') no-repeat top left;}
.ltr{background:url('../images/l_tr.gif') no-repeat top right;}
.lbr{background:url('../images/l_br.gif') no-repeat bottom right;}
.lbl{background:url('../images/l_bl.gif') no-repeat bottom left;}

/* blockquotes and code*/
blockquote{
/*	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:url('../images/quote.gif') no-repeat 10px 10px;
*/

	margin:10px auto;
	padding:5px;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1em;
	color:#FFFFFF;
	border-left:2px solid #000000;
	background-color:#FF7E43;

}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 10px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:url('../images/go.gif') no-repeat 10px 50%;
}
blockquote.stop{
	background:url('../images/stop.gif') no-repeat 11px 50%;
}
blockquote.exclamation{
	background:url('../images/exclamation.gif') no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#FF7E43;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
/*    width:100px;*/
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

form button{
}
/* top section */
#top{
	background:url('../images/contentbg.gif') repeat-y top center;
}

/* very bottom curve */
#bottom{
	background:url('../images/container_b.gif') no-repeat bottom center;
	height:9px
}
* html #bottom{
	margin-top:-4px;
}

/* header */
#header{
/*	width:680px;*/
	width:880px;
	height:250px;
	margin:auto;
	background: url('../images/h1.jpg') no-repeat top center;
	text-align:right; 
	font-style:normal; font-variant:normal; font-weight:normal; font-size:30px; font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
}
#title{
	margin-top:380px;
	margin-left:13px;
	position:absolute;
	color:#FF7E43;
	background-color:transparent;
	cursor:default; font-weight:bold; font-family:Arial; font-variant:small-caps; font-size:2em
}

/* menubar */
.nav{
	height:40px;
	background-color:#FF7E43;
	color:#FFFFFF;
/*	width:680px;*/
	width:880px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default
}
.nav2{
	height:40px;
}
#slogan{
	position:absolute;
	margin:11px 0px 0px 15px;
	font-size:14px;
}
#navdiv{
	text-align:right;
}
#navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 8px 0px 0px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
	
}
#navlist li a:hover, #navlist li a#selected, #navlist li a:hover#selected
{
	color: #000000;
}

/* content */
#content{
	min-height:300px;
/*	width:680px;*/
	width:880px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:300px;
	height:auto !important;
	height:300px;
}
#left{
/*	width:410px;*/
	width:610px;
	float:right;
	padding:10px;
}
* html #left{
	padding-top:20px;
}

#left ul
{
	list-style-type:disc;
}

/* sidebar */
#right{
	width:200px;
	float:left;
	padding:10px;
}
* html #right{
/*	padding-top:10px; 
	padding-bottom: 10px;
*/	
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url('../images/dottedborder.gif') repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px; font-style:normal; font-variant:normal; font-size:12px; font-family:Georgia, Arial, Helvetica, sans-serif
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}

/* footer */
.footer{
	height:55px;
/*	width:680px;*/
	width:880px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:55px;
}
#copyright{
/*	width:650px;*/
	width:850px;
	text-align:center;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#designcredit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
}
#copyright a{
	color:#FFFFFF;
}
#copyright a:hover{
	text-decoration:none
}

#menu {
/*	width: 680x;*/
	width: 880x;
	height: 54px;
	margin-left: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	float:right;
/*	background-color: #000000;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
/*	width: 134px;*/
	width: 174px;
	height: 34px;
	margin-left: 3px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background: url('../images/img01.gif') no-repeat center bottom; 
	border-color: #FF7E43; 
	color: #C4856D;
}

#menu .first a {
	margin: 0;
}

#menu a:hover {
	color: #000000;
}

.sideitem ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sideitem ul li {
	list-style: none;
	display: block;
	width: 160px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
.sideitem ul li a{
	border-left:3px solid #949494; width: 100%;
	height: 25px;
	display: block;
	color: #FF7E43;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	text-decoration: none;
	
}
.sideitem ul li a:hover {
	border-left:3px solid #000000; color: #FFFFFF;
	background-color: #FF7E43;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
	
}

.leftColumn {
	color: #666666;
  	float: left;
	width: 225px;
	text-align: right;
	padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px; background-color:#EAF1FF
}

.leftColumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	border-bottom: 2px solid #666666;
	color: #660000; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:4px
}

.leftColumn h2 span {
	color: #660000;
}

.leftColumn ul {
	padding: 0;
	margin: 0 0 0px 0;
	list-style: none;
	list-style-type:none;
}

.leftColumn li {
/*	display: list-item;*/
	margin: 0;
	line-height: 2em;
	background: #EAF1FF url('../images/dotted.gif') repeat-x bottom; 
	padding-left:0; padding-right:0; padding-top:2px; padding-bottom:3px
}

.leftColumn p {
	margin: 0;
	background: #EAF1FF;/* url('../images/dotted.gif') repeat-x bottom*/;
	padding-left:0; padding-right:0; padding-top:2px; padding-bottom:3px
}

.leftColumn li a, .leftColumn p a {
	color: #666;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 0px;

}

.leftColumn li a:hover, .leftColumn p a:hover {
	color: #660000;
	display: block;
	margin: 0px;
	text-decoration: none;
/*	background-color: #f5f5f5; */
	padding:0px;
	font-weight:bold;
}

.center
{text-align: center;}