body {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	background: #5c5c5c;
	text-align: center; /* IE Fix */
}

.regMessage
{
	background: #a62106;
	color: #FFF;
	font-size: small;
	padding: 2px;
}

.regMark
{
	color: #a62106;
	font-weight: bold;
	font-size: large;
	padding-left: 5px;
}

.box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
}

.box h3 {
	margin: 0;
	font-size: 0.9em;
	padding: 3px 8px;
	background: #eee;
	text-shadow: 0px 1px 1px #fff;
}

.box ul {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.container {
	margin: 0 auto;
	width: 920px;
	text-align: left; /* IE Fix */
}

#header {
	background: url("../images/headerBg.gif") repeat-x #cfcfcf;
	height: 90px;
}

#navigation {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	background: url("../images/navigationBg.gif") repeat-x #a62106;
	height: 44px;
	padding-left: 20px;
	color: #CCC;
    text-shadow: 0px 1px 1px #fff;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	list-style-type: none;
	line-height: 44px;
	font-weight: bold;
}

#navigation a {
	color: #333;
	text-decoration: none;
	padding: 0 8px 0 8px;
}

#navigation a:hover {
	text-decoration: underline;
}

#contentBackground {
	background: #5c5c5c;
}

#content {
	padding: 20px 30px 20px 30px;
	color: #333;
	line-height: 1.6em;
	background: url("../images/contentBg.jpg") repeat-x #FFF;
}

#content a
{
	color: #8d1922;
	text-decoration: underline;
	padding: 3px;
}

#content a:hover
{
	color: #bb3f49;
}

#footer {
	background: url("../images/footerBg.jpg") no-repeat #333;
	height: 50px;
	line-height: 45px;
	padding-left: 30px;
	color: #AAA;
	font-size: small;
}

#footer #side
{
	float: right;
	padding-right: 30px;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #999;
	border-bottom: 2px solid #666;
}

.sidenote {
	float: right;
	border-left: 1px dashed #ddd;
	margin: 0 0 20px 20px;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.sidenote p {
	margin: 0;
	padding-top: 5px;
}

.side
{
	float: right;
}

h1
{
	font-size: x-large;
	color: #8d1922;
}

h2
{
	font-size: large;
	color: #333;
}

table
{
	color: #333;
	border: 5px solid #DDD;
	background: #EEE;
}

/* Notice */
#content .notice
{
	color: #FFF;
	background: #910000;
	border: 3px solid #630000;
	font-size: small;
	padding: 5px 15px 5px 15px;
	background: url( "../images/noticeBg.gif" ) repeat-x #8d1922;
}

#content .notice a
{
	text-decoration: underline;
	color: #FFF;
}

#content .notice a:hover
{
	color: #8d1922;
	background: #FFF;
}

.right
{
	float: right;
	margin: 5px 0 5px 5px;
}

img
{
	border: 0;
}

.home_left_img
{
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 4px solid #EEE;
}

.home_right_img
{
	margin-left: 20px;
	padding-left: 20px;
}
