body {
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
}

h1 {
	color: #990000;
	margin: 0;
	padding: .75em 20px;
	text-align: center;
	font-size: 16pt;
}
h2 {
	color: #999;
}
h3, h4 {
	color: #990000;
	margin: 0;
	padding: .75em 20px;
}

h5 {
	color: #ffffff;
	padding-left: 10px;
	letter-spacing: .04em;
	text-decoration: underline;
}
h6 {
	color: #990000;
	font-weight: bold;
	font-size: 10pt;
}

p {
	padding-right: 20px;
	padding-left: 20px;
}
ul {
	margin-left: 40px;
}
a {
	color: #990000; 
	font-weight: bold;
}
a:active {
	color:  #cc3333;
	text-decoration: underline;
}
a:visited {
	color:  #990000;
	text-decoration: underline;
}
a:link {
	color: #cc3333;
	text-decoration: underline;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
.clear { clear: both; }
.right p, .right h6, .right h3{ padding-left: 150px; }
.focus li{ line-height: 25px;}
.focus ul{ 	margin-left: 0; padding-left: 370px;}
.focus h2{ color: #999; padding-left: 350px; margin-top: 5px;}
#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(images/header.gif) no-repeat top;
	height: 97px;
}
#header-index {
	background: url(images/header-index.png) no-repeat top;
	height: 163px;
}
#navigation {
	background: url(images/header.gif) no-repeat bottom;
	padding-top: 10px;
	height: 51px;
	text-align: center;
}
#navigation a{
	padding: 0 15px;
	color: #990000;
	letter-spacing: .094em;
	line-height: 20px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#main {
	width: 100%;
	min-height: 400px;
}
#footer {
	width: 100%;
	clear: both;
	background-color: #9a9a9a;
	text-align: center;
	font-size: 75%;
	line-height: 15px;
}
#sidebar {
	width: 130px;
	float: left;
}
#sidebar a {
	text-decoration: none;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	height: 27px;
}
#sidebar ul { margin: 0; padding: 0; }
#sidebar li { margin: 0; padding: 0; list-style: none; }
#sidebar ul li a {
	background: url(images/sidebar.png) no-repeat #666666;
	padding-left: 6px;
	display: block;
	line-height: 25px;	
	border-top: 1px solid #2b0200;
}
#sidebar ul li a:hover, #sidebar ul li a:active { background: url(images/sidebar-on.png) no-repeat #CCC; }

	