body {
	background-color: #464646;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	margin: 0;
	padding: 0;
	background: white url('../images/body_bg.jpg') repeat-x;
	font-size: .8em;
	line-height: 1.2em;
}
.align-left, .left {
	float: left;
}
.align-left {
	margin: 4px;
}
.right {
	float: right;
}
span.tr {
	display: none;
}
p, h1, h2, h3, h4, h5, ul {
	margin-bottom: 1em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
ul {
	list-style: circle outside;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#page {
	width: 1100px;
	background-color: white;
	margin: auto;
	text-align: left;
}
div#nav {
	background-color: #1c3c6c;
}
div#nav ul {
	list-style: none;
	margin-bottom: 0;
}
div#nav ul li {
	list-style: none;
	display: inline;
	z-order: -1;
}
div#nav ul li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div#header {
	padding: 10px 0;
	background: white url('../images/header_bg.jpg') no-repeat;
	background-position: top right;
	height: 200px;
}
div#content {
	padding: 0 30px 10px 30px;
/*	background: white url('../images/content_bg.jpg') repeat-x;
	background-position: bottom left;*/
}
div#header h1 {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 343px;
	height: 130px;
	margin: 5px 15px 5px 25px;
	padding: 0;
}
div#footer {
	text-align: center;
	padding: 1em 0;
	font-size: .9em;
	clear: both;
}
ul li {
	margin-left: 1em;
}
p.infobox {
	border: 1px grey;
}
td {
	margin: .3em;
	vertical-align: middle;
}
ul {
	list-style-type: square;
}
div#right_col {
	width: 200px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
} 
div#left_col {
	width: 110px;
	float: left;
	padding: 10px;
}
div#content {
	margin-left: 60px;
	margin-right: 200px;
	min-height: 500px;
}
div#quick_links {
	text-align: left;
	background-color: white;
	margin-top: 20px;
}
div#quick_links ul.quick_links {
	list-style-image: url('../images/bullet.gif');
}
div#quick_links h3 {
	background-image: url('../images/quick-links.jpg');
	width: 154px;
	height: 50px;
}
div#quick_links ul {
	margin-left: 0.5em;
}
form label {
	vertical-align: top;
	width: 150px;
	display: block;
	margin-top: .3em;
}
form input[type=text] {
	width: 220px;
}
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#jsddm li a
	{	display: block;
		padding: 5px 8px;
		text-decoration: none;
		white-space: nowrap;
	}

	#jsddm li a:hover
	{	
		background-color: #2b4e82;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			background-color: #1c3c6c;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			position: relative;
			display: block;
			}
		
		#jsddm li ul li a:hover
		{	}

