body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
/*Wraps everything and places the website in the center of the browser*/
#wrapper {
	position:relative;
	width: 788px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border: solid 1px #124a8e;
	padding: 0px;
}

/*This hides the header until it's ready to print*/
#printhead {
	display:none;
}

/*Places the logo at the top of the page*/
#header {
	background-image:url(../images/header/top_header.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	height:72px;
	width:100%;
}
/*This lays out the Header Links, and gives them effects*/
#header div {
	padding:7px 2px 2px 0;
	width:100%;
	text-align:center;
}
#header ul {
	margin:0;
	padding:0;
	float:right;
}
#header li {
	list-style:none;
	float:left;
	padding:0 10px 0 10px;
	margin:0;
	border-right: 1px white solid;
	font-size:13px;
}

#header a:link {color:#FFFFFF; text-decoration:none;}
#header a:visited {color:#FFFFFF; text-decoration:none;}
#header a:hover {color:#FFFFFF; text-decoration:underline;}
#header a:active {color:#F3C900; text-decoration:underline;}
/*________________*/

/*For centered text with the yellow background in the header*/
#mission {
	background-image:url(../images/header/bottom_header.gif);
	background-repeat:no-repeat;
	width:100%;
	padding:0;
	margin:0;
	height:93px;
}

/*_______________________*/


/*Holds the two columns in the layout*/
#content_wrapper {
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	height:auto;
}


/* Left column Content */
#content_left {
	float:left;
	width:170px;
	background-image:url(../images/bg_fade_yellow.jpg);
	background-repeat:repeat-x;
	height:auto;
	padding: 0px 0px 0px 20px;
}

		#content_left ul {margin:10px 0 0 0; padding:0px;}
		
		#content_left li {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			width:139px;
			list-style:none;
			padding:0 0 10px 0;
			margin:0;
		}
		
		#content_left a:link{color:#124A8e; text-decoration:none;}
		#content_left a:visited{color:#124A8e; text-decoration:none;}
		#content_left a:active{color:#124A8e; text-decoration:none;}
		#content_left a:hover{color:#990000;}
		
		
		#content_left_blueline {
			background-image:url(../images/blue_fade_line.jpg);
			background-repeat:no-repeat;
			float:right;
			padding:0;
			margin:0;
			width:1px;
			height:300px;
		}
/*_______________________*/

/* Content in the Right Column */
#content_right_wrap {
	margin-left: 203px;
	padding:10px 15px 10px 10px;
	background:none;
	border-left:1px solid #CCCCCC;
	height:auto;
}
#content_right {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#content_right a:link{color:#124a8e; text-decoration:underline;}
#content_right a:visited{color:#124a8e; text-decoration:underline;}
#content_right a:active{color:#124a8e; text-decoration:underline;}
#content_right a:hover {color:#990000; text-decoration:none;}

#content_right h1 {
	color:#124a8e;
	font-size:18px;
	font-stretch:semi-expanded;
	text-transform:uppercase;
}

#content_right h2 {
	color:#990000;
	font-size:14px;
	font-stretch:semi-expanded;
}
#content_right p, li, td {
	color:#000000;
	font-size:12px;
	line-height:17px;
}
#content_right p.smallcopy {
	font-size:9px;
	line-height:12px;
}
#content_right img.left {
	border:1px solid #124000;
	margin:0px 7px 5px 0px;
	float:left;
}
#content_right ul {
	list-style-image:url(../images/listdot.gif);
}
#content_right #book {
	float:left;
	margin:0px 7px 10px 0px;
}
		#content_right #book p {
			margin:0 0 0 15px;
			font-size:11px;
		}
#content_right .quote {
	background:url(../images/quotebox.gif) left top no-repeat;
	padding:7px 10px 7px 15px ;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	border:1px dotted #990000;
	font-size:12px;
}		
/*_______________________*/


/*Footer Layout*/
#footer {
	/*border-top:#000000 solid 1px;*/
	margin-top:15px;
	padding: 0px 0 6px 0;
	text-align:center;
	clear:both;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}
#footer a:link {color:#124a8e; text-decoration:none;}
#footer a:visited {color:#124a8e; text-decoration:none;}
#footer a:hover {color:#990000; text-decoration:underline;}
#footer a:active {color:#F3c900; text-decoration:underline;}

/* This inputs the faded bottom line*/
#footer .fade {
	height:1px;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../images/horizontal_fade.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#footer .help {
	color:#124a8e;
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
}
#footer ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:center
}
#footer ul li {
	padding:0px 6px 0px 4px;
	margin:0px 0px 10px 0px;
	border-right:1px solid #000000;
	display:inline;
	font-weight:bold;
}
#footer ul li.last {
	border-right:none
}
/*_______________________*/

.borders {
	border:1px solid #124A8E;
	border-right:none;
	border-bottom:none;
}
.borders td {
	border:1px solid #124A8E;
	border-top:none;
	border-left:none;
}
