@charset "utf-8";

body {
    background: #c7c7ff;
    font-family: arial;
    font-size:80%;
    margin:0px;
    text-align:center;
}

td{
vertical-align:top;
}

th
{
border-top:#c7c7ff solid 2px;
}

img
{
   border-width:0;
}

h1 {
    margin-bottom: 0.6em;
    font-size: 2.0em;
}

h2 {
	margin-bottom: 0.1em;
	font-size: 1.5em;
}

h3 {
	margin-bottom: 0.1em;
	font-size: 1.3em;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 1em;
}

a {
	text-decoration: underline;
	color:white;
}

a:hover {
	color:#c7c7ff;
	text-decoration: underline;
}

.forprint {display:none;}
.noshow {display:none;}

.small {font-size:70%;}
.large {font-size:120%;}


#all 
{
    color:white;
    width:800px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

#header 
{
  background: url(../images/wave.gif) no-repeat;
  color:white;
	height:100px;
	min-width:200px;
	width:auto;
	text-align:left;
	padding-left:10px;
}

#headerText
{
padding-top:15px;
}

#headerText a
{
   color:white;
   text-decoration:none;
}

#headerText a:hover
{
   color:white;
   text-decoration:none;
}

#rightBar
{
padding-top:5px;
float:left;
min-height:200px;
width:170px;
}

#rightBottom
{
background: url(../images/rightbar.jpg) no-repeat;
height:100px;
width:170px;
}

#leftBar
{
padding-top:5px;
min-height:200px;
width:170px;
float:left;
}

#leftBottom
{
background: url(../images/leftbar.jpg) no-repeat;
height:100px;
width:170px;
}

#content
{
width:446px;
min-height:350px;
background: #313994;
border-left: solid 2px #7373de;
border-right: solid 2px #7373de;
padding:5px;
color:white;
float:left;
}

#bigAddress
{
text-align:center;
width:800px;
height:40px;
background: #313994;
color:white;
float:left;
}

#bigAddress a
{
background: #313994;
color:white;
text-decoration:none;
}

#bigAddress a:hover
{
background: #313994;
color:white;
text-decoration:underline;
}

#menu ul
{
  padding-left:5px;
  margin: 0;
	z-index: 30;
}

#menu li
{
	list-style: none;
	text-align: left;
	text-decoration: none;
}

#menu li a
{
  display: block;
  text-decoration: none;
	padding: 5px 25px;
	background: #313994 url(../images/wavelink.gif) no-repeat;
	color: white;

}
	
#menu li a:hover
{
  background: #949cf7 url(../images/wavelinkup.gif) no-repeat;
  color: white;
  text-decoration: none;
}

#main 
{
float:left;
   background-color: #313994;
   height:100%;
width:800px;
}

#footer 
{
  float:left;
  background: url(../images/wavefooter.gif) no-repeat ;
	height:100px;
	width:800px;
	padding-top:55px;
	padding-left:25px;
}

