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

body {
 font-family: Arial;
}

#sitewrapper {
 background-color: #a3a3a3;
}

#nav {
 height: 40px;
 background: url(images/navBG.jpg) repeat-x;
}
#nav ul {
 margin: 0px;
}
#nav ul li {
 display: inline;

 margin-left: 10px;
 margin-right: 20px;
}
#nav ul li a {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

#leftside {
 background-color: #2b6a95;
}
#leftside a {
 color: #fff;
 text-decoration: none;
 font-size: 10pt;
}
#leftside .header {
 height: 34px;
 background: url(images/headerBG.jpg) repeat-x;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
}
#maincontent h1 {
 font-size: 16pt;
 color: #F90;
}