/* Necessary code used to zero out any default values given from Browsers */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {

margin: 0;

padding: 0;

border: 0;

}

body {

background-color:#FFFFFF ;

font-family:Arial, Helvetica, sans-serif;

font-size: 68%;

color:#000000 ;  

text-align: center; 

}

#wrapper {   

width:770px;    

background-color:#FFFFFF;     

text-align:left;  

margin: 20px auto;   

}	

.clearit{

clear: both;

padding:10px;

}	

.button_on_page{

color:#000000;

}



		

											/*  HEADER SECTIONS  */

#header{

height:100px;

width:770px;

}

#header_logo{

height:60px;

width:770px;

}

.header_logo_side{

width:53px;

float:left;

padding-top:8px;

}

#header_logo_mid{

width:664px;

height:36px;

float:left;

text-align:center;

}

.header_logo_img{

padding-top:7px;

}

#header_menu{

height:30px;

width:770px;

}

.header_menu_side{

width:8px;

height:30px;

float:left;

}

.header_menu_side2{

width:8px;

height:30px;

float:left;

}

#header_menu_mid{

width:754px;

height:30px;

float:left;

background-image:url(../images/header_mid.jpg);

background-repeat:repeat-x;

}

#header_menu_mid ul {

text-align:center;

padding-top:7px;

color:#990000;

}

#header_menu_mid ul li {

list-style:none;

display: inline;

padding:30px;

}	

#header_menu_mid a{

text-decoration:none;

color:#990000;

}				

#header_menu_mid a:hover{

text-decoration:none;

color:#000000;

}		

.onPage{

color:#000000;

padding-right:40px;

}											/*  BODY SECTION: the rest will be on the other css scripts  */



#body{

width:770px;

}





											/*  FOOTER SECTIONS  */

#footer{

width:770px;

height:36px;

}

.footer_side{

width:34px;

height:36px;

float:left;

}

#footer_mid{

width:702px;

height:36px;

background-image:url(../images/footer_mid.jpg);

background-repeat:repeat-x;

float:left;

}

#footer_mid ul{

text-align:center;

padding-top:12px;

color:#990000;

}

#footer_mid ul li{

list-style:none;

display: inline;

padding:6px;

font-size:90%;

}	

#footer_mid ul li.mid{

color:#676767;

}

#footer_mid a{

text-decoration:none;

color:#990000;

}				

#footer_mid a:hover{

text-decoration:none;

color:#000000;

}	