/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

html, body {
	height: 100%;
}

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 11px georgia, arial, serif;
	line-height: 15px;
	color: #b3a4b5;
	font-weight: bold;
	background: url(pics/back_content.gif) left top repeat ;
}

#hidden { display: none; }

/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

#header {
	width: 990px;
	height: 100px;
}

#header .logo a img {
	margin: 16px 10px 10px 0px;
	float: left;
	border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Navigation */ 

#navigation ul {
	margin: 60px 0px 10px 15px;
	list-style-type: none;
	float: right;
}

#navigation li {
	margin: 0px 0px 0px 94px;
	float: left;
	display: inline;
}

#navigation li.first {
	margin: 0px 98px 0px 0px;
	float: left;
	display: inline;
}

#navigation li a:link, #navigation li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#navigation li a:hover, #navigation li.current a:link, #navigation li.current a:visited, #navigation li.current a:hover {
	color: #000;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	padding: 10px 0px 15px 0px;
	width: 990px;
}

h1, td h1 {font: 19px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}
h2, td h2 {font: 17px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}
h3, td h3 {font: 15px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}
h4, td h4 {font: 14px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}
h5, td h5 {font: 13px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}
h6, td h6 {font: 12px georgia, arial, serif; font-weight: bold; color: #b3a4b5; padding-bottom: 5px;}

#content a:link, #content a:visited {text-decoration: none; color: #b3a4b5; border-bottom: 1px solid #b3a4b5;}
#content a:hover { color: #000000;  border-bottom: 1px solid #000000; }

table {margin: 5px 0px;}
td {
	font: 12px georgia, arial, serif;
	line-height: 16px;
	color: #000000;
}

#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }

p { padding-bottom: 9px;}

#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content .column {
	margin-right: 15px;
	width: 320px;
	float: left;
	display: inline;
}

#content .column_last {
	margin-right: 0px;
	width: 320px;
	float: left;
	display: inline;
}

#content .block {
	position: relative;
	margin-bottom: 10px;
	display: block;
	border-top: 1px solid #b3a4b5;
}

#content .block .header {
	padding: 6px 0px 7px 0px;
	font-size: 16px;
	font-weight: bold;
}

br.clear { height: 0px; font: 0px georgia, arial, serif; line-height: 0px; clear: both; }
