/* CSS Document */

body,td,th {
	color:#666666;
	font-family: Arial;
	font-size: 11px;
	margin-top:0px;
}
body {
	background-image:url(img/background.png);
	background-repeat: repeat-x;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 13px}

#background {
width: 613px;
background-color:#FFF;
margin:auto;
padding-top:10px;}

#banner {
height:251px;
width:591px;
margin-left:11px;
margin-right:11px;
margin-bottom:6px;
}
#menu a {
	font-size: 11px;
	color::#666666;;
	font-weight: bold;
}	
	
#menu a:link {
	text-decoration:none;
}
#menu a:visited {
	text-decoration: none;
	color: :#666666;;
}
#menu a:hover {
	text-decoration: none;
	color:#FF6600;
}
#menu a:active {
	text-decoration: none;
	color: :#666666;;
}

#menu {
height:15px;
width:591px;
margin-bottom:6px
}

#line {
background:#e8e8e8;
width:591px;
height:1px;
margin-bottom:6px
}

#bigfield {
width:613px;
}

#textleft {
background:#FFFFFF;
width:169px;
margin-left:11px;
margin-right:11px;
float:left;
}

#textright {
width:400px;
background:#FFFFFF;
margin-left:11px;
margin-right:11px;
padding-bottom:11px;
float: right;
}

#fieldbelow{
float:right;
background:#FFF;
width:613px;
}

#line1 {
background:#e8e8e8;
width:613px;
height:1px;
margin-top:6px;
margin-bottom:6px
}

#copyright {
background:#fff;
height:30px;
width:613px;
margin-top:10px;
}