/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
  	padding: 0px;
 	margin: 0px; 
 	min-width: 778px;
  	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	line-height: 1.5em;   
}

img {
	border: 0; }

p {
	font-size: 11px;
	color: #333333;
	line-height: 1.5em; 
}

#containerOuter {
	width:800px;
	background-color:#FFFFFF;
	padding: 1px 0px 1px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	min-height:630px;			
}

#whiteborder {
	width: 778px;
	margin: 11px;
}

#containerInner {
	position: relative;
	margin: 0;
	padding: 0; 
	width: 778px;
	/*	border: 1px solid #fc3;
	background: url() repeat-y;*/
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;	
}
	
#header {
	position: relative;
	left: 0px;
	width: 778px;
	height: 110px;
}

#leftcol {
	float:left;
	width:163px;
	background-color:#fbe8d9;
	min-height: 550px;
}

#navbar {
	padding-left: 10px;
	padding-top: 0px;
	background-image:url(../images/navbar.gif);
	background-position:top;
	background-repeat:repeat-y;
	line-height: 240%;
}

#navarrow1, #navarrow2 {
	visibility: hidden;
}

#LHinfo1 {
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 20px;		
	width: 112px;
}

#LHinfo2 {
	padding-left: 10px;
	padding-top: 30px;
	width: 112px;
}

#LHinfo3 {
	padding-left: 10px;
	padding-top: 20px;
	width: 112px;
}

#content {
	background-color: white;
	padding: 0px;
	margin-left: 163px;
	margin-right: 0px;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover, #footer a:active {
	color: #fbe8d9;
}

#quotearea {
	width: 615px;
	height:88px;
	background-color: #FFFFFF;
}

#quotespace {
	width: 115px;
	height: 88px;
	padding-top: 10px;
	float:left;
}

#quote {
	width: 500px;
	height: 88px;
	text-align:right;
	padding-top: 10px;
	background-image: url(../images/quote_mark.gif);
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
	font-weight: bold;
	line-height: 1.5em;

}

#flash {
	width: 615px;
	height: 90px;
	background-color: #FFFFFF;
}

#pageHeading {
	width: 615px;
	height: 90px;
	background-color: #FFFFFF;
}

#bodycopy {
	float: right;
	margin-top: 0px;
	margin-left: 152px;
	margin-right: 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color: #333333;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #d74029;
	text-decoration: none;
	font-weight: normal;
	
}

a:hover, a:active {
	color: #9d1d20;
	text-decoration: underline;
	font-weight: normal;
	
}

a.subheading {
	font-weight: bold;
}


a.nav {
	color: #333333;
}

.navwithnolink {
	z-index: 100; 
}

.navarrow {
	position: relative; 
	float: right;
	z-index: 200; 
	margin-right: 4px;
}

a.navlevel2:link, a.navlevel2:visited {
	color: #9d1d20;
	
}

a.navlevel2:hover, a.navlevel2:active {
	color: #d74029;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

li {
	list-style-image: url(../images/bullet.gif);
	font-size: 11px;
	color: #333333;
	line-height: 1.5em; 
}