/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: white;
color: #000;
text-align: justify;
text-align: justify;

}


/* Site container Wrapper */

#wrapper {
margin: 0 auto 0 auto;
width: 1000px;
position: absolute; left: 50%;
margin-left: -500px;
color: #003366;
border: none;
text-align: left;
background-image:url(images/blank_background.jpg);
background-repeat:no-repeat;
}

/* Header */

#header {
height: 150px;
background-image: url(../images/adew_header.png);
background-repeat: no-repeat;
}

/* Navigation */

#navigation {
background-color:#213c73;
padding-top: 5px;
padding-bottom:5px;
}

#navigation p{
color:#d7e2f4;
}

#navigation a{
font-size:80%;
color:#FFFFFF;
text-decoration:none;
padding-left:20px;
padding-right:20px;
}

#navigation a:hover{
padding-top: 5px;
padding-bottom:5px;
background-color:#a71e52;
padding-left:20px;
padding-right:20px;
}

/* left Column */

#leftcol {
float:left;
width:400px;

}

#leftcol h3{
background-color:#a71e52;
font-size: 70%;
color:#fff;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
}

#leftcol p{
padding-left:10px;
font-size:70%;
color:#000000;
}

#leftcol h4{
padding-left:10px;
font-size:80%;
color:#000000;
}


#leftcol a{
font-size: 70%;
color:#666;
text-decoration:none;
}

#leftcol a:hover{
text-decoration:underline;

}

/* right Column */

#rightcol {
float:right;
width:250px;

}

#rightcol p{
font-size: 70%;
color:#fff;
text-align:center;
}

#redbox {
padding:10px;

background-image:url(../images/about_adew_button.png);
background-repeat:no-repeat;
}

#bluebox {
padding:10px;

background-image:url(../images/member_login_button.png);
background-repeat:no-repeat;

}

#rightcol a{

color:#fff;
text-decoration:none;
}

#rightcol a:hover{
text-decoration:underline;

}


/* Content Section */

#content {
padding-top:5px;
padding-left:420px;
padding-right:270px;
border-bottom:1px;
border-bottom-style:dotted;
}

#content p{
font-size:70%;
color:#000000;
}

#content a{
color:#213c73;
}

#content a:hover{
color:#a71e52;
}

#content h1{
font-size:110%;
color:#213c73;
}

#content h2{
font-size:100%;
color:#a71e52;
}

#content h3{
font-size:90%;
color:#213c73;
}

#content ul{
font-size:70%;
color:#000000;
}

#printbox a{
font-size:70%;
color:#666;
text-decoration:underline;
}



/* Footer */

#footer{
background-color:#333333;
background-repeat:repeat-y;
padding-left:240px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
color: #FFFFFF;
clear: both;
}

#footer p{
font-size:70%;
text-align:right;
color:#fff;
}

#footer a{
color:#fff;
}

#footer a:hover{
color:#66CCFF;
}




/* Image Tags */

.leftimage{
float: left;
margin: 0 0px 0px 0;
border: none;
}

.rightimage{
float: right;
margin: 10px 0 20px 15px;
border: none;

}

.boxbottoms{
margin-bottom:5px;
}


.printimage{
margin:5px;
}

.clearit{
clear: both;
}
