@charset "utf-8";


page, body{
	text-align: center;
	margin:0;
	padding:0;
	background:#000000 url(images/grid.gif);
}
/*TEXT BASICS*/
.two_wide p {
	margin-left: 20px;
	margin-left: 50px;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
}

.p_small{clear:both;}
p.small {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
p.copy {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#eaeaea;
	margin-top:10px;
}
a.copy {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#eaeaea;
	margin-top:10px;
}

a {
	color:#990000;
	text-decoration: none;
}
h1,h2,h3 {
	
	
	font-family:"Times New Roman", Times, serif; 
	font-size: 16px ;
	margin: 10px 15px 0 10px;
	padding-left: 15px;
	color:#282935;
	border-top: #CCCCCC solid 1px;
	border-bottom: #cccccc solid 1px;
	background: #fff;
}
	
/*END TEXT BASICS*/

/*BASIC DIVISIONS*/
#container {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left:auto;
	margin-right: auto;
	width: 800px;
}
#masthead {
	position: relative;
	background: #000 url(images/masthead.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 154px;
}
#header {
	width: 800px;
	margin: 0;
	padding: 0;
}
#titleBar {
	margin:0;
	padding:0;
	background-color: #000;
	border-top: #F3C64E 3px solid;
	border-bottom: #F3C64E 5px solid;
	width: 800px;
}
#content {
	margin:0;
	padding-right:20px;
	background-color: #fff;
	width: 800px;
	overflow: hidden;
}
#copyright {
	margin:0;
	padding:0;
	border-top: 3px #f3c64e solid;
	background-color:#000 ;
	width: 800px;
	height: 30px;
	overflow: hidden;
}
#footer{
	position:relative;
	margin: 0;
	padding: 0;
	width: 800px;
	background: #000;
	height: 100px;
	overflow: hidden;
}
#footer ul{
	width:720px;
	display:block;
	position:absolute;
	left:5px;
	top:23px;
	padding:0;
	list-style:none;
}

#footer li{
float:left;
 font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 border-right: 1px solid #ccc;
 font-size: 10px; 
 font-weight:normal;
 }
#footer ul li a{padding:0 15px 0 12px; color:#CCCCCC; text-decoration:none;}
#footer ul li a:hover{text-decoration:underline;}
#footer li.home{border-left: 1px solid #eaeaea;}

.light {
color:#CCCCCC;
}
/*END BASIC DIVISIONS*/
* END MAIN MENU*/

/*IMAGE TAGS*/
.img_leftasps {
	margin-left: 60px;
	margin-right: 5px;
}
.img_left_bdr {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.img_left {
	float: left;
	margin: 5px;
	padding: 3px;
}
.img_right_bdr {
	float: right;
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.img_right {
	float: right;
	margin: 5px;
	padding: 3px;
	
}
.img_bdr {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/*END IMAGE TAGS*/

/*PROCEDURE PAGES*/
.textbox{
clear:right;
border:1px #666 dotted;
padding:10px;
margin:10px 0 10px 0;
}

.blog {
	margin:0;
	padding-top:10px;
	background: #fff;
	width: 800px;
	overflow: hidden;
}

.two_wide {
	margin-left: 245px;
	padding-right:20px;
	
}
.two_narrow {
	float:left;
	width: 260px;
}

/*PROCEDURE MENU*/
#sidebar {
	margin-left: 7px;
	background:none;	
	padding: 0;
	
}
#sidebar ul {
	list-style: none;
	list-style-type: none;
}
#sidebar li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#sidebar a {
	background:#000;
	border-bottom:#DDDDDD 1px solid;
	color: #fff;
	display: block;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
	font-weight:normal;
	width:130px;
}
#sidebar li a:hover {
	background:#C9C9C9 /*url("images/hover.gif") left center no-repeat*/;
	color: #fff;
	
}


/* 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 */


