/* START SYSTEM.main.css */
body{
    font-size: 14pt; 
	font-family:helvetica;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
}
#TopHeader {
	background-color: #990000;
	border-bottom:ridge;
	color: yellow;
	padding-bottom: 35px;
}
#pageheader {
	text-align: center;
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#HeaderTopMenuBar {
	width: 800px;
	margin: 0 auto;
}
#headerNavBar {
	text-align:center;
	margin: 0;
}

ul#headerNavBar {
	list-style:none;
	padding:0;
 }

ul#headerNavBar li {
  display:inline
}

ul#headerNavBar li a {
  text-decoration:none;
  padding:5px 0;
  width:150px;
  background: #990000;
  color: yellow;
  float: left;
  text-align:center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

ul#headerNavBar li a:hover {
  background:#000000;
}

.bigheader {
	color: yellow;
    font-size: 28pt; 
	text-align: center;
    padding: 0em;
	margin:0em;
    background-color: #990000;
	position:relative;
	top:-5px;
}
	
p {
	text-indent: 1em;
}

h1 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: yellow;
      }

a{
        color: blue;
        text-decoration:none;
}
a:hover {
        color: black;
        }
		
.hot {
	color: blue;
}


.footer {
    background-color: #990000;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:ridge;
	border-top:ridge;
	color: yellow;
}

.RightImg {
	float:right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.LeftImg {
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#leftMenu{
	float:left;
	width:200px;
	padding-left:3px;
	padding-right:3px;
}
#main{
	margin:0 auto;
	text-align:left;
	width: 80%;
	/* padding: 20px; */
	/* width: 800px; */
}

.imgborder {
	border:1px solid gray;
}

.slogan {
	color: yellow;
		font-size: 26pt;
		font-style: italic;
		text-align: center;
		padding: 0.1em;
		background-color: #990000;
}
/* END SYSTEM.main.css */
