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

body {
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000 url(../_img/top.png) repeat-x top;	
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 15px 0 10px 0;
}

p {
	font-size: 100%;
	line-height: 160%;
}

a {
    color: #E41715;
    text-decoration: underline;
    font-weight: bold;
}

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

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.main {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.fix {
	clear: both;
}

.top {
	width: 950px;
	height: 155px;
}

.top2 {
	width: 650px;
	height: 155px;
	float: left;
	text-align: left;
}

.top2 img {
	margin: 0 auto;
}

.top2 img a {
	border: none;
	text-decoration: none;
}

.top2 img a:hover {
	text-decoration: none;
}

.top3 {
	width: 150px;
	height: auto;
	float: right;
	background: #4D5562 url(../_img/reg/regfoot.png) no-repeat left bottom;
}

.top3 input {
	width: 125px;
	height: 14px;
	font-size: 90%;
	color: #FFF;
	background: #000;
	border: 1px solid #6F7A93;
	margin: 5px 0 0 10px;
}

.top3img {
	margin: 5px 0 0 10px;
}

.topbtn {
	margin: 0 0 5px 0;
}

.top3 p {
	margin: 10px 10px 0 10px;
}

.top3 p strong {
	font-size: 120%;
}

.topnav {
	width: 950px;
	height: 37px;
	float: none;
}

.topnav a {
	border: none;
	text-decoration: none;
}

.topnav a:hover {
	border: none;
	text-decoration: none;
}

.content {
	width: 950px;
	background: url(../_img/content/rightside.png) repeat-y right;
	height: auto;
}

.contleft {
	width: 725px;
	height: auto;
	float: left;
}

.contright {
	width: 205px;
	height: auto;
	float: right;
}

.contrighttable {
	width: 188px;
	height: auto;
	float: right;
	margin: 15px 0 0 0;
	background: #232B3B url(../_img/content/rightltable.png) no-repeat left top;
	border: 1px solid #333942;
}

.contrighttable table {
	width: 180px;
	height: auto;
	float: right;
	margin: 0 0 5px 0;
	font-size: 90%;
}

.contrighttable p {
	margin: 25px 5px 5px 8px;
}

.rightbanners a {
	float: right;
	margin: 15px 0 0 0;
}

.footer {
	width: 100%;
	height: auto;
	background: url(../_img/top.png) repeat-x top;
	border-top: 1px solid #171B22;
}

.footerbox {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.footlinks {
	width: 850px;
	height: auto;
	float: left;
}

.footlinks ul {
	padding: 0;
	margin: 10px 0 10px 0;
}

.footlinks ul li {
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
}

.footlinks ul li a {
	font-size: 120%;
	text-decoration: none;
}

.footlinks ul li a:hover {
	color: #f00;
	
}

.footcredit {
	font-size: 80%;
	float: left;
}

.footcredit a {
	color: #CCC;
	text-decoration: none;
}

.footcredit a:hover {
	color: #CCC;
}

.footimg {
	width: 90px;
	height: auto;
	float: right;
	margin: 10px 0 10px 0;
}

.flash {
	margin: 10px 0 0 0;	
}

div.notice {
  display: block;
  margin: 5px;
  padding: 5px;
  background-color: #eeeeee;
  border: 1px dotted black;
  color: #000000;
}

div.warning {
  background-color: #cccccc;
  border: 1px solid black;
}

div.failure {
  background-color: #FF0000;
  font-weight: bold;
  color: #FFFFFF;
}


