* {
margin:0;
padding:0;
list-style: none;
}

body{
margin: 0 10px;
background: url(images/body_bg.gif) repeat-x #ececec;
text-align:center;
font-family: arial;
font-size: 12px;
color: #444;
}
p{
margin-bottom: 20px;
line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6{
font-family: serif;
color: #555;
}
h1{
font-size: 3.5em;
font-weight: normal;
}
h2{
font-size: 2.8em;
font-weight: normal;
margin-bottom: 10px;
margin-top: 10px;
}
h3{
font-size: 1.8em;
font-weight: normal;
margin-bottom: 44px;
}
h4{}
h5{}
h6{}

#pageContainer{
width: 750px;
margin: 0 auto 0 auto;
}
#page{
width: 750px;
float: left;
background: url(images/page_bg.gif) #fff repeat-x;
text-align:left;
border: 1px solid #999;
border-top: none;
}
#header{
background: url(images/header_bg.jpg) #244782;
border: 1px solid #999;
border-left: none;
border-right: none;
height: 98px;
margin-top: 10px
}
#header h1, #header h2{
display: none;
}
#header img{
margin-left: 15px;
margin-top: 10px;
width: 340px;
height: 75px;
border: none;
}
#headerMenu{
margin: 10px 0 0 0;
background: #999;
border: 1px solid #666;
border-left: none;
border-right: none;
padding: 4px 0;
}
#headerMenu a{
color: #fff;
text-decoration: none;
}
#headerMenu a:hover{
text-decoration: underline;
}
#headerMenu li{
display: inline;
padding: 5px 10px;
font-weight: bolder;
font-size: 1.2em;
color: #fff;
}
.menuItem1 .menuItem1,
.menuItem2 .menuItem2,
.menuItem3 .menuItem3,
.menuItem4 .menuItem4,
.menuItem5 .menuItem5,
.menuItem6 .menuItem6,
.menuItem7 .menuItem7,
.menuItem8 .menuItem8,
.menuItem9 .menuItem9,
.menuItem10 .menuItem10,
.menuItem11 .menuItem11,
.menuItem12 .menuItem12,
.menuItem13 .menuItem13,
.menuItem14 .menuItem14,
.menuItem15 .menuItem15,
.menuItem16 .menuItem16,
.menuItem17 .menuItem17,
.menuItem18 .menuItem18,
.menuItem19 .menuItem19,
.menuItem20 .menuItem20
{
background: #7b7b7b;
}
#leftMenu{
background: url(images/leftMenu_bg.jpg) no-repeat;
padding-top: 140px;
width: 188px;
float:left;
}
#leftMenu li{
padding: 0 0 10px 10px;
font-size: 1.1em;
font-weight: bolder;
color: #555;
font-family: verdana;
}
#leftMenu a{
color: #555;
text-decoration: none;
}
#leftMenu a:hover{
text-decoration: underline;
}

#content{
margin-left: 188px;
padding: 10px;
background: none;
}
#content li{
list-style: disc;
margin-left: 20px;
padding: 5px 0 5px 0;
}
#content img{
float:left;
margin: 10px;
}
#footer{
font-size: 0.8em;
text-align: center;
background: #efefef;
border-top: 1px solid #999;
margin-top: 10px;
padding: 5px 5px 10px 5px;
clear:both;
}
