* {
	margin: 0;
	padding: 0;
}

body {
background: #0171AF url(images/background.gif) repeat-x;
font-family: Arial, Verdana;
font-size: 14px;
line-height: 17px;
font-weight: bold;
color: #333;
}

a {
text-decoration: none;
color: #000099;
}
a:hover {
text-decoration: underline;
color: #CC0066;
}

#wrap {
margin: 40px auto;
width: 770px;
background: #FDFFFF;
border: 8px solid #66ccff;
}

#header {
height: 157px;

background: #F5F5F5;


}
#header h1 { 
font-size: 28px;
letter-spacing: 1px;
padding: 40px 0 0 20px;
color: #0000A0;
}

#header h2 {
font-size: 18px;
color: #1569C7;
padding: 5px 0 0 20px;
letter-spacing: 0px;
font-family: Palatino Linotype;
font-weight: bold;
}

#header h3 {
font-size: 14px;
color: #000000;
padding: 10px 0 0 20px;
letter-spacing: 0px;

font-weight: bold;
}


#menu {
height: 30px;
line-height: 30px;
background: #ffff99;
border: 3px solid #FFCC99;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
#menu ul li a:hover {
color: #CC3300;
text-decoration: none;
}

#content {
padding: 0 0px 0px 20px;

background: #fafafa;


}

.left {
float: left;
width: 460px;
text-align: left;

}
.left h2 {
font-size: 18px;
font-weight: bold;
color: #7D053F;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
.left h2 a:hover {
color: #CC0066;
}

.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
.right ul li a:hover {
color: #CA226B;
}



.right {
float: right;
width: 170px;
padding-top: 8px;
}
.right h2 {
margin: 20px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #ffff99;
border: 2px solid #FFCC99;
color: #111;
font-size: 13px;
font-family: Verdana;
font-weight: bold;
}

.right h6 {
font-size: 12px;
font-weight: bold;
font-family: Tahoma;
text-align: right;
color: #7D053F;
padding: 20px 20px 15px 0;
}

.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
.right ul li a:hover {
color: #CA226B;
}
.adleft {
float: left;
height: 173px;
width:124px;
border: 0px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 105px;
width:105px;
border: 0px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
height: 40px;
line-height: 30px;
padding: 7px 10px 0 0;
background: #D1E6EF;
border: 3px solid #FFCC99;
text-align: center;
font-size: 11px;
}






