html, body
{
	font-family: Arial,sans-serif;
	color: #333333;
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 100%;
	font-weight: normal;
	background-color: #403029;
}
a
{
	color: #660000;
	text-decoration: none;
}

a:link
{
	color: #660000;
	text-decoration: none;
}

a:visited
{
	color: #660000;
	text-decoration: none;
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}
.link2
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.link2 a:link, .link2 a:visited  
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.link2 a:hover
{
	text-decoration: underline;
	color: #FF9900;
}
.link3
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
}
.link3 a:link, .link3 a:visited  
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
}
.link3 a:hover
{
	text-decoration: underline;
	color: #FFFFFF 
}
h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4
{
	font-family: "Times New Roman", Times, serif;
 	font-size: 11px;
 	font-weight: bold;
	color: #660000;
 	margin: 0px;
 	padding: 0px;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF6100;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1AF00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
ul
{
	list-style-type: square;
}
/***********************************************/
/* Layout Divs                                 */
#clear
{
	clear: both;
} 
/***********************************************/
#bg_image 
{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	/*height: 100%;*/
}
#wrapper_all
{
	position: relative;
	z-index: 2;
	width: 800px;
	margin-right: auto;
	margin-left: 110px;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 40px;
	visibility: visible;

} 
#rightcol
{
	float:right;
	width: 200px;
}
#content
{
	width: 533px;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#footer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-left: 10px;
	clear: both;	
}
#tab1
{
	background-color: #78142a;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 194px;
	margin-top: 8px;	
}
#tab2
{
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	color: #663300;
	font-size: 11px;	
}
#line1
{
	margin-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;	
}
#breadcrumb
{
	text-align: right;
	padding-top: 4px;
}
.breadcrumb
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	display: inline;
}
.breadcrumb a:link, .breadcrumb a:visited  
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
.breadcrumb a:hover
{
	text-decoration: none;
	color: #660000;
	font-size: 11px;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

.link1{
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #FFFFFF;
}

.link1 a:link, .link1 a:visited  
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.link1 a:hover
{
	text-decoration: underline;
	color: #185073;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.image_float_right{
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;


}
.image_float_left{
	float: left;
	margin-bottom: 10px;
	margin-right: 14px;


}
.button {
	background-color: #8DCBCC;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.button:hover {
	background-color: #999999;
	color: #FFFFFF;
}
#padding1{
	padding-top: 5px;
	padding-bottom: 30px;


}
.padding2{
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 10px;


}

.text1{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
	font-style: normal;
	background-color: #000000;
}
.text2{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;

}
.text3{
	color: #FFFFFF;

}
#news
{
	background-color: #aca362;
	background-repeat: repeat;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 194px;
	font-size: 10px;


}
input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color: #aca362;
    border: solid #000000 1px;
}
input.submit{
	font-family: arial;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color: #df9a3b;
    border: solid #000000 1px;
}