html, body {
margin : 0;
padding : 0;
}
body {
	background : #D5DBE1;
	color : #555;
	font-family: Arial, Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 90%;
	top: auto;
}
			/*WRAP*/
#wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}
			/*BANNER*/
#masthead {
	height:200px;
	padding: 0;
	margin-bottom: 0;
	background-color: #B5B5B5;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/masthead44_1.jpg);
}
			/*MAIN CONTAINER*/
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 1;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
			/*TOP NAVIGATION*/
#menu {
height: 50px;
padding: 0;
margin-bottom: 0;
background-color: #D5DBE1;
}
#menu{
	position:relative;
	display:block;
	height:21px;
	font-size:1em;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}
#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#menu ul li{display:block;float:left;margin: 0 1px 0 0;}
#menu ul li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	height:35px;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3;
	padding-left: 20px;
}
#menu ul li a:hover,#menu ul li a.current{
	color:#000;
	background-color: transparent;
	background-image: url(images/bgON.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
			/*MAIN CONTENT*/
#content {
	padding: 2em;
	background: #D5DBE1;
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0;
}
			/*SIDEBAR*/
#sidebar {
	float: right;
	width: 225px;
	background:#EBEBEB;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
			/*SIDE NAV*/
#navcontainer {
	width : 235px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
	text-decoration : none;
	display : block;
	padding : 3px;
	width : 220px;
	border-bottom : 1px solid #eee;
	background : #D5DBE1;
	color : #666;
}
#navcontainer a:link, #navlist a:visited {
	color : #660066;
	background : #D5DBE1;
}
#navcontainer a:hover {text-decoration : none;
background : #C9D2DF;
color : #fff;
}
			/*FOOTER*/
#footer {
clear: both;
height: 100px;
padding: 0;
margin-top: 20px;
text-align: center;
color: #333;
background: #B5B5B5 url(images/footer.jpg) top center no-repeat;
}
			/*TYPOGRAPHY*/
h1 {
	margin: 0;
	padding: 20px 0 20px 5px;
	font-size: 100%;
	letter-spacing: 3px;
	color: #555;
}
blockquote {
	font-weight : normal;
	font-style : normal;
	color : #555;
}
			/*IMAGES*/
.right {
	border: 0px solid #656C4A;
	margin: 5px 0 10px 0;
	padding: 10px;
}	
			/*LINKS*/
a:link, a:visited {
	color : #000099;
	background : inherit;
	text-decoration : underline;
}
a:hover {
color : #666;
background : inherit;
text-decoration : none;
}
a img {
border: 0;
}
