@charset "utf-8";
/* CSS Document */

img {outline:none; border:none;}
a {
	text-decoration:none;
	color: #600;
}

body {
	background:url(images/background_tile.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

#page_wrapper_dp {
	min-height:660px;
	width:100%;
	background:url(images/pagecontent_tile_dp.jpg) repeat-x;
	display:block;
	padding:0px;
	margin:0px;
	overflow: hidden;
}

#content_wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;/* setting margin:auto on both sides with a fixed width will center the content horizontally within its containing div*/
	min-height:500px;
}

#header {height:90px;}

#header #logo {
	margin-left:20px;
	float:left;
	position:relative;
	top:23px; /*relative positioning lets you offset the logo 23px from the top of the containing div */
}

#header p {
	float: right;
	margin-right: 20px;
	margin-top: 65px; /* position the links 55px from the top of the containing div */
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}
#header a { 
	text-decoration:none;
	color: #660000;
}
#header a:hover {
	text-decoration:underline;
}

#content {
	min-height:656px;
	width:577px;
	float: right;
	background-color: #FAF2CF;
	overflow: hidden
}






#sbm {
	width:222px;
	min-height:660px;
	display:block; /*display block ensures it will display the whole box, regardless of the size of text inside*/
	background-color:#FECC66;
	border: 0px solid #FECC66;
	margin: 0px;
	top: 0px;
	right: 0px;
	left: 5px;
}

#sbm ul {
	list-style:none;
	margin-top:0px;
	margin-left:8px;
	padding-left:0px;
}

#sbm ul li {
	margin-bottom:10px;
}

#sbm p {
	margin-left:30px;
	margin-top:25px;
}



#footer {
	width:100%;
	clear:both; /* moves this div below all floating elements from above it */
	text-align:center;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	}

#footer a {
	text-decoration:none;
	color: #660000;
}

#footer a:hover {text-decoration:underline;}
#footer {
	position: relative;
	bottom: auto;
}


#content p {
	margin-right: 16px;
	margin-left: 16px;
}
#content h {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #3CC;
	margin-left: 16px;
}
