@charset "utf-8";
/* CSS Document */
body { background-color:#666;
		font:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#000;
}

#wrapper {text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#999;
	height:auto;
	border: 1px solid #000;
}

#header { margin-top: 12px;
			margin-bottom: 12px;
			background-image:url(images/banner.jpg);
			height:200px;
			border-bottom: 1px solid #000;
			border-top: 1px solid #000;
}

#content { width: 600px;  
		margin: 0 20px 0 5px;
		padding: 0;
		text-align: justify; 
		float: left;
		background-color:#999;
}

#footer { margin-top: 12px;
			margin-bottom: 12px;
			font:Verdana, Geneva, sans-serif;
			text-align:center;
			font-size:10px;
			background-color: #333;
			color:#CCC;
			height:15px;
}

#nav {width: 100px; 
	margin: 0px 20px 0 0px;
	padding: 0 0 0 3px;
	text-align: center;
	float: right;
	background-color:#999;
	border-left: 1px solid #000;
}

a, a:link, a:active, a:visited {text-decoration:none; 
	color:#FFF;
}

a:hover {text-decoration:line-through; 
		color:#333;
}

h1, h2 {color: #fff;
}

h3{ color:#000;
	text-align:center;
}

strong, em, u { color:#333;
}

.clearfloat { clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

table { border : 0px solid #000000; 
		font-family : Verdana, Tahoma; 
		font-size : 10px; 
		color : #AE7080;
}
td { border : 0px solid #000000; 
	font-family : Verdana, Tahoma; 
		font-size : 10px; 
		color : #CCC;
}
th { border-bottom : 0px solid #000000; 
	font-family : Verdana, Tahoma; 
	font-size : 10px; 
	color : #CCC;
}

.cha { border : 0px solid #000000; 
	background-color: #666; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 10px; 
	color: #ccc;
}
.ta { border-right: 3px solid #000; 
	font-family:verdana, tahoma; 
	font-size: 10px; 
	color: #ccc;
}

.ah {border: 1px solid #000;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color: #ccc;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 100px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#999 #333 #333 #999; /*light dark dark light*/
background-color: #666;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CCC;
}

img {padding-left: 2px;
		padding-right: 2px;
		border: none;
}
