* {
    padding: 0;
    margin: 0;
} 

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img {
	border: none;
	text-align: center;
}
a { color: #636363; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }


#wrap {
width: 825px;
margin: 0 auto;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background: #fff;
}

#title {
height: 55px;
margin: 5px auto 0 auto;
width: 825px;
}

#title h1 {
	padding: 8px 0 0 6px;
	font-size: 26px;
	letter-spacing: 0px;
}
#title h1 a {
color: #000;
text-decoration: none;
}
#title h1 a:hover {
text-decoration: none;

}
#title h2 {
	padding: 3px 0 0 6px;
	font-size: 15px;
	color: #000;
	font-weight: 100;
}

#headerbar {
background: #fff url(images/header.png) repeat-x top;
height: 45px;
margin: 5px auto 10px auto;
width: 825px;
}

#headerbar h3 {
text-align: right;
font-size: 14px;
color: #fff;
padding: 13px 13px 0 0;
}

#left {
float: left;
width: 160px;
padding: 5px;
}

#left h2 { color: #005EB0; padding: 15px 0 5px 10px; font-size: 17px; letter-spacing: -1px; font-weight: 100;}
#left ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #777; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
float: left;
width: 450px;
padding: 0 5px 5px 5px;
border: none;
}

#center p{padding: 8px 0 8px 0;}

#center img{padding: 0 0 3px 0;}

#center h2 {
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 0 0 12px 0;
}

#center h3 {
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
padding : 15px 0 10px 0;
}

#center ul {
padding : 10px 0 10px 10px;
}


#right {
float: right; 
width: 170px;
padding: 5px;
}
#right h2 { color: #005EB0; padding: 4px 0 5px 6px; font-size: 17px; letter-spacing: -1px; font-weight: 100;}
#right ul { color: #777; padding: 10px 0 10px 12px; list-style-type: square; }
#right ul li { padding-bottom: 5px; }
#right ul li a { color: #1067B2; text-decoration: underline;  }
#right ul li a:hover { color: #000; }

#footer {
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 10px 0 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
}
