@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1, h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
	font-weight:bold;
	font-size:13px;
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
	font-size:11px;
}

hr {
	color:#FF6600;
	background-color:#FF6600;
	size:2px;
	width:100%;
}
p {
	text-indent:20px;
	text-align:justify;
}
img {
	border:none;
}

ul,ol {
	text-align:left;
}
td {
	text-align:left;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
.body {
	width:760px;
	margin:0 auto;
}
#header {
	width:100%;
	height:120px;
	background:url("images/header.jpg") top center no-repeat;
}
#logo {
	position:inherit;
	padding-top:20px;
	padding-left:20px;
}
#menu {
	clear:both;
	background:url("images/bg_menu.jpg") top center no-repeat;
	position:relative;
	height:30px;
	width:760px;
	margin:0 auto;
	padding-top: 3px;
	text-align:center;
}
	#menu ul {
		margin:0;
		padding-top: 3px;
		list-style: none;
	}
	#menu li {
		display:inline;
	}
	#menu a {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}
	#menu a:hover {
		text-transform: uppercase;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
.main {
	clear:both;
	width:750px;
	height:360px;
	margin:0px auto;
	text-align:center;
    /*filter:alpha(opacity=20);   
    -moz-opacity: 0.0;   
    opacity: 0.0; */  

	scrollbar-face-color:#dadadc;
	scrollbar-highlight-color:#efeff0;
	scrollbar-3dlight-color:#acacac;
	scrollbar-darkshadow-color:#aaabaa;
	scrollbar-shadow-color:#d8d8da;
	scrollbar-arrow-color:#949494;
	scrollbar-track-color:#f1f2f0;
	
}

#content {
	clear:both;
	width:95%;
	height:360px;
	background-color:#FFF;
	background: url("images/bg.jpg") fixed center no-repeat;
	overflow:auto;
	padding-right:20px;
	float:right;
}

#base {
	width:100%;
	height:170px;
}
#base .top {
	background:url(images/base_top.gif) #FFF top center no-repeat;
	height:30px;
}

	.top ul {
		margin: 0px 0 0 0;
		padding: 5px;
	}
	.top li {
		display:inline;
	}
	.top a {
		text-decoration: none;
		padding-left:17px;
		font-size: 12px;
		font-weight: bold;
		color: #fcce20;
	}

#base .mid {
	background:url(images/base_mid.gif) #FFF top center repeat-y;
	height:110px;
}

	.mid ul {
		margin: 0px 0 0 0;
		padding: 5px;
		text-align:center;
	}
	.mid li {
		display:inline;
	}
	.mid a {
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #fcce20;
	}	
#base .bot {
	background:url(images/base_bot.gif) #FFF bottom center no-repeat;
	height:30px;
}

#footer {
	width:100%;
	font-size:8px;
	font-weight:bold;
	padding-left:5px;
}

