﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #000;
	background: #ffffff;
}
a {
	color: #33F;
}
a:active, a:hover {
	color: #77F;
}
i {
	font-family: "Times New Roman", Times, serif
}
#outer {
	text-align: left;
	margin: 0 auto;
	width: 765px;
}

/* Header Layout */
#page_header {
	position: relative;
	margin-top: 5px;
	padding: 0px;
	clear: both;
	width: 765px;
	height: 216px;
	background: url('../images/DsHeader.png') no-repeat top left;
}
img.logo {
	border: none;
	width: 297px;
	height: 116px;
	position: absolute;
	right: 12px;
	top: 10px;
	z-index: 1;
}
#page_header_bag
{
	position: absolute;
	bottom: 0px;
	padding: 5px 15px 30px 50px;
	margin: 0px;
	width: 700px;
	z-index: 0;
}
#page_header_bag h1 {
	font-weight: normal;
	color: #EEE;
	font-size: 210%;
	margin-bottom: 8px;
}
#menu {
	margin: 0;
	margin-left: 0.2em;
	padding: 0;
}
#menu a {
	background: #DDF;
	color: #000;
	text-decoration: none;	
	margin: 0;
	padding: 0.2em 0.60em;
}
#menu a + a {
	border-left: 1px #AAD dotted;
}
#menu a:hover, #menu a:focus, #menu a:active {
	background: #FFF;
	color: #222;
	text-decoration: underline;	
}

/* Sidebar and Widget Styles */
#sidebar {
	margin-right: -15px;
	float: right;
	width: 215px;
}
.widget {
	width: 215px;
	border: none;
	background: transparent;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.widget h2 {
	font-weight: normal;
	font-size: 180%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.widget td.top {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 215px;
	background: url('../images/bT.png') no-repeat top left;
}
.widget td.content {
	text-align: left;
	font-size: 90%;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	width: 185px;
	background: url('../images/bC.png') repeat-y;
}
.widget td.mid {
	padding: 0px;
	margin: 0px;
	height: 13px;
	width: 215px;
	background: url('../images/bM.png') no-repeat top left;
}
.widget td.bot {
	padding: 0px;
	margin: 0px;
	height: 21px;
	width: 215px;
	background: url('../images/bB.png') no-repeat top left;
}


#content {
	padding: 5px 15px 5px 15px;
}
#content h2 {
	font-size: 170%;
	font-weight: normal;
}

/* Footer Styles */
#footer {
	clear: both;
	width: 765px;
	color: #EEE;
}
#footer a {
	text-decoration: none;
	color: #EEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
	color: #FFF;
}
#footer_top {
	width: 765px;
	height: 15px;
	background: url('../images/cT.png') no-repeat top left;
}
#footer_content {
	width: 729px;
	background: url('../images/cM.png') repeat-y;
	font-size: 85%;
	padding: 0px 18px 0px 18px;
}
#footer_content p {
	margin: 0;
}
#copyright {
	margin: 0;
	float: right;
}
#footer_bot {
	width: 765px;
	height: 22px;
	background: url('../images/cB.png') no-repeat top left;
}