/*************** HTML styles  ****************/

div {margin: 0px;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C2D9C1;
	margin: 0px;
}

table {
	width: 95%;
	padding: 0px;
	margin: 16px 0px 0px;
	background-image: url(images/plan4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ABCAAA;
	border: 2px solid #8FB98E;
}

a {
	color: #9900CC; 
	font-weight: bold
}

a:link {
	color: #9900CC; 
	font-weight: bold
}

a:hover {
	color: #CC00FF;
	font-weight: bold
}

.smalltext {
	font-size: 70%;
	color: #330066
}

h1 {
	font-size: medium;
	font-weight: bold;
	color: #330066;
}
p {
	font-size: 90%;
	color: #330066;
}
li {
	list-style-position: outside;
	list-style-image: url(images/dc_bullet.gif);
	font-size: 85%;
	color: #330066;
	list-style-type: disc;
}

object {
	border: none;
}

/****************** custom styles ****************/

#tabcenter {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

#logo {
	text-align: right;
	width: 30%;
	padding-top: 38px;
	padding-right: 26px;
	padding-left: 10px;
	vertical-align: top;
}
#logoinner {
	text-align: right;
	width: 30%;
	padding-top: 38px;
	padding-right: 26px;
	padding-left: 10px;
	vertical-align: top;
}

#title {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#buttons {
	width: 14%;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-right: 10px;
}

#buttons a {
	display: block;
	padding-bottom: 2px;
}
td.content {
	padding-top: 10px;
	padding-left: 0px;
	width: 54%;
	margin: 0px;
}

#slogan {
	padding-top: 20px;
	padding-left: 12px;	
}

#footer {
	padding-top: 15px;
	padding-left: 14px;
	font-size: 90%;
}

#footer a {
	padding: 0px 20px 0px 0px;
	display: inline;
}

#quote {
	padding-top: 10px;
	padding-left: 14px;
	width: 65%;
	padding-right: 40px;
	text-align: left;
}
td.content p.quote {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 8px;
}
td.content p.author {
	font-size: 70%;
	font-style: italic;
}

.padrt {padding-right: 50px;}
