body {
	margin: 0;
	padding: 0;
	background: #FFFFCC url(images/dcp01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h1 {
	margin: 0;
	font-weight: normal;
	color: #FF0000;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #0000FF;
}

h3 {
	margin: 0;
	font-weight: normal;
	color: #FF0000;
}

h1 {
	font-size: 230%;
}

h1 a {
	color: #FF0000;
}

h2 {
	font-size: 150%;
}

h2 a {
	color: #FF0000;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h3 a {
	color: #0000FF;
}

h4 {
	font-size: 120%;
	font-weight: bold;
        color: #006600;
}

h4 a {
	color: #006600;
}

 h5 {
	font-size: 100%;
	font-weight: bold;
        color: #FFFF00;
        background: #CC00FF;
}

h5 a {
        color: #FFFF00;
}

 h6 {
	font-size: 80%;
	font-weight: bold;
        color: #006600;

}

h6 a {
        color: #006600;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}


a {
	color: #006600;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 5px;
	background: url(images/logo.gif) no-repeat left bottom;
}


#logo h1, #logo h2 {
	margin: 0;
	padding-left: 65px;
	font-weight: normal;

}

#logo h1 {
	font-weight: bold;
	color: #0000FF;
}

#logo h2 {
	font-size: 130%;
	color: #FF0000;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 120%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {

	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;

}

#menu ul {
	margin: 0;
	padding: 20px 10px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(images/dcp02.gif) repeat-x;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	color: #006600;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding-left: 0px;
    text-align: center;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}


#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 2px;
}


.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar a {
	color: #660000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/dcp04.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 100%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/dcp05.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 0px;
	padding: 0px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 0px 0px 0px 0px;
}

#legal a {
	color: #0000CC;
}

#links {
	float: right;
	padding: 0px 0 0 0;
}
#links a {
	color: #0000CC;
}