* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
}

p{padding:0 0 .9em 0;}

img { border: none; }
a { color: #22456F; text-decoration: none;}
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 40px auto 0 auto;
width: 786px;
border: 2px solid #ddd;
}

#header { 
height: 100px;
background: #FFFFFF url(images/header.jpg) no-repeat;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 18px 0 5px 10px;
}
#header h1 a {
color: #FFFFFF;
text-decoration: none;
}
#header h1 a:hover {
color: #c0c0c0;
text-decoration: none;
}
#header h2 {
color: #FFFFFF;
font-size: 16px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 18px;
}



.left {
margin-top: 8px;
width: 530px;
float: left;
text-align: justify;
border: 3px none #ddd;
padding: 8px;
}
.left h2 {
color: #044099;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 6px 0 15px 0;
}

.right {
margin-top: 10px;
margin-right: 10px;
width: 200px;
height: 820px;
float: right;
border: 2px dotted #D1D0D0;
font-size: 12px;
padding: 8px;
}
.right ul {
list-style-type: circle;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
font-size: 12px;
color: #666;
line-height: 14px;
}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
text-align: center;
background-color: #C4C4C4;
font-size: 11px;
padding: 10px;
height: 12px;
}

