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

body {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link, a:active, a:visited {
	color: #0033cc;
	text-decoration: underline;
}
a:hover {
	color: #3399cc;
	text-decoration: underline;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px double #FF8737;
}
#header {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 200px;
	text-align: center;
	background-image: url(images/Barbed_wire.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#container {
	margin: 5px;
	background-attachment: scroll;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#left {
	margin: 0px;
	float: left;
	width: 100px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: 200px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 200px;
	background-attachment: scroll;
	background-image: url(images/cact-bullet.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	margin: 0px;
	height: 20px;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
}
#nav li a:hover {
	color: #76A613;
	background-attachment: scroll;
	background-image: url(images/cact-bullet.gif);
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#nav li a:active {
	color: #76A613;
	background-attachment: scroll;
	background-image: url(images/cact-bullet.gif);
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#right {
	margin: 0px;
	float: right;
	width: 750px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #E4D8C1;
}
#right p {
	margin:0px;
	padding:0px 0px 15px 0px;
}
#right p.title {
	font-weight: bold;
	font-size: 36px;
	color: #990000;
	text-align:center;
}
#right p.announce {
	font-weight: bold;
	font-size: 24px;
	color: #CC0000;
	text-decoration: underline;
}
#right p.acontent {
	font-weight: bold;
	font-size: 20px;
	color: #CC0000;
	text-decoration: none;
}
#right p.basic {
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
#right font.notice {
	font-weight: bold;
	font-size: 16px;
	color: #0099FF;
	text-decoration: none;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 100px;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
#footer {
	margin: 0px;
	text-align: center;
	color: #999;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(images/Barbed_wire.gif);
	background-repeat:repeat-x;
	background-position: top;
}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a {
	color: #999;
	text-decoration: none;
}
