﻿* {
font-family: verdana,arial,sans-serif;
font-size: 10pt;
}

a {
text-decoration: none;
}

body {
background-color: #F0E6BC;
text-align: center;
}

#wrapper {
position: relative;
margin: auto;
text-align: center;
width: 810;
}

#header {
position: relative;
width: 810;
height: 167;
background-image: url('images/site/dsl-header.jpg');
}

#exec_message {
background-color: #ffffff;
background-image: url('images/site/dsl-bg.jpg');
height: 20;
width: 811;
text-align: center;
margin-left: -1;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#dsl_footer {
position: relative;
width: 810;
height: 43;
background-image: url('images/site/dsl-footer.jpg');
}

#dsl_footer ul {
position: relative;
top: 10;
width: 100%;
display: inline;
}

#dsl_footer li {
display: inline;
padding: 5;
}

#dsl_footer a {
text-decoration: none;
font-weight: bold;
color: #9A351F;
}

#dsl_footer a:hover {
	color: #FFD700;
	cursor: pointer;
	font-size: larger;
	text-decoration: underline;
}

#ccptable {
background-color: #ffffff;
width: 810;
text-align: center;
background-image: url('images/site/dsl-bg.jpg');
margin-left: -1;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#ccptable ul {
	list-style: none;
	margin-left: 10;
	padding-left: 10;
}

#ccptable ul a {
display: block;
background-color: #d4d79c;
border-bottom: 1px black solid;
border-left: 1px black solid;
border-right: 1px black solid;
color: #9A351F;
font-weight: bold;
text-align: left;
width: 150;
padding-left: 5px;
}

#ccptable ul a:hover {
	background-color: #FFD700;
	cursor: pointer;
	font-size: larger;
	text-decoration: underline;
}

#ccptable ul .menuheader {
background-color: #ffffff;
height: 25;
width: 150;
background-image: url('images/site/menuheader.jpg');
color: #FFD700;
text-align: center;
font-weight: bold;
}

#ccptable ul .menufooter {
background-color: #ffffff;
height: 25;
width: 150;
background-image: url('images/site/menufooter.jpg');
color: #F0E6BC;
text-align: center;
}

#ccpmaincontent {
	padding: 10;
	text-align: left;
}

#ccpmaincontent ul {
	width: auto;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}

#ccpmaincontent h1 {
	font-size: x-large;
	font-weight: bold;
	color: 9a351f;
}

.h120center {
	font-weight: bold;
	color: 9a351f;
	font-size:20px;
	text-align:center;
}

.h216center {
	font-weight: bold;
	color: 9a351f;
	font-size:16px;
	text-align:center;
}

.h216left {
	font-weight: bold;
	color: 9a351f;
	font-size:16px;
	text-align:left;
}

.h216bluecenter {
	font-weight: bold;
	font-size:16px;
	text-align:center;
}

.h218bluecenter {
	font-weight: bold;
	font-size:18px;
	text-align:center;
}

.p14redbleft {
	font-weight:bold;
	color: 9A351F;
	font-size: 14px;
}

.p14redbcenter {
	font-weight:bold;
	color: 9A351F;
	font-size: 14px;
	text-align:center;
}

.p14bleft {
	font-weight:bold;
	font-size: 14px;
}

.ulpad10 {
	padding-bottom:10px;
	padding-top:10px;
}

.rehead {
	color: #808000;
	font-weight: bold;
	font-style: italic;
}

#header ul {
	position: relative;
	top: 148;
	text-align: center;
	color: #F0E6BC;
	font-weight: bold;
}

#header li {
display: inline;
padding: 5;
}

#header li a {
color: #FFD700;
}

#header li a:hover {
	color: #9A351F;
	cursor: pointer;
	font-size: larger;
	text-decoration: underline;
}

#headerinfo {
position: absolute;
top: 25;
right: 25;
color: #9A351F;
}





