@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	border: thin solid #000000;
	background-image: url(../images/background.jpg);
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #FFCC99;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color:#000000;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
#wrapper {
	color: #FFFFFF;
	background-color: #FFFFFF;
	width: 94%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
}
#header p { margin: 0px; padding: 0px;}
#navbar {
	background-color: #999999;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-top-style: groove;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	border-bottom-style: ridge;
}
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#navbar li {  list-style: none;	display: inline;	padding-left: 10px; padding-right: 10px;
  }

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:hover {
	color: #000000;
	text-decoration: none;
	background-color:#FFFFFF;
}
#navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* minimum menu requirements for functionality */

#dmenu li>ul {
	top: auto;
	left: auto;
}

.topmenu {	font-size: small;
	color: #fff;
	background-color: #000000;
	margin: 0px;
	padding: 0px;}

.topmenu a {	text-decoration: none;
	background-color: #999999;
	color: #fff;
	margin: 0px;
	padding: 0px;}


.topmenu a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000000;
	margin: 0px;
	padding: 0px;}

.topmenuul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	background-color: #FEFEFE;
}

.topmenuli{
	list-style-type: none;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
	background-color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.topmenutitle{
	display: block;
	width: 75px;
	text-align: center;
}

.submenuul{
	list-style-type: none;
	position:absolute;
	margin: 0;
	padding: 0;
	display:none;
}


.submenuli a{
	display: block;
	width: 170px;
	text-decoration: none;
	font-size: small;
	color: #fff;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
	
.submenuli a:hover {
	background-color: #fff;
	color: #333333;
	border-bottom:thin #fff solid;
	text-decoration: none;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block; 
}
/* end of dropdown menu */

#colorbar {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	width: 100%;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #000000;
}

#content {
	width: 95%;
	background-color: #FFFFFF;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: justify;
	clear: left;
}
#content p { margin: 10px;  }





#left {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 500px;
	float: left;
}

#right {
	margin: 0px 10px 0px 510px;
	padding: 0px;
}

#footer {
	background-color: #CCCCCC;
	margin: 0px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	font-size: small;
	text-align: center;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
.clear {

	height: 0;

	clear: both;

	}
	
	.left {
	float: left;
}
.right {
	float: right;
}

dl {
	margin-left: 10px;
}
td {
	font-size: small;
	vertical-align: top;
}
th {
	font-size: medium;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	vertical-align: top;
}
table {
	margin-left: 30px;
	vertical-align: top;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.center {
	text-align: center;
}
