/*Main body information*/

body{
margin:0;
padding:0;
background: #666666 url('../images/gvp-bg.jpg') no-repeat top left;
line-height: 1.5;
font-style:normal; 
font-variant:normal; 
font-weight:normal;
font-size: 12px;
font-family:Arial,Verdana;
}

.imgAL{
float: left;
margin-right: 5px;
border: 3px black double;
}


/*the main content*/

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding: 0;
background: #dddddd;
color: black;
height:100%;
border:0;
margin-top: 100px;
/*border-left: 5px #666666 ridge;
border-right: 5px #666666 groove;*/
font-weight: normal;
}

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

#left{ 
/*background: #dddddd url(../images/top-left-lc.gif) top left no-repeat;*/
background-color: #dddddd;
float:left; 
width:240px; 
padding:5px;
text-align: right;
margin: 0;
/*padding-top: 5px;*/
}

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

#right{
/*background: #dddddd url(../images/top-right-rc.gif) top right no-repeat;*/
background-color: #dddddd;
float:right; 
width: 190px; 
padding:5px; 
margin: 0;
/*padding-top: 5px;*/
}

#middle{
background-color: #eeeeee;
margin-left:250px;
margin-right:200px;
padding: 5px;
border: 0;
border-left: 1px #666666 dashed;
border-right: 1px #666666 dashed;
}

/*full width div (pilots page, extras page)*/

#spanner{
/*background: #eeeeee url("../images/span-corner.gif") no-repeat top left;*/
background-color: #eeeeee;
margin-right:200px;
padding: 5px;
border: 0;
border-right: 1px #666666 dashed;
}

/* header info; spans the whole page*/

#header{
background: /*#333333*/ url('../images/gvp-header2.jpg') no-repeat top center;
height: 175px;
clear:both;
width: 100%;
}

/* 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: 2px solid #eeeeee;*/
font-size: 0.75em;
}

/*link definitions for the footer*/

#footer a{
color: #396772;
}

/*no default border around any image*/

img{
border: 0;
}

/* Link Rules */
a{
color: #cc0000;
text-decoration: underline;
}

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

#left a{
text-decoration: underline;
}

#left a:hover{
font-weight: normal;
text-decoration: underline overline;
}

.code{
background-color: #990000;
color: white;
border: 1px black solid;
font-size: 10px;
}