a:link {
	color: #FBAC55;
	text-decoration: none;
}
a:hover{
	color: #F8EAB7;
	text-decoration: underline;
}
a:active{
	color: Aqua;
	text-decoration: underline;
}
a:visited{
	color: #3EA7D9;
	text-decoration: none;
}

body, td, th {
   color:white;
   font-family: Verdana, Arial, "Times New Roman", serif;
   font-size:12px;
}

body {
   background-color:black;
   margin:0px;
   padding:0px;
   color:white;
   font-family: Verdana, Arial, "Times New Roman", serif;
}

#top {
   font-family: Verdana, Arial, "Times New Roman", serif;
   color:white;
   width:100%;
}
#top h1{
   text-align:center;
}

#leftNavBar {
        font-family: Verdana, Arial, "Times New Roman", serif;
	width: 197px;
	float: left;
	font-size: 14px;
        color: white;
}
		/* SUBMENUS */

#leftNavBar ul ul{
	display:none;
}

#leftNavBar ul {
	/*used for navigation*/
	list-style: none;
	color: #AABAED;
}

#leftNavBar ul li a:link, #leftNavBar ul li a:visited {
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	color: #FEBE47;
}

#leftNavBar ul li a:active {
	color: white;
}

#leftNavBar ul li a:hover {
	color: #edfd84;
}

#mainContent {
   width:100%;
   font-family: Verdana, Arial, "Times New Roman", serif;
   color: white;
}

#mainContent ul {
	list-style-type: square;
}

#footerLeft {
   float:left;
   width:200px;
   height:100px;
}

#footerRight {
   font-family: Verdana, Arial, "Times New Roman", serif;
   background-color:black;
   height:100px;
   padding: 50px 10px 10px 0px;
   font-size: 11px;
   line-height:20px;
   color:white;
}

#footerRight img {
	display:none;
}

h1 {
   font-family: Verdana, Arial, "Times New Roman", serif;
   font-size:25px;
   color:yellow;
   font-weight:400;
   padding-left:15px;
}

h2 {
        font-family: Verdana, Arial, "Times New Roman", serif;
	font-size: 18px;
	color: #BBE6FF;
	font-weight: bold;
	padding-left: 5px;
}

h3 {
	font-family: Verdana, Arial, "Times New Roman", serif;
	font-size: 15px;
	color: #FA8A25;
	font-weight: bold;
	padding-left: 5px;
}

h4 {
	font-family: Verdana, Arial, "Times New Roman", serif;
	font-size:13px;
	font-weight:bold;
	color:white;
}

.center {
	padding-top:10px;
	text-align:center;
}

a img {
	border:none;
}
