@charset "utf-8";
/* CSS Document */


html, body, margin, padding, div, td, tr, table, hr, p, span {
margin: 0;
padding: 0;
}

body {
background: url(images/bg-tile.jpg) top repeat-x #5d7d8c;
padding: 25px 0 25px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

img {
border: none;
}
#wrapper {
width: 850px;
hieght: 1105px;
margin: 0 auto;
background:#ffffff;
border: 15px solid #005098 ;
}

#mid {
color:#FFFFFF;
text-align:center;
}

#mid a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
font-weight:bolder;
}

#mid a:hover{

text-decoration:underline;

}


#header {
width: 100%;
height:325px;
}

#content {
width: 100%;
height:781px;
background: url(images/body-image.jpg) top right no-repeat;
}

#leftCol {
width: 500px;
float:left;
padding: 100px 20px 20px 20px;

}

#rightCol {
text-align: center;
padding: 250px 0 0 0;
}

h1 {
font-size:24px;
color:#567482;
font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
font-size:18px;
color:#0072bc;
font-weight:bolder;
}

.lighter {
font-weight:normal;
}

.lighter .smaller {
font-size:14px;
}


.division {
font-size:10px;
font-weight:bolder;

}


