
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

#global {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #000000;
	padding: 0px;
}

#header {
	height: 70px;
	border-bottom: 1px solid #97152D;
	padding: 0px;
	margin: 0px;
	background-image:url(img/system/header.png);
	background-repeat: no-repeat;
}

#headernav {
	font-size: 10px;
	text-align: right; 
	margin: 55px 8px 0 0; 
	padding: 0px; 
	float: right;
	color: #F0A951;
}

#headerlogo {
	height: 70px;
	width: 130px;
	float: left;
}

#headerlogo img {
	border: none;
	height: 70px;
	width: 130px;
}

#content {
	width: 800px;
	min-height: 400px;
	background-color: #FBDBA2;	
}

/************** Content styles *****************/

#leftcolumn {
	width: 150px;
	float: left;
	margin: 0; 
	padding: 18px 0 0 0;	
}

#leftcolhead{
	background-color: #97152D;
	height: 24px;
}

#maincolumn {
	padding: 18px 0 0 20px;
	margin:0px 0px 0px 150px;
	width: 600px;
}

/************** Navigation styles *****************/

#navigation {
	font-size: 11px;
	font-weight: bold;
	background-color: #F0A951;
}

#navigation a {
	border-bottom: 1px solid #FFE5B2;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	display: block;
	color: #97152D;
}

#navigation a:hover {
	color: #E6E6E6;
	text-decoration: none;
}

#headernav a {
	text-decoration: none;
	color: #F0A951;
}

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

/************** Text styles *****************/
#maincolumn h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
	color: #F0A951;
	background-color: #97152D;	
}

#textnav {
	text-align: center;
	font-size: 11px;
	margin: 0 0 11px 0;
}

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

#textnav a {
	text-decoration: none;
	color: #97152D;
	font-weight: bold;
}


.textbox {
	font-size: 11px;
	border: 1px solid #FFEECC;
}

.textbox-img {
	
	padding: 5px 5px 5px 5px;
	margin: 3px;
	float: left;
}

.textbox-text {
	margin:0px 0px 0px 120px;	
}

.textbox-text p {
	margin: 0;
	padding: 5px 5px 5px 5px;
	line-height: 16px;
}

.textbox a:hover {
	text-decoration: underline;
}

.textbox a {
	text-decoration: none;
	color: #97152D;
}

.text {
	font-size: 11px;
	border: 1px solid #FFEECC;
}

.text p { 
	margin: 0;
	padding: 5px 5px 5px 5px;
	line-height: 16px;
}

.text a:hover {
	text-decoration: underline;
}

.text a {
	text-decoration: none;
	color: #97152D;
}

.text table {
	padding: 5px;
	width: 100%;
}

.text td {
	padding: 5px;
	background-color: #FFEECC;
}

.text img {
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 3px;
}

.topimg {
	float: right;
	border: none;
	margin: 0 5px 0 0;
}

.gallery {
	border: 1px solid #FFEECC;
}

.gallery table {
	padding: 5px;
	/*width: 100%;*/
}

.gallery td {
	padding: 5px;
}

.gallery img {
	border: none;
}

/************** Footer styles *****************/

#footer{
	border-top: solid 1px #97152D;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	background-color: #F2F2F2;
}

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

#footer a:hover {
	color: #9BA894;
	text-decoration: none;
}
