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

body {
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: none;
}

#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

#header {
	height: 178px;
	width: 800px;
}

#linkbar {
	width: 600px;
	height: 40px;
	margin: 0 auto;
}

#bodycontainer {
	height: auto;
	width: 800px;
	margin-top: 20px;
	background-image: url(../images/BodyBG.png);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#left_column {
	width: 559px;
	height: auto;
	float: left;
	padding: 20px;
}

#right_column {
	width: 160px;
	height: 300px;
	float: left;
	padding: 20px;
	border-left: 1px solid #777777;
}

#footer {
	width: 800px;
	height: 60px;
	background-image: url(../images/footer.png);
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	color: #CCCCCC;
	margin: 0 auto;
}

#footercontent {
	float: left;
	margin-left: 245px;
}

#SHP {
	float: right;
	font-size: 10px;
	color: #888888;
	margin-right: 11px;
	padding: 0;
}

#captcha {
	padding: 9px;
	border: 1px solid #990000; 
	background-color: #D70000; 
	color: #FFFFFF; 
	font-size: 14px;
	float: left;
	margin: 1px 0 0 6px;
}

/* STYLES */

h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 24px;
	color: #CCCCCC;
}

h2 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 14px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 18px;
}

h4 {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 16px;
}

h5 {
	margin: 0;
	padding: 0;
	color: #888888;
	font-size: 14px;
}

.smalltype {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 12px;
	font-style: italic;
}

.SHP a:link {color: #888888; text-decoration: none;}
.SHP a:visited {color: #888888; text-decoration: none;}
.SHP a:hover {color: #888888; text-decoration: underline;}
.SHP a:active {color: #888888; text-decoration: none;}

.contracterlink a:link {color: #CCCCCC; font-size: 14px; text-decoration: none;}
.contracterlink a:visited {color: #CCCCCC; font-size: 14px; text-decoration: none;}
.contracterlink a:hover {color: #CCCCCC; font-size: 14px; text-decoration: underline;}
.contracterlink a:active {color: #CCCCCC; font-size: 14px; text-decoration: none;}