body
{
	margin: 0px;
	background-image: url(graphics/bg.gif);
}
body, td
{
	font-family: verdana;
	font-size: 12px;
}

.Content
{
	background-color: white;
	width: 1000px;
}

a{ color: black; }

.ContentBlock
{
	margin: 20px;
	background-color: #002858;
	background-image: url(graphics/bg_fade_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 810px;
}
	.ContentBlock div
	{
		margin: 25px;
	}
		.ContentBlock div div
		{
			background-color: white;
			margin: 0px;
		}
			.ContentBlock div div div
			{
				padding: 15px;
			}
			
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px "Tahoma", Arial;
		margin-right: 6px;
		}

	#jsddm li a
	{	display: block;
		background: #20548E;
		text-decoration: none;
		color: #EAFFED;}

	#jsddm li a:hover
	{	
		background: #1A4473;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
		#jsddm li ul li
		{	float: none;
			display: block;
			width: 200px;
			margin-top: -4px;
		}
		
		#jsddm li ul li a
		{
			background: #d2dbe6;
			font-weight: bold;
			color: #002858;
			padding: 8px;
			padding-left: 20px;
			font-size: 13px;
		}
		
		#jsddm li ul li a:hover
		{	
			background: #d2dbe6;
		}
		

		

		
h1.cms, h1
{
	margin: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #002858;
}

p
{
	margin: 0px;
	padding: 0px;
}
.menu_left{
background-image:url(graphics/menu_left.png);
width:12px;
height:38px;
float:left;

}
.menu_right{
background-image:url(graphics/menu_right.png);
width:12px;
height:38px;
float:left;

}
.menu_midt {
background-image:url(graphics/menu_midt.png);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
color:#002858;
height:38px;
cursor: pointer;
padding-top: 11px;
float:left;
}

.bgColor1
{
	background: #d2dbe6;
	padding: 5px;
}

.bgColor2
{
	background: white;
	padding: 5px;
}