body, form,h1, h2, h3, h4, p, ul, li, fieldset, img{
	margin: 0px;
	padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
	color:#333333;
}

h1{
font-size: 24px;
font-style: italic;
margin-bottom: 8px;
color: #333366;
}

h2{
font-size: 16px;
color:#333366;
margin-bottom: 8px;	
font-style: italic;
}

p{
font-size: 16px;
}

body{
background-image: url(images/element/wallpaper2.jpg);
}

#wrapper{
width: 731px;
padding: 0 23px 0 19px; 
background-image: url(images/element/bodyBG.png);
margin: auto;
}

#footer{
width: 773px;
height: 45px;
background-image: url(images/element/bottom.png);
margin: auto;
text-align: center;
background-repeat: no-repeat;
color:#FFFFFF;
font-size: 9px;
}


#top{
background-image:url(images/element/topBanner.jpg);
width: 731px;
height: 81px;
background-repeat: no-repeat;
text-align:right;
}

.gray{
background-color:#F7F7F7;
padding: 16px;
}





#content{
width: 651px;
padding: 30px 40px 20px 40px;
}


.floatRight{
float: right;
}

.floatLeft{ float: left; }

.clear {clear: both; }

p.white{
color:#FFFFFF;
}

p.small{
font-size:11px;
}



/*////////////////////MENU ////////////////////*/


#menuWrap{
width: 731px;
background-color: #9194b7;
height: 36px;
}


#menu{
float: left;
margin: 0;

}

#menu ul{
}

#menu li{
list-style: none;
float: left;
border-left: 2px;
border-right: 2px;
border-style: solid;
border-color: #9194b7;
font-size: 14px;
}


#menu a{
color:#000000;
text-decoration:none;
font-weight: bold;
padding: 8px;
background-color:#bfbfe1;
display: block;

}

#menu a:hover{
font-weight: bold;
background-color:#f1d218;
background-image: url(images/element/hover.jpg);
background-position: top center;
background-repeat: no-repeat;
}





















