* {
    padding: 0;
    margin: 0;
} 

p {
	margin:0 0 1em 0;
}

body {
background: #F4F4F4;
font-family: Georgia, Times, serif;
font-size: 12px;
color: #333333;;
}

img { border: none; }
a { color: #003366; text-decoration: underline; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 800px;
border: 1px solid #E7E7E7;
}

#header { 
height: 101px;
text-align: center;
background: #FFF;
}
#banner {
height: 200px;
padding: 0;
}

#content {
padding: 10px 0;
background: #fff url(images/bg2.jpg) repeat-x;
}

.left {
width: 568px;
float: left;
text-align: justify;
padding: 0 0 0 10px;
}

h2 {
color: #003366;
font-family: Arial, Helvetica, san-serif;
font-size: 14px;
font-weight: normal;
padding : 15px 0 15px 0;
}

.right {
width: 180px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}

.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}

.right a { text-decoration: underline; }

#footer {
border-top: 5px solid #fff;
background: #003366;
text-align: center;
color: #FFF;
font-size: 10px;
padding: 10px 0 10px 0;
}

#footer a {
color: #CCC;
text-decoration: underline;
}

.labels {
font-family: Arial, Helvetica, san-serif;
font-size: 9px;
font-weight: bold;
color: #333;
}