* {
	margin: 0;
	padding: 0;
}

body {
background: #0171AF url(images/background.gif) repeat-x;
font-size: 12px;
line-height: 18px;

}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 40px auto;
width: 780px;
background: #fff;
border: 10px solid #D1E6EF;
}

#header {
height: 90px;
background: #FFFBFD url(images/img02.gif) repeat-x left top;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #0171AF;
}
#header h1 a { 
color: #0171AF;
text-decoration: none;
font-weight: bolder;
letter-spacing: 1px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 22px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: 2px;
font-weight: bolder;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
}
#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: bolder;
font-size: 15px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#content {
padding: 20px 20px 20px 20px;

}

.left {
float: left;
width: 460px;
text-align: justify;
font-size: 14px;
font-weight: 100;
}

.left h2 {
font-size: 22px;
font-weight: 150;
padding: 15px 0 7px 0;
color: #0171AF;
}

.left h3 {
font-size: 17px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #0171AF;
}

.left h2 a {
text-decoration: none;

}

.left h2 a:hover {
color: #111;
}

.left ol {
list-style-type: decimal;
padding-left: 30px;
}

.left ul {
list-style-type: disc;
padding-left: 30px;
}

.lefttext {
color: black;
}

.left p a:hover {
color: #000099;
}



.right {
float: right;
width: 260px;
padding-top: 10px;
}

.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #D1E6EF;
color: #111;
font-size: 17px;
}

.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}

.right ul li{
font-size: 14px;
}

.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
.adleft {
float: left;
width: 125px;
height:45px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
width: 95px;
height: 45px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

.adbottom {
float: center;
width: 250px;
height: 55px;
border: 5px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
height: 20px;
line-height: 30px;
background: #D1E6EF;
text-align: center;
font-size: 11px;
}






