body {
	margin: 0px; 
	font-family: "Garamond", sansserif;
	font-size: 16px;
	color: #002A42;
}

a {
	color: #8C674B;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #002A42;
	border-right: 2px solid #002A42;
}

#header {
	text-align: right;
	background-color: #002A42;
}

#content{
	width:900px;
	overflow: hidden;
}

#main{
	width:620px;
	float:left;
	
}

#current{
	width: 610px;
	padding: 10px;
	float: left;
	text-align: justify;
}

#current h1 {
	text-align: center;
}

#current h2 {
	text-align: center;
}

#current p {
	float: left;
}

#sidebar {
	float: right;
	width:250px;
	text-align:center;
	padding: 10px;
}

#sidebar h1{
	text-align: center;
}

#footer{
	clear: left;
	clear: right;
	text-align: center;
}

/*JSDDM START*/
#jsddm
{	
	text-align: center;
	margin: 0;
	padding: 0
}
	
#jsddm li
{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#jsddm li a
{
	display: block;
	background: #002A42;
	padding: 5px 12px;
	text-decoration: none;
	width: 126px;
	color: #FFFFFF;
	white-space: nowrap
}

#jsddm li a:hover
{	
	background: #8C674B
}
		
#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 0px
}

#jsddm li ul li
{
	float: none;
	display: inline;
	font: 10px Tahoma
}
		
#jsddm li ul li a
{
	width: 126px;
	background: #002A42
}
		
#jsddm li ul li a:hover
{
	background: #8C674B
}
/*JSDDM END*/