/*****************************************/
/* Import ADDITIONAL USER APPLIED STYLES */
@import url(style.css);
/*****************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0 30px;
	padding: 0;
	background: #000 url(/siteimages/bg.jpg) fixed 0 130px repeat-x;
	font: 67%/140% Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	height: 100%;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}
* html #wrapper { /* IE ONLY */
	height: 100%;
}
#header {
	text-align: center;
	position: relative;
	padding: 15px;
}
#header h1 {
	font-size: 4.3em;
	letter-spacing: -0.1em;
	margin: 0 0 0.24em 0;
	line-height: 1em;
	font-variant: small-caps;
}
#header h2 {
	font-size: 1.5em;
	color: #9fbdea;
}
#nav {
	text-align: center;
	position: relative;
	margin: 5px 0;
	background: #000;
	border: 1px solid #f00;
	height: 40px;
}
#nav a {
	font-weight: bold;
	padding-right: 5px;
	line-height: 40px;
	text-decoration: none;
}
#content {
	position: relative;
	margin: 0 315px 0 0;
	padding-bottom: 65px;
}
#content .pad {
	min-height: 332px;
}
* html #content .pad { /* IE ONLY */
	height: 332px;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}
#content h1 {
	font-size: 2.6em;
	margin-bottom: 0.24em;
	line-height: 2.6em;
}
#content h2 {
	font-size: 2.4em;
	margin-bottom: 0.22em;
	line-height: 2.4em;
}
#content h3 {
	font-size: 2.2em;
	margin-bottom: 0.5em;
}
#content h4 {
	font-size: 2.0em;
	margin-bottom: 0.4em;
}
#content h5 {
	font-size: 1.8em;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}
#content h6 {
	font-size: 1.6em;
	margin-bottom: 0.2em;
}
#content p {
	font-size: 1.4em;
	margin-bottom: 0.12em;
	line-height: 1.2em;
}
#content a:link,#content a:visited {
	color: #fff;
}
#content a:hover,#content a:active {
	color: #9fbdea;
}
#sitemap li {
	padding: 5px;
}
#sitemap a {
	font-size: 200%;
	padding: 5px;
}
#sidebar {
	width: 300px;
	margin-left: -300px;
	float: right;
	padding-bottom: 65px;
}
.pad {
	padding: 15px;
	background: #000;
	border: 1px solid #f00;
}
#sidebar .pad {
	padding: 0;
	min-height: 332px;
	background: #000;
}
#logos {
	margin-top: 15px;
	margin-right: -315px;
	text-align: center;
}
#footer {
	position: relative;
	margin-top: -50px;
	margin-left: -30px;
	margin-right: -30px;
	height: 50px;
	color: #000;
	background: #000 url(/siteimages/footer.jpg) 0 -5px repeat-x;
}
#footerlinx, #footerlinx a {
	line-height: 23px;
	vertical-align: middle;
	font-size: 1em;
}
#footerlinx a:link,#footerlinx a:visited {
	color: #fff;
}
#footerlinx a:hover,#footerlinx a:active {
	color: #000;
}
#footercopy, #footercopy a {
	color: #000;
}
#footercopy a:link,#footercopy a:visited {
	color: #000;
}
#footercopy a:hover,#footercopy a:active {
	color: #fff;
}
#footer #w3c {
	position: absolute;
	bottom: 0;
	right: 0;
}
#clear {
	clear: both;
}