/* CSS Document */


* {
  padding:0px;
  margin:0px;
}

a {
  text-decoration:none;
  color:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

ul {
list-style-type:none;
}


a:hover {
  text-decoration:underline;
}

body {
  /*background-image:url(images/backgroundblue.png);*/
  
  background-repeat:repeat-x;
  background-position:bottom;
  background-color: rgb(0,173,239);
}

#wrapper {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:799px;
  height:650px;
  background-color:#FFFFFF;
}

#top {
  position:absolute;
  top:0px;
  left:0px;
  height:75px;
  width:799px;
  z-index:49;
}

#topmenu {
  position:absolute;
  top:5px;
  left:710px;
  width: 80px;
  z-index:50;
}

#topmenu ul {
  list-style-type:none;
}

#topmenu li {
  background-image:url(images/barblue.png);
  background-repeat:repeat-x;
  background-position:bottom;
}

#topmenu ul li {
   line-height:20px;
   padding:3px;
}

#rightbar {
  position:absolute;
  top:120px;
  left:639px;
  height:500px;
  background-color: rgb(0,84,167);
  width:150px;
  padding:5px;
}

#navbar {
  position:absolute;
  top:120px;
  left:0px;
  background-color: rgb(0,84,167);
  width:150px;
  height:500px;
  padding: 5px;
}


* ul li {
   line-height:17px;
   padding:3px;
}

* li {
  background-image:url(images/barblue.png);
  background-repeat:repeat-x;
  background-position:bottom;
}

*.title {
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#FFFFFF
}

#main {
  position:absolute;
  top:140px;
  left: 175px;
  width:455px;
}

#footer {
  position:absolute;
  bottom:0px;
  height:50px;
  left:0px;
  width:799px;
  text-align:center;
  background-color: rgb(0,84,168);
  /*color:#0099FF;*/
  color:#00CCFF;
  font-size:11px;
}

#super {
	position:absolute;
	top:100px;
	left:0px;
	width:794px;
	height:25px;
	background-color: rgb(0,84,167);
	color:#FFFFFF;
	padding-left:5px;
	z-index:100;
}

#super a {
  background-image:url(images/barblue.png);
  background-repeat:repeat-x;
  background-position:bottom;
  padding:5px;
}

#super1 {
	background-color: rgb(0,84,167);
	color:#FFFFFF;
	padding-left:5px;
}

#super1 a {
  background-image:url(images/barblue.png);
  background-repeat:repeat-x;
  background-position:bottom;
  padding:5px;
}


.selected {
  color:#FFFF00;
  font-weight:bolder;
}

.clickHere {
	background-color:#CC0033;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}