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

body{
background-color:#F2F2F2;
}

#website{
width:1024px;
height:577px;
background-image:url(images/background-top.jpg);
background-repeat:no-repeat;
background-position:top;
margin-left:-10px;
margin-top:100px;
}

#leftSide{
width:380px;
height:532px;
float:left;
}

#rightSide{
width:644px;
height:532px;
float:left;
}

#header{
width:644px;
height:150px;
}

#headerSpacer{
width:50px;
height:150px;
float:left;
}

#headerContent{
width:594px;
height:150px;
float:left;
}

#mini{
width:50px;
height:50px;
float:inherit;
}

#whiteSpacer{
width:50px;
height:384px;
background-image:url(images/whitespacer.jpg);
background-repeat:no-repeat;
background-position:top;
background-color:#FFFFFF;
float:left;
}

#contentArea{
width:594px;
height:384px;
background-color:#FFFFFF;
float:left;
}

#rightSide h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
color:#92D6E3;
line-height:1;
}

#rightSide h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-style:italic;
font-weight:100;
color:#333333;
line-height:0;
}

#rightSide p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#4D4D4D;
}

#rightSide a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#4D4D4D;
}

#leftImageTop{
width:380px;
height:199px;
}

#menu{
width:380px;
height:30px;
background-color:#92D6E3;
}

#menu li{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
color:#FFFFFF;
list-style:none;
list-style-type:none;
padding-left:40px;
padding-top:8px;
float:left;
}

#menu li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
color:#FFFFFF;
list-style:none;
list-style-type:none;
float:left;
text-decoration:none;
}

#blueSpace{
width:380px;
height:305px;
background-color:#BBE4E9;
}

#bottom{
width:1024px;
height:43px;
background-image:url(images/background-bottom.jpg);
background-repeat:no-repeat;
float:left;
}


#footer{
width:1024px;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
text-align:right;
vertical-align:bottom;
color:#999999;

}
