body
{
	margin-top: 0px;
	margin: 0px; 
	background-color: #9FB2D4; 
	text-align: center;
	font-family: arial, verdana, sans-serif;
	color: #053D2F;
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat;
}
.TitleUL
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: bold;
	color: #3C4556;
	margin-bottom: .2em;
}

p
{
	margin-top: .2em;
}

h1
{
	font-size: 2.0em;
}

h2
{
	font-size: 1.75em;
}

h3
{
	font-size: 1.50em;
}

h4
{
	font-size: 1.25em;
}
h5
{
	font-size: 1.1em;
}

a
{
	color: #5E2808;
}
a:hover
{
	color: #BC5F29;
}
table
{
	font-size: inherit;
}
.TitleB
{
	font-weight: bold;
}
.Italic
{
	font-style: italic;
}
.pageContainer
{
	margin: 0px auto;
	width: 900px;
	text-align: left;
}
.pageContent
{
	background-color: #EEF3FB;
	font-size: .9em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contentArea
{
	margin-right: 30px;
	margin-left: 30px;
}
.pageFooter
{
	text-align: center;
	font-size: .7em;
}
.pageHeader
{
	text-align: center;
	margin-bottom: 40px;
}


#jsddm
{
	margin: 0;
	padding: 0;
}

#jsddm li
{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a
{
	display: block;
	background: #20548E;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 100px;
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover
{
	background: #1A4473;
}

#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#jsddm li ul li
{
	float: none;
	display: inline;
}

#jsddm li ul li a
{
	width: auto;
	background: #BC5F29;
}

#jsddm li ul li a:hover
{
	background: #5E2808;
}

