



body {
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
	color: #800000;
	background-color:#FFF8DC;
}
img {
	border:none;
}
*{
	padding:0;
	margin:0;
}
h1{
	font-size:14px;
	font-weight:bold;
	color: #d2691e;
	text-align:left;
	margin-bottom:10px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color: #d2691e;
	text-align:left;
}
a {
	color:#d2691e; 
	text-decoration:none;
}
a:focus{
  -moz-outline-style: none;
}
a:hover {
	color:#c69f60;
}

ul {margin-left: 0px; }

#site{
	width:1000px;
}
#bar_left{
	position:relative;
	background:url(../media/__site/bg_left.jpg) no-repeat;
}
#bar_right{
	position:relative;
	width:700px;
	top:0;
	left:300px;
	background:#D16A1F url(../media/__site/bg_right.jpg) top right no-repeat;
}
#main{
	min-height:800px;
	width:550px;
	background:#FFF8DC;
	padding-bottom:20px;
}
#header{
	text-align:center;
	padding-top:90px;
}
#header a{
	display:block;
}
#header span{
	font-size: 14px;
}
#content{
	text-align:justify;
	margin:40px 75px;
}
.content{
	padding-bottom:5px;
}
.textblock{
	padding-bottom:20px;
}
.textblock p{
	padding:10px 0;
}
.textblock p span.left{
	text-align:left;
}
.external_link a{
	background:url(../media/__site/arrow_right.gif) 4px 3px no-repeat;
	padding-left:16px;
	font-weight:bold;
	color:#800000;
}
.textblock p a {
	background:0 !important;
	padding-left:0;
	font-weight:normal;
	text-decoration:underline;
	color:#800000;
}
a.download_link{
	background:url(../media/__site/arrow_down.gif) 4px 4px no-repeat;
	padding-left:16px;
	font-weight:bold;
	color:#800000;
}
.internal_link a{
	background:url(../media/__site/arrow_right.gif) 0px 2px no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#800000;
}
.textblock p img.left{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.textblock p img.right{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.textblock .clear{
	width:0;
	height:0;
	clear:both;
}
.external_link{
	padding-bottom:15px;
}
.external_link div{
	padding-left:15px;
}
.image img{
	margin-bottom:10px;
}
.image div{
	margin-top:-5px;
	margin-bottom:20px;
}


.top_link  {
	text-align:right;
	background:url(../media/__site/arrow_top.gif) top right no-repeat;
	padding-right:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.top_link a  {
	color:#800000;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}


#home_click{
	position:absolute;
	width:50px;
	height:195px;
	top:75px;
	left:105px;
	cursor:pointer;
}

#main_navigation {
	position:absolute;
	width:180px;
	top:402px;
	left:0px;
	text-align:right;
}
#main_navigation a {
	display: block;
	font-size: 12px;
	line-height:14px;
	color:#e8e4c9;
	text-decoration:none;
	text-align:right;
}
#main_navigation a:hover {
	color: #c69f60;
}
#main_navigation a.active{
	font-weight: bold;
	outline: none;
}

#main_navigation .sub a {
	font-size: 11px;
	color:#800000;
	text-decoration:none;
}
#main_navigation .sub a:hover {
	color: #c69f60;
	font-size: 11px;
	text-decoration:none;
}

#sub_navigation {
	position:absolute;
	width:110px;
	top:105px;
	right:10px;
	color: maroon;
	text-align:left;
}
#sub_navigation a {
	display: block;
	text-align:left;
	color:#800000;
	text-decoration:none;
}
#sub_navigation a.active {
	font-weight: bold;
}

