﻿body {
	background: #0000ff;
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color: #000000;
}

strong {
	font-weight: 700;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}


#wrapper {
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 5px;
	border: medium white solid;
}

#header {
	overflow: hidden;
	width: 900px;
	height: 250px;
	background-image: url(/images/header.gif);
	margin: 0 auto;
}

#navbar {
	width: 900px;
	height: 35px;
	background-color: transparent;

	background-image: url(/images/pattern2.gif);

	background-repeat: repeat;

	background-attachment: scroll;

	background-position: 0% 0%;

	border-bottom: medium black ridge;

	padding-top: 7px;
	text-align: center;
}

#navbar a {
	font-size: 110%;
	padding: 0px 5px 0 5px;
}


#container {
	width: 900px;
	background: #cccccc;
	overflow: hidden;
}

#maincontent {
	float: right;
	width: 690px;
	padding: 5px 5px 5px 15px;
	background: #ececec;
	font-size: 108%;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 10px 5px 5px 5px;
	background: #cccccc;
	
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul {
	margin: 0px;
}

#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;

}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 205px;

} 

#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:link, #sidebar ul ol li a:visited{
  display          : block;
  font-size        : 11px;
  background-color : #1110E8;
  font-weight      : normal;
  padding          : 3px 0px 3px 5px;
  color            : #fefefe;
  width            : 180px;
  text-indent      : 10px;
  text-decoration  : none;
  border-top: #3736FA 1px solid;
  border-bottom: #0E0DCA 1px solid;
}
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
  background-color : #0909AD;
  font-size        : 11px;
  font-weight      : normal;
  text-decoration  : none;
  color            : #fefefe;
  text-indent      : 10px;
  border-top: #0909AD 1px solid;
  border-bottom: #090992 1px solid;
}


#sidebar h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#footer {
	width: 900px;
	height: 70px;
	background: #cccccc;
}


#footertext {
	font-size: 80%;
	padding: 25px 5px 5px 10px;
}

#copyright {
	font-size: 120%;
	padding: 10px 0px 10px 0px;
}

#copyright a {
	color: #ffffff;
}
