@charset "utf-8";
/* CSS Document */
/*****************************/

/*** Core html setup stuff ***/

/*** CUSTOM TEMPLATE FOR ... ***/

/*****************************/





/*** ------GENERAL LAYOUT DIV'S---------------------------------------- ***/

* {
margin:0px;
padding:0px;
}
html, body {
margin: 0px; 
padding: 0px;
height: 100%;
}
body {
	margin-top:0px;
	color: #000;
	background: #660000 url(images/bg_gradient.jpg) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

div#wrapper {
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	margin:13px 0px 10px 450px;
}
div#grey{
	width:798px;
	background: url(images/bg_strip_body.gif) repeat-y 0px 0px;
	border: 1px solid #242D35;
	padding-bottom:30px;
}

div#navigation {
	background: url(images/bg_strips_top.gif) repeat-x 0px 0px;
	height:20px;
	padding: 3px 0px 0px 0px;
}
div#content {
	background:#F0F3F7;
	margin:5px 0px 0px 20px;
	width:650px;
	padding: 30px;
	border: 1px solid #242D35;
}
div#footer {
	clear:both;
	color:#fff;
	bottom:0px;
	margin: 10px auto;
	text-align:center;
}



/*** ------TOP HORIZONTAL NAVIGATION---------------------------------------- ***/
/*** NOTE: This is done with Menu Style "List", Menu Tag "top", Module Class Suffix "menu" ***/
ul#menu
{
padding:0px;
float: left;
font-family: "Times New Roman", Times, serif;
font-size:13px;
height:20px;
text-align:center;
}

ul#menu li { 
	display:inline;
	padding:0px;
	float:left;

}

ul#menu li a:link,
ul#menu li a:visited {
	background: url(/images/bg_nav.jpg) repeat-x;
	height: 15px;
	border: 1px #350000 solid;
	width:83px;
	display:inline;
	padding:0px 10px;
	margin: 0px 8px;
	text-align:center;
	text-decoration: none;
	color: #2B0000;
}

ul#menu li a:hover
{
background:#F2EEEE;
}


/*** End Top Horizontal Navigation ***/





/*** -------BEGIN FOOTER LAYOUT ------------------------------ ***/




/*** -------BEGIN UNIVERSAL STYLES (FOR CONTENT)------------------------------ ***/

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active {
}

div#content img {
border:1px solid #000;
margin:0px 20px 20px;}

a img {
}

h1 {
	padding:8px 0px;
	font-size:22px;
}
h2 {
	padding:8px 0px;
	font-size:18px;
}

h3 {
	padding:5px 0px;
	font-size:16px;
}
h4 {
	font-size:14px;
	padding:5px 0px;
	}
h5 {
	font-size:12px;
	padding:5px 0px;
	font-weight:bold;
}

p {
	margin: 10px 0px;
	font-size:14px;
}

ul {
	padding:5px 25px;
}
ol {
	padding:5px 25px;
}
ol ol li{
	list-style:lower-alpha;
}
ol ol ol li{
	list-style:lower-roman;
}
ol ol ol ol li{
	list-style:circle;
}

/*** -------These styles need to be exactly the same as "editor.css"------------------------- ***/

