* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
padding-top: 40px;
width: 580px;
margin: 0 auto;
padding: 0;	
color: #000;
background: #4067AC;
}


a {
color: #003399;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #DD3080;
}

#header {
width: 580px;
height: 210px;
background: #B8B7B3 url("images/header_logo2.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #DAD9D6 url("images/tan.jpg") repeat-y;
background-position: 0 0;
border: solid 4px #DD3080;
margin: 4px;
text-align: left;

}

h1 {
width: 140px;
height: 30px;
background: url("images/gradient4sm.jpg");
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #000;
cursor: default;
}


h2 {
width: 419px;
height: 30px;
background: url("images/gradient4.jpg");
float: left;
font: bold 18px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
font: normal 12px/24px verdana, arial, tahoma, sans-serif;
text-decoration: underline;
}


#nav {
list-style: none;
z-index: 2;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 12px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 29px;
background: url("images/gradient4sm.jpg");
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background: url("images/tan.jpg") repeat;
}


#sidebar {
text-align:center;
width: 134px;
background: #DAD9D6 url("images/tan.jpg") repeat;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #DD3080;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
font-size: 8pt;
clear: both;
width: 400px;
margin-left: 163px;
}


