/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFF;
}
h2, h3, h4, h5, h6{
	color: #666666;
}
h1{
	font-size: 165%;
	color: #333333;
}
h2{
	font-size: 155%;
	color: #666666;
}
h3{
	font-size: 145%;
}

.container{
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 756px;
	margin: auto;
}
.banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 756px;
	height: 105px;
}
.nav{
	margin-left: 25px;
	background-color: #ddd;
	padding: 5px;
	margin-right: 30px;
	font-size: 9pt;
	margin-bottom: 10px;
}
.nav a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.nav a:active{
	color: #03C;
	text-decoration: none;
	font-weight: bold;
}
.nav a:visted{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover{
	color: #03C;
	text-decoration: none;
	font-weight: bold;
}

.content{
	margin-left: 30px;
	margin-right: 30px;
}
.content a{
	color:#03C;
	text-decoration: underline;
	}
.content a:hover{
	color: #000;
	text-decoration: underline;
}

.hide{display:none;}

.footer{
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 46px;
	width: 756px;
	font-size: 7pt;
	text-align: center;
}
a img{border:none;}

.footer a{
	color: #000;
	text-decoration: none;
}
.footer a:hover{
	color: #03C;
	text-decoration: underline;
}
