#container {
	width: 760px;
	width: 100%;
	border: 1px solid #666;
	margin: 0;
	padding: 0;
}
#banner {
	padding: 0;
	margin: 0;
	height: 94px;
	width: 100%;
	border-bottom: 1px solid #999;
	border-top: solid 6px #9C1098;
	background: #ddd url("bg_top.gif") repeat-x;
}
img#logo {
	border: 0;
}
#search {
	float: right;
	width: 265px;
	font-size: small;
	height: 94px;
}
#search p {
	margin: 2px 10px 2px 55px;
	
}
#main {
	padding: 0;
	margin-left: 140px;
	font-size: 80%;
	font-family: "times new roman", times, serif;
	font-weight: normal;
	color: #222;
}
table {
}
#banner input {
	font-size: 10px; font-face: "trebuchet ms", arial, sans-serif;
}
#banner form {
	margin-top: 4px;
}
#mainwrapper {
	margin: 0 9px 12px 26px;
}

#main h1, #main h2, #main h3, #main h4, #main h5 {
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #024;
	padding: 0;
	margin: -4p;
}
h1#title {
	display: none;
}
#main li {
	font-size: 1em;
}
#main h1 {
	font-size: 150%;
}
#main h2 {
	font-size: 135%;
}
#main h3 {
	font-size: 125%;
}
#main h4 {
	font-size: 110%;
}
#main h5 {
	font-size: 82%;
}
#main p, #main li, #main pre {
	
	font-family: "times new roman", times, serif;
	font-weight: normal;
	color: #222;
	padding: 0;
	margin: 0 0 9px 0;
}
#main a {
	color: #811;
	text-decoration: none;
}
#main a:visited {
	color: #933;
	text-decoration: none;
}
#main a:hover {
	color: #000;
	text-decoration: underline;
}
#main a:active {
	color: #811;
	text-decoration: none;
	border: dotted 1px #666;
	background: #ccc;
}
/* Contain the floats using the :after method */
#main:after {
        content: ".";  
        display: block; 
        height: 0; 
        clear: both; 
        visibility:hidden;
}

/*  \*/
* html #main {
        height: 1%;
}
/*  */
#sidebar-a {
	float: left;
	width: 140px;
	background: #F7F7f7;
	text-align: right;
	vertical-align: bottom;
}
#nav {
	
}
#footer {
	clear: both;
	padding: 0;
	margin-top: 0;			
	background-color: rgb(213, 219, 225);
}
#tabs {
	background: #F7F7f7;
	text-align: right;
	vertical-align: bottom;
}
#navlist
{
text-align: right;
margin: 0;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}
#navlist li {
	width: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#navlist a, #navlist a:visited
{
background: url("tab_top_nav.gif");
background-repeat: no-repeat;
color: #333;
float: right;
font-size: 11px;
font-weight: normal;
margin: 0px;
padding: 3px 0px 1px 1px;
text-decoration: none;
text-align: center;
vertical-align: middle;
width: 80px;
}
#navlist a:hover {
		 color: #881111; 
		 background: url("tab_top_over.gif");
		 }
#navlist ul a:hover { color: #f00 !important; }
#home { text-align: center; }
/* left nav column */
#sidebar-a {
	width: 150px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
	vertical-align: top;
}

#leftnavcontainer {
margin: 0;
font-family: arial, "trebuchet ms", sans-serif;
font-size: 10px;
text-align: left;
}

#leftnavlist ul {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
}
#leftnavlist ul ul {
	margin-left: 15px;
	padding-right: -15px;
	}
#leftnavlist ul ul ul{
	margin-left: 14px;
	padding-right: -14px;
	}
#leftnavlist ul ul ul ul {
	margin-left: 4px;
	padding-right: -4px;
	}
#leftnavlist ul li {
display: block;
margin: 0;
padding: 0;
}

#leftnavlist ul li a
{
display: block;
width: 128px;
padding: 3px 0 2px 16px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #ccc url("nav_bg.jpg") no-repeat;
}
#leftnavlist ul ul li a {
	background: #ccc url("nav_bg_indent.jpg") no-repeat;
}
#leftnavcontainer>#leftnavlist ul li a { width: auto; }

#leftnavlist ul li#active a
{
background: #999 url("nav_bg.jpg") no-repeat;
color: #800000;
}

#leftnavlist ul li a:hover, #leftnavlist ul li#active a:hover
{
color: #800000;
background: #999 url("nav_bg.jpg") no-repeat;
border-color: #aaab9c #fff #fff #ccc;
}
.address {
	padding: 4px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-family: "times new roman", times, serif;
	font-size: 13px;
}

.center {
	text-align: center;
}
/* main area spacer cell */
.leftspacer {
	width: 11px;
}
/* center table structure */
#center {
	margin: 5px 0;
}

form.search{
	margin: 9px 10px 0 0;
	padding: 0;
	text-align: right;
	font-family: "times new roman", times, serif;
	font-size: 12px;
}
.borderleft {
	border-left: solid 1px #ccc;
}
.borderright {
	border-right: solid 1px #ccc;
}
.borderbottom {
	border-bottom: solid 1px #ccc;
}
/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 30px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;

	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	color: red;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin: 1.2em 30px;
	}

/* Rules for the top corners and border */
.bt {
	background:url(box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:6px 10px;
	}
/* CSS for the box ends here */
.three .i1,
.three .i2 {
	background-image:url(borders.gif);
	}
.three .bt,
.three .bt div,
.three .bb,
.three .bb div {
	background-image:url(box.gif);
	}

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin: -4px 0 6px 0;
	padding: 0 10px;
	font: .9em;
	}

.text {
	margin-right: 190px;
	margin-top: -12px;
}

#sidebar-b {
	float: right;
	width: 175px;
	margin-top: 4px;
	vertical-align: text-bottom;
	position: relative;
}
#endorse {

	margin-top: 33px;
}
.quote {
	border: solid 1px #ccc;
	background: #efefef;
	padding: .5em 1.5em;
	margin: 4px 6px;
}
.quote p {
	font-size: 90%;
	padding: 0;
}
#footer {
	font-size: x-small;
	text-align: center;
	border-top: 1px solid #666;
	padding: 15px;
}
