* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #769359 url(images/background.jpg) repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
	font-size: 14px;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(images/li.gif);
	margin-left: 18px;
	padding-bottom: 5px;
}


cite {
	display: block;
	background: url(images/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

div.lightBox { 
	background: #ffc;
	width: 575px;
	padding: 10px;
	margin: auto;
	border: solid 1px #769359;
}	

div.roundCornerBox { 
	background: #ffc;
	width: 530px;
	padding: 10px;
	font-size: 12px;
	margin: auto;
	border: solid 1px #769359;
}	

/* misc */
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 24px;
	margin: 5px 0px;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	background: #597F93 url(images/header.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
}
.header h1 {
	color: #c00;
	font: bold 3em "Trebuchet MS",sans-serif;
	width: 600px;
	padding-top: 0px;
	margin: 0 auto;
}

.header h4 {
 	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}	

/* content */
.content {
	padding: 18px 0;
}
.content h1, #subHead {
	color: #900;
	font-size: 1.4em;
	margin-bottom: 4px;
	margin-top: 25px;
	font-weight: bold;
	text-align: center;
}
#subHead {
	margin-top: 0;
	padding-top: 0;
	color: #553;
}

div#subHead {
	text-align: center;
	font-weight: bold;
}	

.uLine { text-decoration: underline; }
.bText { font-weight: bold; }
.emText { font-style: italic; }	

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}

.red {
	color:#FF0000;
}	