
@charset "utf-8";
img {
    border: 0 none;
}
body {
    background: url("images/bg.jpg") repeat-x scroll 0 0 #002A54;
    color: white;
    font-family: Century Gothic;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#container {
    background: url("images/bg.jpg") repeat-x scroll 0 0 #002A54;
    margin: auto;
    width: 1010px;
}
#header {
    background: url("images/header.jpg") no-repeat scroll 0 0 white;
    height: 132px;
    margin: auto;
    margin-bottom:-15px;
    width: 900px;
}

#wrapper{
	
	width:900px;
	margin:auto;
}

ul#topmenu {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 25px;
}

#topmenu{
	
	padding-bottom:25px;
}

#topmenu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#banner{
	
box-shadow: 5px 5px 5px #000000;
}

#lineseperator {
    color: white;
    text-align: center;
}
#contentcontainer {
    font-style: normal;
    font-weight: normal;
    margin: 0 auto 30px;
    min-height: 550px;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    width: 900px;
}
#leftbox {
    float: left;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
    width: 510px;
}
#rightbox {
    float: right;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
    width: 360px;
}
#activities_leftbox {
    float: left;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
    width: 500px;
}
#activities_rightbox {
    float: right;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
    width: 370px;
}
#contentcontainer p {
    text-align: justify;
}
#footerbar {
    background: none repeat scroll 0 0 #C0C0C0;
    height: 20px;
    width: 100%;
}
#footercontainer {
    height: 100px;
    margin: auto;
    width: 1000px;
}
#address {
    color: #C0C0C0;
    float: left;
    font-size: 11px;
    margin: 5px 0 0 10px;
    text-align: left;
    width: 450px;
}
#footertext {
    color: #C0C0C0;
    float: right;
    font-size: 11px;
    margin: 5px 10px 0 0;
    text-align: right;
    width: 400px;
}
ul#footermenu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#footermenu li {
    display: inline;
    font-size: 11px;
    padding: 10px;
}
#footermenu li a {
    color: black;
    text-decoration: none;
}
a:link, a:visited {
    color: #84C2FF;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #FFFF00;
    font-weight: bold;
    text-decoration: none;
}
a.readmore:link, a.readmore:visited {
    color: #84C2FF;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
a.readmore:hover {
    color: #FFFF00;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
ul.special {
    margin: 0;
    padding: 0;
}
ul.special li {
    line-height: 18px;
    list-style: disc outside none;
    margin-bottom: 10px;
    margin-left: 30px;
    padding-left: 10px;
}
hr {
    border-bottom: 1px dotted #FFFFFF;
    clear: both;
}
h1 {
    color: #FFFF00;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}
h2 {
    color: #FFFF00;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
h4 {
    color: #FFFF00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -10px;
}
h5 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 10px;
}
h6 {
    color: #FFFF00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 10px;
}
.note {
    color: #FFFFFF;
    font-family: Century Gothic;
    font-size: 11px;
    margin-bottom: 25px;
    text-align: justify;
}
