/* CSS Document */
* { margin:0; padding:0; }

body { 
	background:#333 url(../images/bg_body.jpg) top repeat-x;
}

body, div, input, select { 
	font:12px Arial, "Trebuchet MS", Helvetica, sans-serif; 
	color:#555; 
}

a { 
	color:#000; 
	text-decoration:none; 
}
a:hover { 
	color:#F00; 
	text-decoration:underline; 
}

img { border:0; }

p { 
	margin:10px 0;
	text-align:justify;
}

h1 { 
	font:2.0em "Times New Roman", Times, serif; 
	color:#0c4d87; 
	font-weight:bold; 
}

h2 { 
	font:18px "Times New Roman", Times, serif; 
	font-weight:normal; 
	margin:8px 0; 
}

h4 { 
	color:#000;
	border-bottom:1px solid #F00;
	padding:5px 0;
	margin-bottom:10px;
	font:12px Arial, "Trebuchet MS", Helvetica, sans-serif; 
	font-weight:bold;
}

#bg_box { 
	width:100%; 
	background:url(../images/bg_box.png) center repeat-y; 
}
#box { width:770px; margin:0 auto; }
#logo_banner { 
	width:770px; 
	height:140px; 
}
#logo a { 
	width:inherit; 
	height:140px; 
	display:block; 
	text-decoration:none; 
}
#top-nav  {
	clear: both;
	width:770px;
	height:29px;
	text-align: right;
	padding-top: 1px;
	background-image: url(../images/bg_menutop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.top-nav-text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.top-nav-text a:hover {
	text-decoration: underline;
}
.search-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.bullet {
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.top-nav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	padding-right: 15px;
}
#menu { 
	width:160px; 
	height:520px; 
	float:left; 
}
#content { 
	margin: 0;
	padding: 0;
	/*width: 575px; */
	padding-left: 50px; 
	padding-right: 50px; 
}
#bg_bottom {
	margin-top: -10px;
	padding: 0;
	clear: both;
	width:100%;
	height:50px;
	color:#CCC;
	text-align:center;
	font-size:11px;
	background:url(../images/bg_bottom.jpg) center no-repeat;
}
#bg_bottom a { color:#CCC; }
#pie { width:770px; height:30px; margin:0 auto; }

#copyright {
	color: #999999;
	text-align:center;
	padding-bottom: 5px;
}
copyright a {
	color: #999999;
}







