html {height: 100%;}

body,td,p {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#000000;
	min-width:150px;
	padding: 0 4px 0 4px;
	text-align:left;
	margin-left: auto;
	margin-right: auto:
}

body {height: 100%; background-color: #333333;}

ul {list-style-type: square; line-height:15px;}
li { list-style: square; margin: 0 0px 8px 0px; list-style-position: outside; font-weight: bold;}

h1 { font-size: 22px; font-weight: bold;}
h2 { font-size: 20px; font-weight: bold;}
h3 { font-size: 18px; color:#0055A4; font-weight:bold;}

h3 a:link {color: #0055A4; text-decoration: underline;}
h3 a:active {color: #0055A4; text-decoration: underline;}
h3 a:visited {color: #0055A4; text-decoration: underline;}
h3 a:hover {color: #990000; text-decoration: underline;}

a:link {color: #CE2028; text-decoration: underline; font-weight: bold;}
a:active {color: #CE2028; text-decoration: underline; font-weight: bold;}
a:visited {color: #3B6932; text-decoration: underline; font-weight: bold;}
a:hover {color: #3B6932; text-decoration: underline; font-weight: bold;}

.neongreen { font-size: 14px; font-style: normal; font-weight: bold; color: #6CBE45;}
.small {  font-size: 12px; color: #000000; line-height:12px; text-align:left;}

.bodyBold {
	font-weight:bold;
	}

#container {
	position:absolute;
	top:0px;
	background-image: url(images/background.gif);
	width:750px;
	height:664px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#content {
	position:relative;
	top:70px;
	left:210px;
	width:510px;
	min-height:100%;
	height:100%;
	}
	
#footer {
	position:absolute;
	top:500px;
	left:210px;
	margin-right: 5px;
	width:476px;
	}

#navcontainer {
  position:absolute;
  top:280px;
  left:50px;
  width:150px;
  height:100%; 
  color:#000000;
  padding:0px;
}

#navitem{
	position:relative;
	top:5px;
	left:0px;
	padding:0px;
	width:150px;
	margin:0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom:solid #FFFFFF 1px;
	text-align: center;
	}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 28px;
}

.menu a {
  display: block;
  width: 150px;
  height: 25px;
  font-weight: bold;
  background-color: #CE2028;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;  
}

.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


