@charset "utf-8";

body {
	font:10pt/12pt Helvetica, 'Lucida Grande', Verdana, sans-serif;
	color:#000;
	background:#FFF;
	margin-top:55px;
	}

/* LINK STYLES */
a {
	color:#CC0001;
	}

a:hover {
	color:#000;
	}


/* NAV STYLES */

div#nav {
	font-size:12px;
	font-weight:bold;
	background:#CC0001;
	margin-left:307px;
	padding:3px 0 3px 10px;
	height:15px;
	}

#nav a {
	color:#FFF;
	}


#nav li {
	display:inline;
	margin-right:10px;
	}


/* HEADER STYLES */

img#title {
	position:relative;
	top:9px;
	}

div#header {
	position:relative;
	top:30px;
	overflow:hidden;
	}


/* CONTENT STYLES */

div#content {
	position:relative;
	top:91px;
	left:130px;
	width:600px;
	text-align:justify;
	}

#content h1 {
	font-size:34px;
	line-height:34px;
	margin-bottom:24px;
	}

#content h1 a {
	color:#000;
	}

#content h2 {
	font-size:23px;
	line-height:23px;
	color:#CC0001;
	margin-bottom:24px;
	}

#content h3 {
	font-size:18px;
	line-height:18px;
	color:#CC0001;
	margin:20px 0;
	}

#content p, #content img {
	margin-bottom:18px;
	}

#content hr {
	border:1px solid #CC0001;
	margin:40px 0;
	}

#content blockquote {
	font-style:italic;
	margin-bottom:24px;
	}

#content blockquote p cite {
	display:block;
	font-style:normal;
	margin-top:10px;
	text-indent:20px;
	}

#content blockquote cite + cite {
	font-style:italic;
	margin-top:2px;
	}

#content ul {
	margin-bottom:24px;
	}

#content .moreinfo {
	margin-bottom:2px;
	}

#content p + ul, #content h3 + ul {
	margin-top:-10px;
	}

#content .flright {
	float:right;
	margin-left:20px;
	}

#content .flleft {
	float:left;
	margin-right:20px;
	}

.clear {
	clear:both;
	}

#content .thumb {
	width:120px;
	}

#content div.archive {
	height:100px;
	border:3px solid #FAFAFA;
	margin-bottom:3px;
	padding:10px;
	}


/* IMAGE STYLES */

img.bborder {
	border:3px solid #000;
	}

img.rborder {
	border:3px solid #CC0001;
	}

img.fill {
	width:600px;
	}

img.fill.bordered {
	width:594px;
	}


/* FOOTER STYLES */

div#footer {
	position:relative;
	top:121px;
	left:130px;
	width:600px;
	color:#888;
	padding-bottom:30px;
	}

#footer a {
	color:#333;
	}

#footer a:hover{
	color:#CC0001;
	}