/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

body {
	font-size:15px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}
p {
	margin-left:20px;
	margin-right:20px;
}
p.large {
	font-size:125%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:250px;
}
p.mid{
	width:412px;
	margin:0 auto;
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}

ul {
	margin-left:30px;
}
ul li{ 
	list-style:circle;
}

.clear{
	clear:both;
}
img.center{
	display:block;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:40px;
}
img.lft{
	float:left;
	margin:5px 10px 5px 5px;
}
img.rt{
	float:right;
	margin:10px 5px 10px 10px;
}
.mainpic { 
	width:260px;
	margin-right:10px;
	margin-left:10px;
	float:right;
	font-style:italic;
	color: black;
	text-align:center;
	margin-bottom:5px;
	
}
.mainpic img{
	display:inline;
	margin:0 auto;
	margin-top:15px;
	border-style:none;
}
h1{
	font-variant:small-caps;
	color:#c93;
	text-align:right;
	font-size: 17px; 
	font-weight:bold;
	padding-right:15px;
	margin-top:10px;
	margin-bottom:40px;
}

#leftcol h1 {
	font-size:120%;
	margin-left:5px;
	margin-bottom:20px;
}
h2 {
	font-variant:small-caps;
	font-size:120%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
}
h3 {
	font-variant:small-caps;
	font-size:110%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
}
#content h2{
	margin-left:10px;
}
hr{
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	border: 0;
	color:#963;
	background-color:#963;
	height: 1px;
}

#wrapper {
	font-size:80%;
	margin:0 auto;
	margin-top:10px;
	width: 760px;
	color:#333;
}
#header {
	position:relative;
	height:150px;
	background-color:#CCCCCC;
	background-image:  url(../graphics/banner1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#title{
	position:absolute;
	top:63px;
	left:200px;
}

#title h1{
	color:#c93;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	text-align:right;
	font-size:25px; 
	margin:0;	
}

#container {/*if two columns*/
	width:757px;
	padding:0;
	border-left:#662006 2px solid;
	border-right:#c93 1px solid;
	background-image:url(../graphics/bgslice2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#nav{
	background-color:#ccc;
	color:#333;
	text-align:left;
	padding:3px 0 3px 160px;
	font-size:100%;
	border-left:#aaa 1px solid;
	border-right:#aaa 1px solid;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
#nav a{
	margin-left:15px;
	margin-right:15px;
}
#nav a:link{
	color:#333;
	text-decoration:none;
}

#nav a:visited{
	color:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}
#leftcol {
	float:left;
	color:#000;
	width:180px;
	margin:0;
	padding-top:100px;
	background-color:#c93;
}
#leftcol p{
	
	padding-left:10px;
	padding-right:10px;
}

#leftcol ul{
	/*text-align:right;*/
}
#leftcol a{
	display:block;
	padding:15px 0 5px 22px;
	color:#333;
}
#leftcol a:link{
	text-decoration:none;
	color:#333;
}
#leftcol a:visited{
	text-decoration:none;
	color:#333;
}
#leftcol a:hover{
	color:#fff;
	text-decoration:none;
}
#content {
	float:right;
	margin-top:1px;
	width:577px;
	background-color:#CCCC99;/*#f5f5f5;*/
	color:#333;
	border-top:#CC9900 2px solid;
}

#content a{
	color:#333;
	font-size:100%;
	font-weight:bold;
}

#content a:link{
	text-decoration:none;
}
#content a:visited{
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}
#pcontent {
	float:right;
	margin-top:1px;
	width:577px;
	background-color:#CCCC99;/*#f5f5f5;*/
	color:#333;
	border-top:#CC9900 2px solid;
}

#pcontent a{
	color:#333;
	font-size:100%;
}

#pcontent a:link{
	text-decoration:none;
}
#pcontent a:visited{
	text-decoration:none;
}
#pcontent a:hover{
	color:#000;
	text-decoration:underline;
}


#foot_ban{
	clear:both;
	height:10px;
	background-color:#f5f5f5;
	background-image:url(../graphics/bgslice2.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	
}
#footer {
	background-color:#662006;
	color:#c93;
	font-size:80%;
	padding:2px;
	border:#000 1px solid;
}

#foot_attrib{
	width:710px;
	margin:0 auto;
	height:15px;
}
#foot_attrib .rt{
	float:right;
}
#foot_attrib .lt{
	float:left;
}
#foot_attrib a{
	color:#fff;
	margin-left:5px;
	margin-right:30px;
	
}
#foot_attrib a:link{
	color:#fff;
	text-decoration:none;
}

#foot_attrib a:visited{
	color:#fff;
	text-decoration:none;
}
#foot_attrib a:hover{
	color:#fff;
	text-decoration:underline;
}
.book{
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:15px;
}
.bld{
	font-weight:bold;
	font-size:110%;
}
.emph{
	font-size:105%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
li{
	margin-top:10px;
	margin-right:20px;
}