@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color: #000000;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
		font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
		font-weight: bold;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #FFCC00;
	font:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-stretch:expanded;
	border-bottom:medium;
	background-color:#993300;
	border-bottom-color:#FF9933;
	border-bottom-style:double;
}
h4 {
	font-size: 18px;
	color: #000000;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	color:#FFFF00;
	border-bottom:thin;
	border-bottom-color:#FFFF00;
	border-bottom-style:dotted;
}
h6 {
	font-size: 14px;
	color: #FFCC33;
}

#container{
	width:820px;
	margin:0 auto;
	height:auto;
	overflow:auto;
	display:block;
	text-align: justify;
}
#top{
	width:820px;
	height:223px;
	display:block;
	float:left;
	text-align: center;
}

#menu{
	width:820px;
	height:43px;
	float:left;
	background-image:url(../images/navback.jpg);
	}
	#menutext{
	width:780px;
	height:15px;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-top:18px;
	float:left;
	text-align: CENTER;
	}

#left{
	width:279px;
	height:459px;
	background-image:url(../images/leftback.jpg);
	float:left
	}
	
	#lefttext{
	width:179px;
	height:374px;
	float:left;
	padding-top: 85px;
	padding-left: 80px;
	padding-right: 20px;
	}
	
	
	
	#righttop{
	width:541px;
	height:170px;
	background-image: url(../images/topbar.jpg);
	float:left
	}
	#rightmain{
	width:541px;
	height:289px;
	background-image: url(../images/textback.jpg);
	float:left
	}
		#rightmaintext{
	width:511px;
	height:269px;
	padding:10px;
	float:left;
	padding-right: 20px;
	}
	
		#rightmain1{
	width:541px;
	height:459px;
	background-image: url(../images/mainback2.jpg);
	float:left
	}
		#rightmaintext1{
	width:515px;
	height:auto;
	padding:10px;
	float:left;
	overflow: auto;
	text-align: left;
	}
			#rightmaintext2{
	width:521px;
	height:auto;
	padding:10px;
	float:left;
	}
	#righttextinner{
	width:470px;
	height:380px;
	float:left;
	overflow: auto;
	padding: 0px 10px;
	text-align: left;
	}
	
	
	
		#bottom{
	width:820px;
	height:93px;
	background-image: url(../images/bottom2.jpg);
	float:left
	}

		#bottomtext{
	width:800px;
	height:33px;
	padding:10px;
	float:left;
	text-align: center;
	padding-top: 40px;
	}
.text2{
font-weight:bold;
font-size:12px;
color:#000000;
}

.darktext{
color:#000000;
}

.frontimage{
	padding:4px;
	float:left;
}

.breadcrumb{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#FFCC33;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 16px; /*adjust bullet image padding*/
color: #FFCC00;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #FFCC00;
}

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

.picleft{
	float:left;
	padding-bottom:5px;
	padding-right:10px;
	padding-top:0px;
}

.picright{
	float:right;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	clear:both;
}
.table {
	width:90%;
	font-size: 9px;
	border: dotted white 1px;
	text-align: center;
}

html, body{
scrollbar-face-color:#FF9900;
scrollbar-base-color:#FF0000;
scrollbar-arrow-color:black;
scrollbar-track-color:#FF9900;
scrollbar-shadow-color:#FFFF00;
scrollbar-highlight-color:#FFFF99;
scrollbar-3dlight-color:#FF3300;
scrollbar-darkshadow-Color:#FF3300;
}


