/*Main body information*/

body{
padding:0;
margin: 0;
background: #eeeeee url('../images/website-background.gif') repeat-x top left;
line-height: 1.5;
font-style:normal; 
font-weight:normal;
font-size:12px; 
font-family: "Trebuchet MS", sans-serif;
text-align: center;
}

.imgAL{
float: left;
padding-right: 10px;
}

.imgAR{
float: right;
padding-left: 10px;
}

/*layout for headers*/

.head{
font-weight:bold; 
font-size:14px; 
color:#eeeeee; 
background:#333333;
text-align: center;
}

/*the main content*/

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 0;
background: #eeeeee;
text-align: left;
color: black;
height:100%;
border:0;
}

/* three column layout stuff - main GVP page only*/

#left{ 
float:left; 
width:250px; 
padding:10px;
margin: 0;
/*padding-top: 5px;*/
}

#line{
border-top: 3px dotted #000000;
margin-top: 5px;
}


#middle{
margin-left:270px;
padding: 10px;
border: 0;
}

/* header info; spans the whole page*/

#header{
height: 265px;
clear:both;
width: 990px;
border: 5px solid #333333;
background-color: #333333;
background-repeat: no-repeat;
background-position: center right;
font-size: 12px;
color: white;
line-height: 1.2;
}

#blurb{
width: 180px;
margin: 5px;
}

/* footer info; spans the whole page*/

#footer{
clear: both;
width: 100%;
background: black;
color: #aaaaaa;
text-align: center;
padding: 4px 0;
border: 0;
border-top: 5px double #eeeeee;
font-size: 10px;
line-height: 1em;
}

/*link definitions for the footer*/

#footer a{
color: #396772;
}

/*no default border around any image*/

img{
border: 0;
}

/* Link Rules */
a{
color: #990000;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline overline;
}

#menu{
/*padding:3px;*/
/*word-spacing: 30px;*/
font-size: 14px;
/*color: #eca842;*/
/*background-color: #eca842;*/
background-image: url(../images/menu-bg.png);
background-repeat: repeat;
text-align: right;
float:right;
display:inline;
}

#menu a{
text-decoration: none;
font-weight: bolder;
color: black;
/*padding: 3px;*/
padding-left: 15px;
padding-right: 15px;
}

#menu a:hover{
color:white;
background-color: #333333;
}

.selected{
color: black;
background-color: #eeeeee;
}

a:hover img{
text-decoration:none;
}

#hat{
width: 1000px;
}

#hat a{
text-decoration: none;
}

#hat a:hover{
text-decoration: none;
}

input{
background-color: #990000;
color: white;
border: 1px black solid;
font-size: 10px;
padding:1px;
white-space: nowrap;
width: 150px;
}