@import url(layout.css);
HTML { overflow: scroll; height: 100%; }

body {
	background-color: #EEEEFF;
	background: url('../images/top-bg.png') repeat-x;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#container {
	width: 990px;
	margin: 0 auto;
	background: #fff url("../images/bkgd_tile.png") top;
	background-repeat: repeat-y;
}
#massthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 970px;
	padding: 0;
	background-color: #999999;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 740px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	background-color: #999999;
	background: url('../images/status-bg.png') repeat-x;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #000080;
	font-size: 2.0em;
}
h2 {
	color: #000080;
	font-size: 1.75em;
}
h3 {
	color: #000080;
	font-size: 1.5em;
}
h4 {
	color: #000080;
	font-size: 1.25em;
}
h5 {
	color: #000080;
	font-size: 0.75em;
}
h6 {
	color: #000080;
	font-size: 0.5em;
}
big {
	color: #000080;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/*menu*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	height: 25px;
	width: 84px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline ;
}

#sddm li a:hover
{
	background: #99CCFF
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EEEEFF;
	border: 1px solid #5970B2;
	z-index: 100;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 220px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #CCCCFF;
	color: #2875DE;
	font: bold 12px arial;
}

#sddm div a:hover
{
	background: #2875DE;
	color: #FFF;
}
		
		

