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


/* Main structure: body, divs, etc */

body {
	background: #FFFFFF url(../images/background.jpg) repeat-x;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	height: 127px;
	background: #000000 url(../images/cover-header.jpg) left bottom no-repeat;
	padding: 28px 10px 0px 716px;
	text-align: right;
}

#sidebar {
	width: 330px;
	padding: 0px 10px 20px 0px;
	background: url(../images/cover-sidebar.jpg) left top no-repeat;
	float: left;
	min-height: 250px;
	height: auto;
	_height: 250px;
}

#side-content {
	border-right: 1px solid #999999;
	margin: 345px 0px 0px 65px;
	padding: 0px 15px 10px 0px;
}

#main {
	margin: 0px 0px 0px 340px;
	padding: 0px 20px 20px 30px;
}

/* this class should be placed on a div
or break element and should be the final 
element before the close of a container 
that should fully contain a float */
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* Text styles */

h1 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
}

h2 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 1.0em;
	color: #cc0000;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

p {
	font-size: 0.8em;
}

b {
	color: #cc0000;
}

.title {
	font-style: italic;
	font-weight: bold;
}

label {
	font-size: 0.8em;
}

p, ul {
	font-size: 0.8em;
	list-style-type: none;
}

ul ul {
	font-size: 1.0em;
}


/* Link styles */

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

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

#header a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;
}


/* Misc styles */

img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.divider {
	border-top: 1px solid #999999;
	margin: 20px 0px 20px 0px;
}

table {
	border: none;
}