﻿@import url(layout.css);
html {
	height: 100%;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	height: 100%;
	/* min-height: 101%; */
	overflow: -moz-scrollbars-vertical;
}

#container {
	width: 750px;

	margin: 0 auto;
	/*margin-top: 5px;	*/
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	/*height: 100%;*/
}

#masthead {
	text-align: center;
	width: 100%;
	background-color: #fff;
}
#navigation {
	background-color: #000066;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000; /* #ff9900; */

}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000; /* #ff9900; */
}
#column_l {
	position: relative;
	margin: 15px 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float:  right;
	width: 310px;
	margin: 0;
	padding: 10px;
	background-color: #cc6600;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
#column_b {
	position: relative;
	margin: 15px 15px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#footer {
	background-color: #ccccff;
	padding-bottom: 5px;
}

/* Styles for Masthead */
#masthead img {
	/*float: left;*/
	margin: 0;
	padding: 5px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}

ul{
	border-bottom: 1px solid #EEEEEE;
}
li {
	list-style-type: square; 
	border-top: 1px solid #EEEEEE;
	padding: 1px;
}

/* Styles for Navigation */
#navigation ul {
	border-bottom: none;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*#navigation li {
	float: left;
}*/

#navigation li{
	border-top: none;
	list-style-type: none;
	float:left;
	position:relative;
	z-index:100;
	padding: 0px;
	
}

#navigation table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}


#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000066;
	background-color: #000066;

}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #cc6600;

}

/* hide the sub level links */

/* style all the links */
#navigation ul ul a {
	width:160px;

}

#navspacer {
	width: 170px;
	height: 3px;
	border: 1px solid #000066;
	background-color: #000055;

}

#navigation ul ul {
visibility:hidden;
position:absolute;
width:200px;
height:0;
}

#navigation ul a:hover ul{
visibility:visible;
}

#navigation ul li:hover ul{
visibility:visible;
}


/* Styles for Content */
h1 {
	font-size: 2em;
	color: #000;
}
h2 {
	font-size: 1.75em;
	color: #000066;
	/*background-color: #c0c0c0;*/
}
h3 {
	font-size: 1.5em;
	color: #000066;
}
h4 {
	font-size: 1.25em;
	color: #000066;
}
h5 {
	font-size: 0.75em;
	color: #000066;
}
h6 {
	font-size: 0.5em;
	color: #000066;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: right;
	color: #000066;
	margin: 3px;
	padding: 1px;
}
#footer a {
	color: #000066;
	text-decoration: none;
}
#footer a:hover {
	color: #000066;
	text-decoration: underline;
}
/* Styles for Links */

#column_r a {
	color: #fff;
	text-decoration: underline;
}

#column_r a:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #cc6600;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.help {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

.anchorname {
	color: #000;
	text-decoration: none;
}

.anchorname:hover {
	color: #000;
	text-decoration: none;
}