/* CSS Document */
body {
	background: #E3D8C4 url(../images/bg.jpg) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

* {margin:0; padding:0;}
img {
	border:0;
}
h1, h2, h3 {
	font-size:1em;
	color:#3E0902;
	margin:1.5em 0;
}
h1  {
	margin-top:0;
}
h2 {
	margin-top:5px;
	font-size:.9em;
}
h3 {
	font-size:.9em;
}
p {
	font-size:.85em;
	margin:1.25em 0;
}
a, a:visited {
	color:#B84C01;
	text-decoration: none;
}
a:hover {
	color:#ECAC55;
	text-decoration: underline;
}
dfn {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #CCCCCC;
}
dfn a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dashed #CCCCCC;
	cursor:help;

}
address {
	font-size:.8em;
	font-style: normal;
}
#container {
	width:942px;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	background: url(../images/nav_right.gif) repeat-x;
	height:35px;
}

#nav_left_bg {
	background: url(../images/nav_left_bg.jpg) no-repeat;
	width:17px;
}

#nav_right_bg {
	background: url(../images/nav_right_bg.jpg) no-repeat;
	width:16px;
}
#hints ul {
	list-style: disc;
	font-size:.75em;
	margin-left:20px;
	color:#666;
}
#hints a {
	font-size:.75em;
	text-decoration:none;
	color:#B20000;
}

/* =leftNav*/
#leftNav_main {
	background: url(../images/leftNav_span.gif) repeat-y;
	width:165px:
}
#leftNav_main2 {
	background: url(../images/leftNav_main.jpg) no-repeat left top;
	width:165px
}
#leftNav_buttons {
	position: relative;
	left: 17px;
	top: 8px;
}
#leftNav_buttons a {
	padding:3px 0;
	display:block;
}
#alert {
	width:133px;
	border: 1px solid #C93;	
	position: relative;
	left: 17px;
	top: 15px;
	background-color:#FFFAE6;
	margin-bottom:10px;
}

#alert ul {
	margin:0 6px 0 16px;
	font-size:.7em;
	color:#333;
}

#alert li {
	list-style-type: square;
	line-height:1em;
	padding-top:.9em;
}

#alert ul a {
	color:#000;
	text-decoration:none;
}
#alert p {
	text-align:right;
	margin-right:5px;
	font-size:.6em;
}
#alert p a {
	text-decoration:none;
	color:#0109B3;
}
#alert h3 {
	text-align:center;
	background-color:#A84412;
	color:#fff;
	padding:3px;
	margin:1px;
}


/* =main_content*/
#main_content {
}
#content_left_container {
	border-right: 1px solid #CFCFCF;
	margin-right:10px;
	padding-right:10px;
}
#content_left_container p {
	margin:.55em;
	padding:0;
	line-height:1.15em;
	word-spacing:-.01em;
}

#main_content_right img {
	margin:5px 10px 5px 0;
}
#content_span_left_bg {
	background: #fff url(../images/content_span_left_bg.jpg) repeat-y;
}
#content_span_right_bg {
	background: #fff url(../images/content_span_right_bg.jpg) repeat-y;
}
#content_span_right_bg {
	background: #fff url(../images/content_span_right_bg.jpg) repeat-y;
}
#content_left_span {
	background: #fff url(../images/content_left_span.jpg) repeat-y;
	
}
ul.definitions {
	font-size:.8em;
	margin:30px;
}
ul.definitions li {
	padding:5px 0;
}
#main_content_right h2 {
	margin-bottom:.4em;	
}
#main_content_right p {
	margin-top:0;	
}	
.more {
	font-size:.8em;
	margin-right:20px;
}
/* =footer*/
#footer {
	background: #FFF url(../images/footer.jpg) no-repeat;
	width:942px;
	height:89px;
}
#footer p {
	width:942px;
	text-align:center;
	font-size:.6em;
	margin-top:45px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
span.floatRight a {
	color: #A84412;
	text-decoration: none;
	margin-top:-5px;

}
.pagelinks {
	margin:10px 20px;
	font-size:.8em;
}
.pagelinks li {
	list-style: none;
	font-weight:bold;
	color: #631604;
}
.pagelinks li ul {
	list-style: none;
	margin:0 20px;
}
.pagelinks li li {
	list-style: none;
	font-weight:normal;
}
.pagelinks a, .pagelinks a:visited {
	color:#3C0906;
	text-decoration: none;
}
.pagelinks a:hover {
	color:#B84C01;
	text-decoration: underline;
}

.pagelinks2 {
	margin:20px 10px;
	font-size:.8em;
}
.pagelinks2 li {
	list-style: none;
	font-weight:bold;
	color: #631604;
}
.pagelinks2 li ul {
	list-style: none;
	margin:0 5px;
}
.pagelinks2 li li {
	list-style: none;
	font-weight:normal;
}
.pagelinks2 a, .pagelinks a:visited {
	color:#3C0906;
	text-decoration: none;
}
.pagelinks2 a:hover {
	color:#B84C01;
	text-decoration: underline;
}
.sectionImage {
	margin: 20px 10px;
	border: 2px solid #742000;
}
input {
	margin-left:5px;
}
.small {
	font-size:.65em;
}
.border {
	border:3px solid #3C0906;
}
.marginRight40 {
	margin-right:40px;
}
div#quote {
	display:block;
	margin:0px 20px 20px;
	font-size:.8em;
	font-weight:bold;
	border: 1px solid #fff;
	text-align:center;
}
#quote.hide{
	display:none;
}
#quote a {
	width:123px;
	height:18px;
	text-align:center;
	display:block;
	color:#FBD487;
	background: #BA4F01;
}
#quote a:hover {
	display:block;
	color: #fff;
	text-decoration:none;
	background: #DB862C;
}

