@charset "utf-8";
/*basic element styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image: url(../../images/2010/background_main.jpg);
	background-position:top;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	background-color: #faf7ee;
	color:#ffffff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 36px;
	line-height:36px;
	color: #700e27;
	margin-left:70px;
	margin-right:70px;
	margin-top:30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 18px;
	line-height:22px;
	color: #700e27;
	margin-left:70px;
	margin-right:70px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 15px;
	color: #ffffff;
	margin-left:32px;
	margin-right:32px;
	padding-top:2px;
}
h4 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
	margin-left:21px;
	margin-right:21px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 24px;
	line-height:24px;
	color: #700e27;
	margin-left:30px;
	margin-right:30px;
}
a, a:link {
	color: #ffffff;
	/*font-weight: bold;*/
  text-decoration: none;
}
a:visited {
	color: #ffffff;
	/*font-weight: bold;*/
  text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:focus {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
.enableJS {
	border: 2px solid #000000;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
/*useful css*/
.border {
	border: 1px solid #000000;
}
.click {
	cursor:pointer;
}
div.row {
	clear: both;
	padding: 5px 0px;
}
div.row span.left {
	float: left;
	text-align: left;
}
div.row span.right {
	float: right;
	text-align: right;
}
.DivFlash {
	width:900px;
	height:409px;
	position:absolute;
	margin-top:-325px;
	background-color:#daded9;
}
.DivHome {
	width:900px;
	position:absolute;
	margin-top:84px;
}
.DivHomeNav {
	width:900px;
	height:32px;
	position:absolute;
	background-color:#700e27;
	clear: both;
	
}
ul.MenuBarHorizontal {
	font-size: 6px;
}
.DivHomeOptions {
	width:900px;
	height:100px;
	position:absolute;
}
.DivHomeCaption {
	position:absolute;
	margin-top:130px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.spacer {
	clear: both;
}
.textcenter {
	text-align:center;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.pad5 {
	padding:5px;
}
.style-content{
	margin-left:20px;
	margin-right:20px;
	}
.content-box {
	width:822px;
	background-color:#e7e7e7;
	background-image:url(../../images/2010/content-box_background.png);
	margin-left:38px;
	margin-bottom:20px;
}
.content-box_header {
	background-color:#700e27;
	background-image:url(../../images/2010/content-box_header.png);
	height:23px;
	}
.content {
	width:800px;
	margin-left:11px;
	font-size:11px;
	color:#333333;	
	}	
.divider-top {
	margin-left:50px;
	margin-top:20px;
	margin-bottom:11px;
	}
.divider-bottom {
	margin-left:50px;
	margin-top:12px;
	margin-bottom:20px;
	}
.divider-middle {
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	}
.footer-style {
	font-size:11px;
	color:#FFFFFF;
	}
