body {
	margin-top: 0px;
	background-color: #CCCCCC;	
}
.navlinks{
	width:170px;
}
.navlinks ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}
.navlinks li{
	margin-left:0px;
	padding-left:0px;	
	width:100%;	
}

.navlinks li a{	
	display: block;
	color:#FFF;
	width:100%;
	text-decoration:none;	
	padding:3px 0px 3px 3px;
	border-bottom:solid 1px #000;
}
#sidebar-left .navlinks li a:hover{
	background-color:#99bfb0;
	width:210px;
	_width:100%;
}
#sidebar-right .navlinks li a:hover{
	background-color:#99bfb0;	
}

#container{
	width:950px;
	background-color:#FFF;	
	margin: 0px auto;
}
#header{
	width:950px;
	height:107px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#sidebar-left{
	width:197px;
	float:left;
	margin:4px;
	_margin:2px;
}

#content-wrap{
	margin:4px 4px 4px 0px;
	_margin:2px 2px 2px 0px;
	width:540px;
	float:left;
}

#full-wrap{
	margin:4px 4px 4px 0px;
	_margin:2px 2px 2px 0px;
	width:740px;
	float:left;
}

#content-header{
	height:27px;
}
#content{
	padding:10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color:#99bfb0;
	font-size:12px;
	min-height:375px;
	height:auto !important;
	height:375px;	
}
#content-footer{
	height:10px;
	background-image: url(images/content-footer.png);
	background-repeat: no-repeat;
}
#sidebar-right{
	margin:4px 4px 4px 0px;
	_margin:2px 2px 2px 0px;
	width:197px;
	float:right;
}
#footer{
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin:0px auto;
	padding:5px 21px 0px 21px;
	clear:both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height:22px;
	width:900px;
	font-size:11px;
	color:#FFF;
	text-align:center;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
}
.box-wrap{
	margin-bottom:4px;
	_margin-bottom:2px;
	width:197px;
}
.box-header{
	height:27px;
}
.box{
	padding:10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color:#FFF;
	background-color:#008853;
	font-size:11px;
}
.box a{
	text-decoration:none;
	color:#FFF;
}
.box a:hover{
	color:#000;
}
.box-footer{
	height:10px;
	background-image: url(images/box-footer.png);
	background-repeat: no-repeat;
}
.button{
	background-color:#000;
	color:#FFF;
	border:solid 1px #FFF;
}
.layout_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;	
}

.layout_hdr_row {
	background-color: #008853;
	color: #FFF;
}

.layout_row {
	background-color: #FFF;
	color: #333;
}
