/*URI:http://www.NCAJets.com/
Version:1.0
Description:Widget-enabled fixed width 2-column design with left menu
Author:L. Keller
Author URI:http://SandstoneDigital.com/
*/
*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	}
body{
	font:100% Arial,Verdana,Tahoma,sans-serif;
	text-align:center;
	line-height:1;
	}
table{
/* tables still need 'cellspacing="0"' in the markup */
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
	}
table *{
	vertical-align:top;
	}
h1,h2,h3{
	color:#b70000;
	font-size:150%;
	font-weight:normal;
	}
h2{
	font-size:140%;
	}
h3{
	font-size:130%;
	}
h4,h5,h6{
	color:#000;
	font-size:120%;
	}
h5{
	font-size:110%;
	}
h6{
	font-size:100%;
	}
p{
	margin:5px 0 10px;
	line-height:1.2;
	}
table td p{
	margin:5px 7px;
	}
table td{
	overflow:hidden;
	}
hr{
	color:#fff;
	background:#fff;
	height:0;
	display:none;
	}
a:link,a:visited{
	color:#c00;
	}
a:focus,a:hover,a:active{
	text-decoration:none;
	}
#page{
	width:980px;
	margin:0 auto;
	text-align:left;
	}
#head{
	height:167px;
	margin:0 0 3px 0;
	background:url('images/head_bg.gif') no-repeat;
	}
#head h1{
	float:left;
	display:block;
	width:151px;
	height:164px;
	text-indent:-9999px;
	background:url('images/logo.gif') no-repeat;
	}
#head h1 a{
	display:block;
	width:151px;
	height:164px;
	}
#head_nav{
	float:left;
	list-style:none;
	margin-top:140px;
	}
#head_nav li{
	float:left;
	margin:0 0 0 20px;
	}
#head_nav li a:link,#head_nav li a:visited{
	color:#fff;
	text-decoration:none;
	}
#head_nav li a:focus,#head_nav li a:hover,#head_nav li a:active,#head_nav li.current_page_item a{
	color:#c00;
	}
#sidebar{
	float:left;
	width:291px;
	margin:0 0 15px 0;
	}
#ps{
	width:241px;
	height:180px;
	padding:2px 25px;
	font-size:75%;
	background:url('images/ps_bg.gif') no-repeat;
	}
#ps p{
	line-height:1;
	}
#ps a{
	text-decoration:none;
	}
#transparency{
	width:151px;
	height:150px;
	padding:2px 70px;
	}
#dhp{
	float:right;
	width:684px;
	height:180px;
	margin:0 0 25px;
	}
#side_nav_wrap{
	background:url('images/side_bg_r.gif') repeat-y;
	}
#side_nav{
	background:url('images/side_bg_t.gif') no-repeat;
	}
#side_nav ul{
	list-style:none;
	margin:3px 0 0 15px;
	padding:15px 1px 0 0;
	}
#side_nav ul ul{
	padding:0;
	margin:3px 0 0 15px;
	}
#side_nav li{
	padding:3px 0;
	border-top:1px solid #ccc;
	}
#side_nav li:first-child{
	border:0;
	}
#side_nav li li{
	padding:1px 0;
	border:0;
	}
#side_nav li a:link,#side_nav li a:visited{
	display:block;
	color:#000;
	text-decoration:none;
	}
#side_nav li a:focus,#side_nav li a:hover,#side_nav li a:active,#side_nav  li.current_page_item a{
	color:#c00;
	}
#side_nav li .current_page_item a:after{
	content:' \2022';
	}
#side_nav .current_page_item li a:after{
	content:'';
	}
.current_page_ancestor a{
	font-weight:bold;
	}
#side_nav .current_page_ancestor li a{
	font-weight:normal;
	}
#side_nav .current_page_item li a{
	color:#000;
	}
#side_nav .current_page_item li a:hover{
	color:#c00;
	}
#side_low{
	float:left;
	width:290px;
	height:10px;
	background:url('images/side_bg_bottom.gif') no-repeat;
	}
#content{
	float:left;
	width:644px;
	margin:0 0 15px 0;
	padding:0 15px 0 30px;
	}
#content .entrytext ol, #content .entrytext ol{
	margin:1.12em 0 1.12em 40px
	}
#content .entrytext ol ul, #content .entrytext ul ol, #content .entrytext ul ul, #content .entrytext ol ol{
	margin-top:0;
	margin-bottom:0;
	}
#content .entrytext h1, #content .entrytext h2, #content .entrytext h3, #content .entrytext h4, #content .entrytext h5, #content .entrytext h6{
	margin-top:1em;
	}
#foot{
	clear:both;
	font-size:75%;
	}
#sub_foot{
	float:right;
	clear:both;
	font-size:87.5%;
	}
#sub_foot a{
	color:#000;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.clear-b{
	clear:both;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.center{
	text-align:center;
	}
.auto{
	width:auto;
	}
.site_map ul{
	margin:10px 0 10px 25px;
	}
.bordered td{
	border:1px solid #000;
	}
