body{
	margin:0px;
	padding:0px;
	background:#FFFFFF url(../images/blueprint.jpg) repeat-x fixed top center;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:900px;
	margin:auto;
	padding-bottom:20px;
	border:0px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
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:none;
	background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:18px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}
fieldset {
	background:url(../images/fieldsetbkg.jpg) repeat-x;
}
.noborder{
	border:0;
}
#content ul{
	margin:0px;
	padding:0px 10px 5px 0px;
	list-style-type:none;
}
#content ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
/* #content ul li{
	padding-bottom:4px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:0px;
} */
#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:#af454a;
}

img{
	border:none;
	padding: 3px 3px 3px 3px;
}
img.floatright,
img.floatleft,
#left img{
	border:1px solid #818181;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

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

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

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

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(../images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
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:transparent url(../images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(../images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(../images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* 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;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

/* 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{
	font:32px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:880px;
	height:200px;
	margin:auto;
	background:#222 url(../images/corners/tl.gif) no-repeat top left;;
	text-align:left;
}
	
#title{
	margin-top:10px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background:#222 url(../images/logo.gif) no-repeat top left;
	cursor:default;
	width: 182px;
	height: 183px;
}

#topspacer {
	height:9px;
	}

/* menubar */
.nav{
	height:40px;
	background-color:#222;
	color:#fff;
	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{
	border-top:5px solid #fff;
	color:#df521b;
}

/* content */
#content{
	min-height:400px;
	width:880px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}
#left{
	width:640px;
	float:left;
	padding:10px 10px 20px 10px;
}
* html #left{
	padding-right:0px;
}
.subcategories {
	margin-left:75px;
}
.subcategories a:hover {
	text-decoration:none;
	}

/* sidebar */
#right{
	width:185px;
	margin-left:660px;
	padding:20px 0px 20px 20px;
	border-left:1px dotted;
	border-left-color:#CCCCCC;
}
* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 0px;
}
#right .sideitem ul{
	margin-left:-4px;	 
}
#right .sideitem img{
	padding: 3px 3px 3px 3px;
	border:1px solid #818181;
	margin-right:10px;
}
#right ul {
	font-weight:bold;
}
#right li a:hover {
	text-decoration: none;
	}

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

/* --- button style code start here --- */
	
	button{ border:none; background:none; padding:0; margin:0; font:100% Arial, Helvetica, sans-serif; width:auto; overflow:visible; text-align:center;	vertical-align:middle; white-space:nowrap; height:36px; cursor:pointer; width:185px;}
	button span, button em { display:block; height:34px; line-height:34px; margin:0; color:#333333; }	
	button span { padding-left:20px; background:url(../images/bg_button.gif) no-repeat 0 0; }	
	button em { font-style:normal; padding-right:20px; background:url(../images/bg_button.gif) no-repeat 100% 0; }	

	button.first span { padding-left:20px; background:url(../images/bg_button.gif) no-repeat 0 -102px; }	
	button.first em { font-style:normal; padding-right:20px; background:url(../images/bg_button.gif) no-repeat 100% -102px; }		
	
	button:hover span, button.over span { padding-left:20px; background:url(../images/bg_button.gif) no-repeat 0 -34px; }	
	button:hover em, button.over em { font-style:normal; padding-right:20px; background:url(../images/bg_button.gif) no-repeat 100% -34px; }				
	button:focus, button:active { outline:hidden; }
				
	button.disabled { cursor:text; }
	button.disabled span, button.disabled em { color:#999999; }	
	button.disabled span { padding-left:20px; background:url(../images/bg_button.gif) no-repeat 0 -68px; }	
	button.disabled em { font-style:normal; padding-right:20px; background:url(../images/bg_button.gif) no-repeat 100% -68px; }	
	
	
	/* IE hacks to add some space between butotns */
	* html button { margin-right:5px; }
	*+html button { margin-right:5px; }
	
	/* --- end button style code --- */
	
	
	a.ovalbutton{
background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
width:155px;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin:2px 0px 20px;
}