/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#005573;
color:#FF0;
text-align:center;
}

#wrapper {
margin: 0 auto;
width: 900px;
}
#l_column {
width: 350px;
}
#r_column {
float:right;
width: 450px;
}
#content {
margin-top: 3px;
padding-left: 40px;
width: 816px;
text-align:justify;
}
h1 {
font-family:Papyrus, Zapfino, serif;
font-size:24px;
color:#F7931D;
}
h2 {
font-family:Papyrus, Zapfino, serif;
font-size:20px;
color:#F7931D;
}
h4 {
font-family:Papyrus, Zapfino, serif;
font-size:19px;
color:#F7931D;
margin-bottom: -19px;
}
li {
display:inline;
text-decoration: none;
padding: 5px;
border: 2px solid #FF0;
}
ul {
margin-left: -44px;
}

a:link, a:visited{
color:#F7931D;
}

a:hover {
background-color: #F7931D;
color:#000;
}
.smaller {font-size: small}
.rightimg {
float:right;
border: 0;
margin: 10px 0 10px 40px;
}
.style1 {
	color: #F7931D;
	font-weight: bold;
