html{height:101%;}
:-moz-any-link:focus, input:focus, button:focus { outline: none; }

body {
	background: #d8d7d1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size:12px;
	text-align:center;
}

#container {
	background: #fff url('images/grey-v-line.gif') repeat-y;
	border:#000 solid 1px;
	width: 850px;
	margin:auto;
	padding-top:0px;
	padding-bottom: 50px;
	text-align:left;
}

#masthead {
	width: 850px;
	height: 122px;
	margin: 0px;
	text-indent:220px;
	position: relative;
	overflow: hidden;
	background:url('images/cc-mo.gif') top right no-repeat;
}

#masthead img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#masthead p {
	font-size:12px;
	text-indent:25px;
}

#masthead #headnav {
	position:absolute;
	top:88px;
	left:191px;
	width:640px;
	height:25px;
	background:#f6e4bd;
	padding:7px 20px 4px 0px;
	margin:0px;
	text-align: right;
	border-top:solid #ff9f15 2px;
	}
	
#headnav a:link,#headnav a:visited {
	text-decoration: none;
	color:#000;
	font-weight:bold;
	background:white;
	padding:2px 7px 2px 7px;
	margin-right:2px;
	border:solid #ff9f15 1px;
	font-size:10px;
	
}

#headnav a:hover {
	background:#a2a7af;
	color:#fff;
	border:solid #fff 1px;
}
		
a:link, a:visited {text-decoration: none;
	color:#cc5d1e;}
a img {
	border:0;
}

p {
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size:16px;
	line-height:110px;

}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#d78105;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#d78105;
}

.bold {
	font-weight:bold;
	
}
#picture {
	position:relative;
	width:659px;
	height:130;
	overflow:hidden;
	left:12px;
	top:0px;
}

.clip {
	height:80px;
}

#text {
	left: 185px;
	padding: 0px 0px 20px 40px;
	margin: 50px 0px 10px 200px;
}

.extra {
	background:url('images/grey-dot.gif') repeat-y;
	margin: 80px 0px 100px 200px;
}

#text ul {
	list-style-type: square;
	font-size:12px;
	padding-left: 15px;
}

#col {
	float:left;
	border:solid #000 0px;
	padding-top:0px;
	margin-bottom:12px;
	line-height:20px;
}

.skinny {
	padding-right:0px;
	width:166px;
}

.thin {
	padding-right:0px;
	width:204px;
}
.mid {
	padding-right:0px;
	width: 330px;
	background:#e8eaec;
}
.reg {
	width:480px;
}
.wide {
	width:560px;
}

.break {
	clear:both;
	
}

.list {
	font-size:11px;
}
.list2 {
	line-height:18px;
	font-size:11px;
	padding:0px 5px 2px 5px ;
	background:#f2eee4 url('images/sixlines.gif');
}
.nav {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 179px;
}

.nav ul {
	list-style-type: none;
	margin: 1px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}


.nav ul li a:link, .nav ul li a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	background: #cfd5db url('images/lightgrey-but.gif');
	padding: 3px 0px 5px 10px;
	margin: 2px 0px 0px 0px;
}

.nav ul li a:hover {
	background: #a2a7af url('images/darkgrey-but.gif');
	color: #fff;
}

.nav ul li #current {
	background: #f6e4bd url('images/orange-but.gif');
	color: #000;
	border-top:solid #ff9f15 2px;
	border-bottom:solid #c2a667 1px;
	padding: 2px 0px 4px 10px;
	
}

#footer {
	background:#f6e4bd;
	font-size: 9px;
	width:825px;
	text-align:right;
	padding: 3px 25px 3px 0px;
	border-right:solid black 1px;
	border-bottom:solid black 1px;
	border-left:solid black 1px;
	clear: both;
	margin:auto;
	margin-top:0px;
}

