body {
	background: white;
	border-top: 5px solid #666666;
	color: #666666;
	padding: 20px 0 40px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


p {
	/* border: 1px solid brown; */
	/*overflow: hidden; */
	margin:10px;

}

/*
.container_12 {
	background: #fff url(../../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}
*/

#footer_right {
	text-align:right;
	margin-top:10px;
}

#footer_left {
	margin-top:10px;
	color:#ff6633;
}


a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#menu{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
}
#menu a{
	margin-right:10px;
}

.orangebar{
	height:10px;
	background-color:#ff6633;
}

.maintitle{
	margin-top:20px;
	font-size:40px;
	margin-left:25px;
}

.mainsubtitle{
	font-size:30px;
	margin-left:25px;
}

.mainaction, .mainaction a{
	font-size:35px;
	color:#ff6633;
	margin-left:50px;
	margin-bottom:20px;
}


.boxes{
	background-color:#cccccc;	
	height:120px;
	margin-bottom:20px;
}
.boxtitle{
	font-size:25px;
	margin:10px;
}

.copyright{
	margin-top:10px;	
}

.disclaimer{
	margin-left:10px;
}

.error{
	border:1px solid yellow;
	color:red;
	display:none;
	padding:10px;
}