* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Arial;
font-size: 14px;
line-height: 18px;
color: #000000;
}

h1 {
background: #fff;
font-family: Arial;
font-size: 18px;
line-height: 18px;
color: #000000;
margin-bottom: 10px;
}

h2 {
background: #fff;
font-family: Arial;
font-size: 16px;
line-height: 18px;
color: #000000;
margin-bottom:20px;
}

h3 {
background: #fff;
font-family: Arial;
font-size: 16px;
line-height: 18px;
color: #000000;
margin-bottom:20px;
}

img { border: none; }
a { color: #0000ff; text-decoration: underline;}
a:hover { color: #ff0000; text-decoration: none; }

#wrap {
margin: 10px auto 0 auto;
width: 800px;
}

#header { 
border: 5px solid #2440A1;
height: 150px;
}

.left {
margin-top: 10px;
width: 550px;
float: left;
text-align: justify;
border: 5px solid #CDD6F3;
padding: 10px;
}

.right {
margin-top: 10px;
width: 180px;
float: right;
border: 5px solid #CDD6F3;
font-size: 12px;
padding: 10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 8px;
color: #59799F;
}

.right a { text-decoration: none }

#footer {
margin-top: 10px;
text-align: center;
color: #444;
font-size: 11px;
border: 5px solid #CDD6F3;
padding: 10px;
}

p{margin-bottom:20px;}

.box2 {border:2px dashed #0056AE; background-color:#ffffff; text-align:center; padding:6px; margin-left:5px; margin-right:5px; }

.cta2 {color: #ff0000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weigt:bold
}
