/*
 * YUI CSS RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*END YUI CSS RESET */
/*IMAGES */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/* GENERAL */
strong {
	font-weight:bold;
}
.description {
	font-family: Tahoma, Verndana, sans-serif;
	font-style:italic;
	font-size:1.25em;
	color:#333;
	letter-spacing:-1px;
}
.center {
	margin: 1.5em auto 1.5em auto;
	text-align:center;
	position:relative;
}
.aligncenter {
	margin: 1.5em auto 1.5em auto;
	text-align:center;
	position:relative;
}
.center a {
	color:#3c6066;
	text-decoration:underline;
}
.center a:hover {
	color:#d5ed34;
}
.alignright {
	float:right;
	text-align:right;
}
.alignleft {
	float:left;
	text-align:left;
}
a {
	color:#3c6066;
	text-decoration:underline;
}
a:hover {
	color:#d5ed34;
}
a:visited {
	color:#4c7076;
}

body {
	font-size: 1em;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	background: #eeede7 url("images/watermark.jpg") center fixed no-repeat;
}
	/*IE 6.0 shenanigans */
html>body {
	font-size: 16px;
}
* html>body h1 {
	letter-spacing:-10px;
}
p {
	line-height:1.5em;
	font-size:1em;
	margin-top: .5em;
	margin-bottom: 1.5em; 
}
#header {
	margin:1.5em 0 0.5em 0;
}
.navigation {
	margin-bottom:2.4em;
	margin-top:-1.4em;
}
div h2 {
	position:relative;
	display:block;
	top:0.4em;
}
/* BIGNAV section */	
#bignav {
	font-size:1.4em;
	line-height:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	background:#3c6066;
	border-bottom: solid .2em #d5ed34;
	position:relative;
	z-index:1;
	margin-bottom:1.4em;
}
#bignav li {
line-height:normal;
margin:0;
}
#bignav a {
	text-decoration:none;
	color:#FFF;
}
#bignav a:hover {
	text-decoration:none;
	color:#fff200;
}
#bignav ul li {
	display:inline;
	margin: .2em .8em .2em .8em;
	position: relative;
}
#bignav ul li ul {
	background:#3c6066;
	text-transform:none;
	text-align:left;
	font-size:0.5em;
	display:none;
	position:absolute;
	top:2.3em;
	left:-1em;
	width:8em;
	border: solid 0.2em #d5ed34;
	border-top:none;
}
#bignav ul li:hover ul {
	display:block;
}
#bignav ul li ul:hover {
display:inline;
}
#bignav ul li ul li {
	float:left;
	position:relative;
}
/* SEARCH FORM */
#searchform {
	position:absolute;
	right:0;
	top:0.666em;
}
/* CONTENT */
#page {
	width:40em;
	position:relative;
	margin:0 auto 0 auto;
}
#content ol,#content ul {
	line-height:1.25em;
	font-size:1em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
#content ol {
list-style:decimal;
}
#content ul {
	list-style:circle;
	margin-left:2em;
}
#content {
	position:relative;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:4em;
	letter-spacing:-0.05em;
	font-style:italic;
	color:#5B4489;
}
h1 strong {
font-style:inherit;
}
/* IE FIX */
html>body h1 strong{
font-style:italic;
}

h2 {
	letter-spacing:-2px;
	color:#333;
	font-size:1.875em;
	line-height:1.5em;
	margin:.5em 0 .5em 0;
	font-weight:bold;
	font-family: Tahoma, Verndana, sans-serif;
}

h3 {
	color:#444;
	font-size:1.2em;
	line-height:1.5625em;
	margin-top:.75em;
	margin-bottom:-0.5em;
	font-weight:bold;
	font-family: Georgia, Verndana, sans-serif;
}
#callout {
	color:#3c6066;
	letter-spacing:-1px;
	width:100%;
	text-align:right;
	font-size:1.5em;
}

h2 a {
color:#333;
text-decoration:none;
}
.post, #comments, #respond, .commentlist {
	float:left;
	clear:left;
	width:460px;
}

/* SIDEBAR */
#sidebar {
font-size:0.8em;
float:right;
clear:none;
border-left: solid 2px #666;
margin: 0 -1em 0 0.5em;
padding-left: 0.5em;
}
/* FOOTER */
#footer {
clear:both;
border-top: solid 4px #3c6066;
}