* {
	margin: 0;
	padding: 0;
}

body {
background: #eeede7;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #222;
}


a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 0px;
border: 1px solid #000;
}

#header {
height: 230px;
background: url(images/hdrbg.gif) no-repeat;
}
#header h1 { 
font-size: 13px;
font-family: eurostile, verdana;
letter-spacing: 2px;
padding-top: 205px;
font-style: italic;
color: #f2f2f2;
text-align: center;
}

#menu {
height: 36px;
line-height: 36px;
background: url(images/menubg.gif) no-repeat;
}
#menu ul {
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 10px 20px 10px 20px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
background: #000 url(images/hoverbg.gif);
padding: 10px 20px 10px 20px;
}

#content {
padding: 0 20px 5px 0;
}

.smalltext {
font-size: 11px;
font-weight: bold;
line-height: 12px;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 20px;
font-weight: 510;
font-style: italic;
font-family: eurostile, verdana, sans-serif;
letter-spacing: 1px;
padding: 15px 0 7px 0;
color: #cc3300;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right h3 {
font-size: 22px;
font-weight: 510;
padding: 15px 0 7px 0;
letter-spacing: 1px;
color: #3a5dbc;
text-align: center;
}

.right h4 {
font-size: 15px;
font-weight: 510;
font-family: arial, helvetica, sans-serif;
line-height: 20px;
padding: 7px 0 7px 0;
color: #333;
text-align: center;
}

.right h5 {
font-size: 18px;
font-weight: 510;
font-family: arial, helvetica, sans-serif;
line-height: 20px;
padding: 20px 0 7px 0;
color: #3a5dbc;
}

.right h6 {
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 20px;
color: #fff;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
border-right: 1px #e3e0de dotted;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #ffcc66;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.left hr {
color: #fff; 
background-color: #fff; 
border: 1px dotted #330066; 
border-style: none none dotted;
width: 100%; 
padding-top: 8px;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }