
body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #F3F1C8 url(images/pagebg.jpg) repeat-y 50% 0;
	}

/* ---( text )------------------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #553300;
	padding: 6px;
	margin: 0;
	display: block;
	width: 99%;
	background-color: #F3F1C8;
	}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	color: #cc0000;
	padding: 0;
	margin: 0 0 1em 0;
	}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #c63;
	}

h2 a:hover {
	color: #930;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	padding: 0 0 2px 0;
	margin: 1.2em 0 -.2em 0;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}

code {
	color: #c63;
	line-height: 1.2em;
	text-align: left;
	}

code strong {
	color: #930;
	}

abbr, acronymn, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
	}

strike {
	text-decoration: line-through;
	}

/* ---( top )------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
  	width: 756px;
	}
#bdydiv {
	position: relative;
	border: 2px solid #553300;
	background-color: #FCFCF1;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
  	width: 756px;
	}

html>body #wrap {
  	width: 756px;
	} 
	
#logo {
	height: 118px;
	padding: 0;
	margin: 0;
	}

#logo span {
	position: absolute;

	width: 760px;
	height: 118px;
	}

/* ---( main column )----------------------------- */

#left {
	margin: 0 0px 0px 0px;
	padding-top: 0px;
	text-align: justify;
	width: 150px;
	border-right: 2px solid #553300;
	float: left;
	height: 800px;
	background-color: #DCD6AA;
	}

/* ---( right column )----------------------------- */

#right {
	margin: 0 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	width: 576px;
	float: right;
	height: 100%;
	}

/* ---( navigation )----------------------------------- */

a.navitext {
	background-color: #795E2D;
	color: #F3F1C8;
	width: 145px;
	height: 20px;
	display: block;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #3D2500;
	}
	
a.subnavitext {
	background-color: #F3F1C8;
	color: #3D2500;
	width: 145px;
	height: 19px;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #3D2500;
	font-size: 0.8em;
	}
a.subnavitext:hover {
	background-color: #D9CEA8;
	}


/* ---( misc. )------------------------------------------ */

#search {
	margin-top: .5em;
	}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;
	}	

#logo a, #nav a, a.noline:link, a.noline:visited, .photoBox a:link, .photoBox a:visited {
	border-style: none;
	}

h3 img {
	vertical-align: middle;
	}

ul.noBullet li {
	list-style-type: none;
	}

.center {
	text-align: center;
	}

.hide {
	display: none;
	}
	
#clear {
	clear:both;
	}

.blockquote {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #553300;
	padding-left: 250px;
	padding-right: 60px;
	padding-top: 54px;
	padding-bottom: 54px;
	background-image: url(images/qbg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-style: italic;
	text-align: center;
	}