﻿body {
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-color: #626262;
}
#container {
	width: 955px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
#header {
	width: 100%;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 120px;
}
#menu {
	background-image: url('../images/menu_bg.jpg');
	background-repeat: no-repeat;
	width: 955px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-position: center;
}
#header h1 {
	display: none;
}
#content {
	width: 955px;
	background-color: #F5F5F5;
}
#sidebar {
	background-position: center top;
	background-color: #f7f5f5;
	padding: 10px;
	background-image: url('../images/sidebar_bg.jpg');
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
#sidebar p {
	padding-right: 10px;
}
#sidebar a {
	color: #CC0000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
#nav, #nav ul, #nav li, #nav li a {
	margin:0;
	padding:0;
	border:none;
}
#nav {
	width: 100%;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0;
}
#nav ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#nav li a {
	padding: 5px 12px 5px 5px;
	display: block;
	text-decoration: none;
	color: #333333;
	margin-top: 1px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	text-transform: uppercase;
}
#nav li a:hover, #nav li a.current {
 	margin-top: 0pt;
 	border-top-width: 1px;
 	border-top-style: solid;
 	border-top-color: #cccccc;
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	border-bottom-color: #cccccc;
 	background-color: #ffffff;
}
#nav a:hover {
 	background-color: transparent;
}
#main {
	padding: 10px;
	height: 600px;
}
#main p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}
#main p.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#main table.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
#main a {
	color: #CC0000;
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
	color: #999999;
}
#main a:hover {
	text-decoration: none;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
#footer {
	background-color: #222222;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	padding: 10px;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
#quicklinks {
	width: 250px;
	padding: 8px 10px 8px 10px;
	text-align: right;
	float: right;
}
#quicklinks a {
	color: #CC0000;
	text-decoration: none;
}
#quicklinks a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
#menu td {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	padding-right: 8px;
	padding-left: 8px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
