/* CSS Document by: Mypcassistant, 05/09/09 */

body {
  background-color: #000066; /* Background Color */
  padding: 7px;
  margin: 0px;
}

#header {
  background-color: #BBCFEB;
  text-align: center;
}

#topleft {
  width: 150px;
  height: 135px;
  background-image: url(images/topleft.jpg);
  background-repeat: no-repeat;
}

#topright {
  width: 620px;
  height: 135px;
  background-image: url(images/topright.jpg);
  background-repeat: no-repeat;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}

#nav ul li {
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #BBCFEB;
}

#nav ul li a:link, li a:visited {
	color: #000000;
	display: block;
	width: 150px;
	height: 29px;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	background-image: url('images/navoff.jpg');
	padding:6px 0px 0px 3px;
	background-repeat: no-repeat;
}

#nav ul li a:hover {
	color: #000000;
	background-image: url('images/navover.jpg');
	background-color: #BBCFEB;
}

#footer {
	background-image: url('images/footer.jpg');
	width: 770px;
	height: 50px;
	width: 100%;
}

#footer_text {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#footer_text a {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

#footer_text a:hover {
	color: #FFFFCC;
}