/* CSS Document */

BODY {
margin:0px;
padding:0px;
background-color:#FFFFFF;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}

img {
border:0px;
}

#container {
width:900px;
margin:27px auto;
}

#page {
width:900px;
padding:0px;
background-color:#FFFFFF;
background-image:url(../images/container-back.gif);
background-repeat:repeat;
float:left;
}

#footer {
width:886px;
padding:7px;
border-top:#8489B0 2px solid;
background-color:#FFFFFF;
text-align:center;
float:left;
}

#footer a {
color:#666666;
}

#footer a:hover {
color:#8489B0;
}

#mainAreaHome {
width:865px;
height:592px;
background-image:url(../images/home-back.jpg);
float:left;
}

#mainArea {
width:865px;
background-image:url(../images/back-about.jpg);
background-repeat:no-repeat;
float:left;
}

#rightStrip {
width:35px;
float:left;
}

#header {
width:865px;
height:165px;
background-image:url(../images/header.png);
position:relative;
float:left;
}

#content {
padding:0px 0px 0px 35px;
margin-top:65px;
width:500px;
font-size:11px;
float:left;
}

#content-main {
padding:0px;
margin-top:95px;
width:865px;
background-image:url(../images/gradient.jpg);
font-size:11px;
float:left;
}

#leftCol {
width:300px;
padding-left:30px;
float:left;
}

#rightCol {
padding:0px 0px 0px 35px;
width:465px;
float:left;
}

#rightColTwo {
padding:0px 0px 0px 35px;
width:465px;
font-size:12px;
float:left;
}

#mainAreaHome p {
width:340px;
text-align:justify;
}

#logo {
z-index:1;
margin-left:121px;
position:abolute;
}

/* TOP MENU */

#top-menu {
width:627px;
padding:0;
margin:0;
left:200px;
padding-left:38px;
position:absolute;
z-index:100;
top:0px;
font-size:11px;
list-style:none;
border-top:#8489B0 solid 2px;
}

#top-menu li {
display:inline;
float:left;
}

#top-menu li a {
background-color:#8489B0;
color:#FFFFFF;
text-decoration:none;
width:100px;
padding:2px 3px;
text-align:right;
margin:0px 8px;
float:left;
}

#top-menu li a:hover {
background-color:#9999CC;
color:#FFFFFF;
}

/*** MODULE STYLES ***/

.module {
width:200px;
margin:0px 35px 25px 35px;
padding:15px;
float:left;
background-color:#8489B0;
color:#FFFFFF;
}

.module h3 {
margin-top:0px;
font-size:16px;
font-weight:bold;
}

.module a {
color:#CCFFFF;
text-decoration:none;
}

.module a:hover {
color:#CCFFFF;
text-decoration:underline;
}
