/* Authored by Tim Rauter October 2005 */
body {
margin: 30px auto;
background-color: #646464;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
text-align: left;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.title {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #800000;
}
/* 
.title {
font-size: 12px;
font-weight: bold;
color: #304F78;
}
*/

.header {
height: 110px;
background-image: url(images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
background-image: url(images/mainbodybg.gif);
background-repeat: repeat-y;
background-color: #646464;
}

.menubar {
background-image: url(images/menubar.gif);
background-repeat: repeat-y;
background-color: #646464;

}

.mainleft {
padding: 0 0 0 20px;
/* shorthand for the padding-top, padding-right, padding-bottom, and padding-left properties. */
}

.dividervert {
background-image: url(images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
padding: 10px 25px 0 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg2.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.outside {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
a.outside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
	text-decoration: underline;
}
a.outside:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
	text-decoration: underline;
	font-weight: bold;
}

.IndentCap {
	margin-right: 20px;
	margin-left: 18px;
	margin-top: 0px;
}

/* menu bar styles begin... */
#sddm
{	margin: 20px;
	margin-left: 150px;
	padding: 0px;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	/* width: 110px; */
	background: #000000;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #CA1313}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #8b2323}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #000000;
		color: #FFF}