@charset "UTF-8";

/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	position: relative;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */

body {
	text-align: center;
	color: #3E3E3E;
	padding: 0 10px 0 10px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #DFD9C4 url(images/bg_page.gif) repeat-y center top;
}
#wrapper {
	width: 759px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#header {
}
#leftCol {
	width: 175px;
	margin: 0 0 0 6px;
	float: left;
	position: relative;
}
#rightCol {
	margin: 0 6px 0 188px;
	border-top: 3px solid #60000A;
	padding: 8px 0 0 0;
}


/* NAV */

#nav {
	margin: 5px 0 15px 0;
	padding: 2px 0 10px 0;
	background: url(images/bg_nav.gif) repeat-y;
}
#nav li {
	background: url(images/bg_nav_li.gif) no-repeat left bottom;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 1px 0px;
}
#nav li ul{
	list-style-type: disc;
	margin: 5px 0 0 0;
	padding: 8px 0 10px 15px;
	background: url(images/bg_nav_li_li.jpg) no-repeat left top;
	list-style-position: outside;
}
#nav li ul li{
	background: none;
	margin: 0px 8px 0px 10px;
	padding: 3px 0px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	padding: 8px 10px 8px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	color: #3E3E3E;
}
#nav li a:hover, #nav li a:active {
	color: #000000;
	text-decoration: underline;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active {
	display: block;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
#nav li.last {
	background: none;
}


/* CONTENT */

#rightCol p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 40px 15px 4px;
}
#rightCol p a {
	color: #333333;
}
#rightCol p.hdrQuote {
	font-size: 1.2em;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #A8A7A6;
}
#rightCol p.banner {
	background: url(images/bg_banner.jpg) repeat-y;
	border-top: 2px solid #A8A7A6;
	border-bottom: 1px solid #A8A7A6;
	text-align: right;
	line-height: 2.2em;	
	margin: 0 0 10px 0;
}
#rightCol p.banner a:link, #rightCol p.banner a:visited {
	font-size: 1.2em;
	line-height: 1.0em;
	text-decoration: none;
	color: #333333;
	margin: 0 5px 0 5px;
}
#rightCol p.banner a:hover, #rightCol p.banner a:active {
	color: #000000;
	text-decoration: underline;
	margin: 0 5px 0 5px;
}
#rightCol h1 {
	font-size: 1.5em;
	line-height: 1.0em;
	font-style: italic;
	color: #936E46;
	margin: 0 0 10px 4px;
}
#rightCol h1.L2 {
	font-size: 1.5em;
	line-height: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 4px;
}
#rightCol h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #60000A;
	margin: 0 0 8px 4px;
}
#rightCol h2.L2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #60000A;
	margin: 0 0 8px 4px;
}
#sidebar {
	width: 250px;
	border-top: 3px solid #60000A;
	border-right: 1px solid #A8A7A6;
	border-bottom: 1px solid #A8A7A6;
	border-left: 1px solid #A8A7A6;
	background: #CCCCCC;
	padding: 0 0 3px 0;
	margin: 10px 40px 10px 40px;
	float: right;
}
#sidebar h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
#sidebar p {
	font-size: 1.0em;
	margin: 0 7px 5px 4px;
}


/* FOOTER */

#footer {
	border-top: 1px solid #60000A;
	padding: 12px 0 15px 0;
}
#footer p {
	text-align: center;
	color: #6B6969;
}
#footer p a {
	color: #6B6969;
}


/* MISC */

.alignR {
	text-align: right;
}
.clear {
	clear: both;
}
.brown {
	color: #936E46;
}
img.floatR {
	float: right;
	margin: 10px 40px 10px 40px;
	border: 1px solid #A9A8A7;
}








