

* { padding: 0; margin: 0; }
h5 {
 color: #CC1442;
 font-weight: bold;
 padding: 5px;
 font-size: 13px;
}

h4 {
 font-size: 13px;
 font-weight: bold;
 padding: 10px;
}

a.nav:link { 
font-weight: bold;
color: black; 
text-decoration: none;
}

a.nav:active {
font-weight: bold; 
color: #CC1442; 
text-decoration: none; 
}

a.nav:visited {
font-weight: bold; 
color: black; 
text-decoration: none ;
}

a.nav:hover { 
font-weight: bold;
color: #CC1442; 
text-decoration: none; 
}

a.foot:link { 
font-weight: bold;
color: white; 
text-decoration: none;
}
a.foot:active {
font-weight: bold; 
color: #CC1442; 
text-decoration: none; 
}

a.foot:visited {
font-weight: bold; 
color: white; 
text-decoration: none ;
}

a.foot:hover { 
font-weight: bold;
color: #CC1442; 
text-decoration: none; 
}

span {
 font-weight: bold; 
 color: #CC1442; 
 text-decoration: none; 
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #58595B;
 background-color:#E5E6E7;
}


#container { 
 margin: 0 auto;
 width: 577px;
}

#column_container {
 background: url(images/bg1.jpg);
 /*margin-bottom: 10px;*/
 overflow: auto;
 width: 100%
}

#header {
 width: 577px;
 
 height: 122px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/logo1.jpg);
}

#header_resi {
 width: 577px;
 
 height: 122px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/logo.jpg);
}


#navigation {
 height: 40px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/nav1_blank.jpg);
}

#navtext {
 font-size: 12px;
 text-align: left;
 height: 20px;
 padding: 10px;
 margin: 0px 20px 0px 30px;
}

#content { 
 float: left;
 margin: 0px 0px 0px 40px;
 padding: 0px;
 width: 420px;
 display: inline;
 position: relative;
}

#rightcolumn { 
 display: inline;
 position: relative;
 margin: -200px 10px 0px 0px;
 padding: 0px;
 width: 122px;
 float: right;
}

#filler {
 height: 9px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/filler.jpg);
}

#footer { 
 width: 557px;
 background: #414143;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 color: #FFF
}
