* {

    margin:0px;
	  padding:0px;
   
} 

body {
background: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000;
}

img { border: none; }
a { color: #1723B5 ; text-decoration: none; }
a:hover { text-decoration: underline; color : #CC0033; }

#wrap {
background: #fff;
margin: 0px auto;

}
.header {
padding-top: 20px;
height: 80px;
background: #013D79;
text-transform: uppercase;
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 0px 0px 4px 10px;
/*letter-spacing: -3px;*/
}
.header h1 a {
color: #fff;
text-decoration: none; 
}
.header h1 a:hover { 
color: #CC0033;
text-decoration: none; 
}
.header h2 {
font-size: 12px;
font-weight: 100;
color: #fff;
/*padding-top: 5px;*/
padding-left: 12px;
}

.navigation { 
padding-top: 20px;
float: left;
list-style: none; 
width: 190px;
height: 100%;
z-index:1;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #1723B5;
text-decoration: none;
border-bottom: 1px solid #222;
}

.navigation a:hover {
/*color: #fff;*/
color: #CC0033;
/*background-color: #333;*/
}

.content {
padding: 10px 10px 10px 10px;
margin-top: 20px;
margin-left: 220px;
/*float: right;*/
/*width: 900px;*/
z-index:2;
}
.contentimage {
padding: 00px 20px 0px 40px;
float: left;
z-index:3;
}

.contentimage2 {
padding: 05px 05px 05px 05px;
float: left;
z-index:3;
}

.content h2 {
color: #CC0033;
font-size: 28px;
letter-spacing: -2px;
font-weight: 100;
/*margin-left: 10px;*/
padding: 0px 0 5px 0;

}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.content h3 {
color: #CC0033;
font-size: 14px;
letter-spacing: -2px;
font-weight: 100;
/*margin-left: 10px;*/
padding: 5px 0 5px 0;

}
.content h3 a { }
.content h3 a:hover { text-decoration: none; }


.footer {
padding: 10px;
color: #fff;
text-align: right;
background: #013D79;
}

.footer a {
color: #fff;
}
