body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial,sans-serif;
	color: #006699;
	line-height: 1.166;
	min-width: 760px;
}	
#wrapper {
	align: center;
	position:relative;
	text-align: left;
	width:760px;
	background-color:#A4CBD2;
	background-image:url(images/bgd-gradient.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 0 0;	
}
#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(images/header-new.gif)
}
#content{
  	float:left;
	width: 500px;
	color: #104284;
	margin-left: 20px;
	padding-right: 230px;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom:5px;
	background-color:#A4CBD2;
	z-index:10;
	height:800px;
}
#sidebar{
	position:absolute;
	top:186px;
	right:0;
	left:530px;
	width:200px;
	margin: 0px 0px 0 0px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	color: #104284; 
	background-color:#CAE1E6;
	z-index:11;
	height:800px;
	}
.clear {
	clear:both;
	height:1px;
}
#footer{
	clear: both;
	text-align:center;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#5EA2B0;
}
.accent {
	color:white;
	font-weight:bold;
}
.aside-r {float: right; width:auto; margin:0 1em 1em; padding:0.25em; border:0px;}
.aside-l {float: left; width:auto; margin:1em 1em 1em 1em; padding:0.25em; border:0px;}