
body {
	background: rgb(100%,100%,100%);
	color : #000040;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 20;
	padding: 0;
}


#social {
	float: right;
	padding: 5px;
}

#menu_style {
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(/images/menuoff.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #0000B3;
	text-decoration: none;
}

#menu_style ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	text-decoration: none;
}

#menu_style ul li {
	display:block;
	float:left;
	color:#666;
	text-decoration: none;
	padding:11px 20px 0 20px;
	height:23px;
	margin:0;
	background:transparent url(/images/divider.gif) no-repeat top right;
}

#menu_style ul li a {
	text-decoration: none;
}

#menu_style ul li:hover, #menu_style ul li.current {
	color:#0000B3;
	background:#fff url(/images/menuon.gif) no-repeat top right;
	text-decoration:none;
}


#xmenu_style li li a {
	display: block;
	font-weight: normal;
	color:#666;
	padding: 0px 10px;
	text-decoration:none;
	border: solid 1px #000000;
}

#xmenu_style li li a:hover {
	background:#fff url(/images/menuoff.gif) no-repeat top right;
	text-decoration: underline;
	padding: 0px 5px;
	border: 5px solid #63637d;
	border-width: 0 5px;
}


#menu_style li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	font-weight: normal;
	background: url(/images/ddbg5.gif) bottom left no-repeat;
	background-color: #efefef;
}

#menu_style li:hover ul, #menu_style li.sfhover ul {
	display: block;
	left: auto;
}

#menu_style li li {
	float: none;
	background-color: transparent;
}

div.news {
	border: solid 1px #7d7da0;
	padding: 1.5em;
	margin: 1em;
}

div.section {
	border-bottom: 1px solid;
	padding: 0;
	margin: 0 0 2.5em;
	border-color: rgb(50%,50%,66%);
	font-style: italic;
}

h4 {
	border-bottom: 1px solid;
}


#footer {
	background: rgb(88%,89%,93%);  /* Silver */
	border: 1px solid rgb(30%,30%,50%);
}

