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

body{ /* The page background, font, font size and color. */
background:url(images/background.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fffff;
margin:0px;
padding:0px;
}




p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-left:5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}


.pink {
	font-size: 10pt;
	color:#CC66CC;
	font-weight:bold;
}


#wrapper{
width:100%;
margin:0px auto;
padding:0px;

}
#header{
width:100%;
height:125px;
float:left;
background-color:#FFFFFF;
background-image:url(images/menubarbg.jpg);
background-position:bottom;
background-repeat:repeat-x;
}


#menu_bar{
background-image:url(images/menubarbg.jpg);
background-position:bottom;
background-repeat:repeat-x;

width:100%;
height:34px;
float:left;

}

#menu_text{

width:650px;
height:15px;
float:left;
padding-left:20px;
text-align:center;
padding-top:8px;

}

.menubartext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 13px; 
font-weight : bold; 
color : #ffffff;
text-decoration:none;
}
a.menubartext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 13px; 
font-weight : bold; 
color : #ffffff;
text-decoration:none;
}
a.menubartext:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 13px; 
font-weight : bold; 
color : #ffffff;
text-decoration:none;
}



#center{
width:100%;
height:AUTO;
float:left;

}

.menuleft{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : bold; 
color : #ffffff;
text-decoration:none;
}
a.menuleft{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : bold; 
color : #ffffff;
text-decoration:none;
}
a.menuleft:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : bold; 
color:#FFCCFF;
text-decoration:none;
}





#footer{

background-image:url(images/menubarbg.jpg);
background-position:top;
background-repeat:repeat-x;
clear:both;
width:100%;
height:50px;
text-align:left;


} 

#footer_text{
width:756px;
height:auto;
background-color:#e8e9e9;
text-align:center;
padding-bottom:15px;

} 

