body {
	background:#e0e0e0 url('images/bg.jpg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}

/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p, ul, ol, blockquote {
	font-size: 18px;
	line-height: 28px;
	text-align:justify;
	margin-bottom:10px;
}
a {
	color:#990000;
	text-decoration:none;
	border-bottom:1px dotted #990000;
}
a:hover {
	color:#CD2D2D;
}
a.headerlink {
	color:#000000;
	text-decoration:none;
	border-bottom:0px;
}
a.headerlink:hover {
	color:#CD2D2D;
}
table {
	width:100%;
}
table tr th {
	background:#990000 url('images/nav-bg.png') repeat-x scroll 0 50%;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	border:1px solid #990000;
}
table tr td {
	padding:5px 10px;
	color:#333333;
	letter-spacing:1px;
	border-bottom:1px solid #dddddd;
}
table tr.alt td {
	background-color:#EFEFEF;
}
blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}

/* page wrapper */
div#wrap {
	width:85%;
	background:#ffffff url('images/header-bg.png') no-repeat scroll top right;
	margin:0 auto;
	padding:0;
}
div#header {
	padding:10px 20px 25px 20px;
}
div#header div#header-text {
	width: 400px;
}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#990000;
	border-bottom:none;
	font-size:45px;
	line-height:54px;
	text-transform:lowercase;
	margin-top: 15px;
}
div#header div#header-text h1 a span {
	color:#333333;
}
div#header div#header-text h2 {
	color:#cccccc;
}

div#header div#header-text2 h2 {
	color:#cccccc;
}

div#header3 {
	float: right;
	width: 400px;
}

div#header-text3 h2 {
	color:#999;
	text-align: right;
	margin-top: 25px;
	font-size: 18px;
	font-style: italic;
}

div#header-text3 h3 {
	color:#333333;
	text-align: right;
	font-size: 18px;
}

.logo  
{
	float: right;
	padding: 10px;
	margin-top: -20px;
}

.image
{
	float: right;
	padding: 10px 20px 20px 20px;
}


/* navigation menu */
div#navigation {
	height:55px;
	background:#00c;
	border-top:1px solid #999;
	width:100%;
}
div#navigation ul {
	list-style:none;
	margin:0 20px; 
	padding:0;
	position:relative;
	top:-1px;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li.selected {
	background:#ffffff;
	position:relative;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	font-weight:bold;
	font-size:1.05em;
	padding:15px 20px 9px;
	top:-1px;
	margin-left: 1px;
}


div#navigation ul li.selected a {
	background:#ffffff;
	color:#990000;
	padding:16px 20px 9px;
}

div#navigation ul li a:hover {
	background:#ffffff;
	color:#990000;
	padding:16px 20px 9px;
}

/* page content area */
div#content {
	background:#ffffff url('images/body-bg.png') repeat-x scroll top left;
	border-top:1px solid #999;
}

/* main content area + page styles */
div#page {
	float:left;
	padding:20px 20px 20px 40px;
	width:90%;
	color:#555555;
}
div#page h2 {
	color:#444444;
	font-size: 24px;
}
div#page h3 {
	color:#990000;
	font-size: 24px;
}
div#page h5 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}

/* footer styles */
div.footer {
	clear:both;
	padding:15px 40px;
	border-top:1px solid #dbdbdb;
	width:90%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#999999;
	font-size: 14px;
}
div.footer p a {
	color:#999999;
	border-bottom:none;
	text-decoration:underline;
}