/* CSS Document */
body{
margin:0px 0px 0px 0px;
background-image:url(../images/bodyBgGreen.gif);
background-repeat:no-repeat;
background-position:top;
}
#container{
width:760px;
margin-left:auto;
margin-right:auto;
}
/*------------------------------------HEADER-------------------------------------*/
#header{
width:100%;
height:146px;
/*margin-top:-34px;*/
background-image:url(../images/headerGradGreen.jpg);
background-repeat:repeat-y;
margin:0px 0px 0px 0px;
}
#headerContent{
width:100%;
padding-top:28px;
}
#logo{
width:244px;
height:57px;
background-image:url(../images/logo2.jpg);
background-repeat:no-repeat;
}
#logoLink{
width:251px;
height:53px;
display:block;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active{
cursor:pointer;
}
/*-------------------------------------CONTENT-----------------------------------------------*/
p{ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
margin-top:0px;
}
h1{
margin-top:6px;
font-family:Arial;
font-size:1.2em;
color:#999966;
}

h2{
font-family:Arial;
font-size:1em;
color:#999966;
margin-bottom:6px;
}
a:link, a:visited, a:hover, a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#999966;
}

/*--------------------------CREDITS-------------------------------------*/
#credits{
width: 760px;
margin-left: auto;
margin-right: auto;
text-align:center;
padding-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;
clear:both;
}
#credits p{
font-size:10px;
color:#999999;
}

#credits a:link, #credits a:visited, #credits a:active {
color:#6699CC;
text-decoration:none;
}
#credits a:hover{
color:#336699;
text-decoration:none;
}
