* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #ccc;
}

img { border: none; }
a { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; color : red; }

#wrap {
width: 969px;
background: #fff;
margin: 0px auto;
}
.header {
padding-top: 0px;
height: 132px;
background: #333;
background-image: url(../images/image002.jpg); 
}
.header h1 {
font-size: 17px;
font-weight: 700;
padding: 50px 0 4px 10px;
letter-spacing: 0px;
text-align:center;

}
.header h1 a {
color: #FFFFFF;
text-decoration: none;
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 14px;
font-weight: 100;
color: #fff;

padding: 40px 0 4px 10px;
text-align:center;
}


.navigation { 
padding-top: 0px;
float : left ;
list-style: none; 
width: 206px;
}
.navigation ul {
	list-style-type: none;
	background-color: #87B5DA;
}
.navigation li {
	padding: 0;
	margin: 0;
	background-color: #87B5DA;
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #87B5DA;
text-decoration: none;
border-bottom: 0px solid #171B20;
}
.navigation a:hover {
color: #000;
background-color: #FAF391;
}

.navigation a1 a, 
.navigation a1 a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #ffffff;
background: #FF0000;
text-decoration: none;
border-bottom: 0px solid #171B20;
}
.navigation a1 a:hover {
color: #000;
background-color: #FAF391;
}






.content {
	padding: 10px 10px 10px 0;
	float: right;
	width: 720px;
	text-align: center;
}
.content h2 {
color: #222;
font-size: 36px;
letter-spacing: 0px;
font-weight: 120;
padding: 70px 0 10px 0;
text-transform: none;
text-align:center;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.content h3 {
font-size: 14px;
font-weight: 100;
color: #222;

padding: 20px 30px 4px 0px;
}

.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}

.newsList{float:left; list-style-position:inside}
.newsList li{padding:3px}
.newsList a{ color:#000099}
.newsList a:hover { text-decoration: underline; color:#FF0000; }
