body {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 1em;
	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;
}

.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: 1px solid #CCC;
	margin: 0 0 20px 20px;
	font-size: x-small;
	font-weight: bold;
	background: #EEE;
	padding: 5px;
}

.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;
}