
body {
	margin: 0px;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

p, ul, ol {
	color: #444;
	margin-top: 0;
	line-height: 175%;
	text-align: left;
}

a { color: #c33;
font-weight: bold;
text-decoration: none;
}

a:hover {  color: #000;
font-weight: bold;
text-decoration: none; }

a:visited {  color: #9c0;
text-decoration: none; }

a img {
	border: none;
}


ul, ol { }

.highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c33:
}

.Subtitle {
	height: 25px;
	margin-top: 0px;
	margin-left: 2px;
	padding: 4px 15px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #c33;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


/** LOGO */

#logo {
	width: 980px;
	height: 280px;
	margin: 0 auto;
	background: #000;
}

#banner {
	padding-bottom: 0px;
}

/* Header */

#header {
	width: 940px;
	height: 30px;
	margin: 0 auto;
	padding: 20px;
	background: #9c0;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 60px;
}

#menu ul {
	margin: 0;
	padding: 5px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 0px 20px 0px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

#menu a:hover { 
	text-decoration: none;
	color: #c33;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #FFFFFF;
}


/* Content */

#content {
	float: left;
	width: 610px;
}

/* maincopy */

.maincopy {
	margin-bottom: 10px;
}
.maincopy td {color: #444;
	margin-top: 0;
	line-height: 175%;
	text-align: left;
}
.maincopy .text {
	padding: 10px 0px;
}

.maincopy .links {
	background: #9c0;
	background: url(images/links_background.jpg) no-repeat left;
	}
	.maincopy .links:hover {
	background: #999;
	background: url(images/links_background_roll.jpg) no-repeat left;
	}

.maincopy .links {
	display: block;
	width: 180px;
	height: 30px;
	margin: 0px 0px 0px 0px; 
	padding: 15px 0px 5px 0px;
	text-decoration: none;
	font-family: Arial, San serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}
.maincopy h1, h2, h3 {
	margin: 0;
}

.maincopy h1 { font-size: 30px;
font-weight: normal;
color: #000;}

.maincopy h2 { font-size: 24px;
font-weight:bold;
color: #000;
line-height: 40px;}

.maincopy h3 { font-size: 20px;
font-style: italic;
color:#444;
line-height: 175%;
}
.maincopy h4 { font-size: 14px;
font-weight: bold;
color:#000;
line-height: 175%;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	line-height: normal;
	padding: 0 14px 10px 0px;
}

#sidebar ul li {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #999;
	list-style: none;
	display: block;
	}

#sidebar li a {
	text-decoration:none;
	color: #c33;
}
#sidebar li a:hover {  color: #000;
font-weight: bold;
text-decoration: none; }

#sidebar li a:visited {  color: #9c0;
text-decoration: none; }


#sidebar p {
	margin: 0;
	display: block;
	padding: 0px 14px;
	line-height: 175%;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0px 0px 0px;
	padding: 5px 5px 3px 7px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	background: #9c0;
	background: url(images/sidebar_background.jpg) no-repeat left top;
	color: #fff;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
}

#footer a {
}

