/***** Main Setup *****/

body {
font:75% Verdana,Tahoma,Arial,sans-serif;
/*Main Background Color*/
background:#003c79 url(wallpaper.gif) top center repeat-y;
/*Main Text Color*/
color:black;
text-align:center;
height:100%;
}
/*Full Container*/
#wrap {
background:white;margin:0 auto 0 auto;
width:770px;
text-align:left;
min-height:100%
}
/*Title Container*/
#top{
background:white;margin:auto;
width:770px;
text-align:left;
}
#title {
background:#ffffff;
margin:0 0 auto;
padding:0 0 0 0;
width:770px;
float:left;
color:black;
text-align:left;border-bottom:2px solid #f0f0f0;
}

/**** Left Side Container ****/
#right {
clear:both;
float: right;
margin: 50px 0 0 0;
text-align:left;
width: 200px;
height: 500px;
line-height:2em;
}

/***** Main Container*****/

#main {
float: left;
margin:0 0 0 4px;
padding:10px 10px 10px 10px;
width:544px;
border-right:2px solid #f0f0f0;
line-height:1.4em;
text-align:left;font-size:1.1em;
}
/**** Bottom Container****/
#bottom {
clear:both;
margin:0 0 0 0px;
padding:10px 0;
border-top:2px solid #f0f0f0;
width:770px;
text-align:center;
}
/***** Links *****/
a {
text-decoration:underline;
font-weight:bold;
color:#2A3D8E;
background-color:inherit;}
a:hover {
text-decoration:underline;
color:blue;
background-color:inherit;
}
#title a {
text-decoration:none;
color:inherit;
font-weight:inherit;
}
/**** Fonts and Stuff ****/
 hr {
  border: 0;
  width: 100%;
  color: #f0f0f0;
  background-color: #f0f0f0;
  height: 2px;
}


#title h1 {
font-size:2em;
}

#left li {
margin:0 0 8px 0;
}
h2 {
font-size:1.6em;
}
h4 {
font-size:1.0em;
}
table {
border:1;
border-color:gray;
}

.hide {

display:none;

}
