body{
	font-size: 80%;
	color: #000000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica;
}

a{	text-decoration: underline;
	color: #444444;}

a:hover{
	color: #A0A0A0;}
	
.header{
	background: #4A4841 url(../images/logo_bg.png) top repeat-x;
	width: 100%;
	height: 96px;
}

.googleads{
	float: left;
	width: 100%;
	background: #000000;
}

.container{
	width: 100%;
}

.banner{
	background: url(../images/building.gif) right bottom no-repeat;
	float: left;
	width: 50%;
	height: 96px;
}

.logo{
	float: left;
	width: 50%;
	height: 96px;
}

.leftcolumn{
	float: left;
	width: 15%;
	background: #4A4841;
}
	
.center{
	float: left;
	width: 85%;
}

.border{
	border : 1pt solid black;
}

.article{
	padding: 0px 10px 0px 10px;
}	

.footer{
	background: #4A4841 url(../images/top_bg.jpg) top repeat-x;
	width: 100%;
	height: 65px;
}
	
.leftbox{
	background: #4A4841 url(../images/bg_stripe.gif);
	padding: 0px 20px 0px 5px;
	margin: 0px 0px 0px 0px;
}

ul.borderedlist li{
	border-bottom: 1px dashed #d1cfcd;
	list-style: none;
}
	
ul.borderedlist li a{
	background: #4A4841 url(../images/bg_stripe.gif);
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
	
ul.borderedlist li a:hover{
	background: #E5E5E4;
	color: #42423b;
}

.subleftbox{
	background: #4A4841 url(../images/bg_stripe.gif);
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.controlerror {
	border : 2pt solid black;
	background-color : red;
	padding: 5 10 5 10;
}
.controlsuccess {
	border : 2pt solid black;
	background-color : lime;
	padding: 5 10 5 10;
}