@charset "UTF-8";
/* CSS Document */

BODY {
background: url(images/bg.jpg) top left no-repeat #FFFFFF;
font-family: arial, sans-serif;
}

p {
color: #333333;
font-size: 12px;
font-family: arial, sans-serif;
text-align:right;
}

h1 {
font-weight: bold;
font-size: 18px;
text-transform:uppercase;
color: #999999;
text-align:right;
}

h2 {
font-size: 14px;
color:#283c38;
text-align:right;
}

h3 {
font-size:12px;
font-weight: bold;
color: #333333;
text-decoration: underline;
text-align:right;
}

#header {
height: 180px;
width: 660px;
margin-left:120px;
}

#title {
color: #283c38;
text-align: right;
margin-left: 470px;
border-right: #283c38 solid 1px;
}

#menu {
height: 19px;
width: 660px;
margin-left: 120px;
}

#menu ul {
list-style: none;
text-align: right;
position: relative;
}

#menu li {
display: inline;
padding: 5px;
}

#menu li a {
color: #666666;
text-transform: uppercase;
text-decoration: none;
font-size: 11px;
}

#menu li a:hover {
text-decoration: overline;
}

.current {
font-weight:bold;
}

#content {
min-height: 570px;
width: 630px;
margin-left: 120px;
background: url(images/contentbg.gif) top left no-repeat #FFFFFF;
border: #283c38 solid 1px;
padding: 15px;
}

#content a {
color: #333333;
font-size: 12px;
text-decoration:underline;
}

#content a:hover {
color:#283c38;
font-size: 12px;
text-decoration:none;
}

#content a:visited {
color:#666666;
font-size: 12px;
text-decoration:underline;
}

#footer {
height: 10px;
width: 660px;
margin-left: 120px;
padding-bottom: 30px;
padding-top: 10px;
text-align: center;
background: url(images/footerbg.gif) top no-repeat;
}

#footer p {
color:#666666;
font-size:10px;
text-align:center;
}

#footer a:link, a:visited {
color:#666666;
font-size:10px;
}

#footer a:hover {
text-decoration:overline;
}


.blockquote {
font-style:italic;
border-right: #283c38 solid 1px;
border-left: #283c38 solid 1px;
margin-left: 50px;
margin-right: 50px;
padding-left:10px;
padding-right:10px;
text-align:center;
}