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


body {

text-align: center; 
background: #FFFFFF); 
width: auto;
font-family: Candara, Arial, Tahoma, Verdana, sans Serif;

}


/*Divisions*/

#pagewidth {  

width: 760px; 
background:#fff; 
margin-left:auto; 
margin-right:auto;

}

#container {

background:#000; 
width: 760 px; 
float: left;

}

#header {

background:#fff; 
width: 760px;  
}

#banner {

width: 760px; 
float:left; 
}



#content {

width: 540px; 
float: left; 
background-color:#fff;
padding: 110px; 

}

#rightcol {

width: 200px; 
float: right; 
background-color:#fff;
text-align: center;

}


#footer {

width: 760px; 
float:left;
clear:both; 
}



/*LINKS*/
a:link {color:#660000; text-decoration: none;}

a:visited {text-decoration: none; color: #CCCCCC;}

a:hover {text-decoration: none; color: #666666;}

a:active {text-decoration: none; color: #999;}

/*CONTENT*/



/*Styles*/
img {border:none;}

img.leftwrap {float: left; clear: left; margin: 0 1.5em 0 1em;}

img.rightwrap {float: right; clear: left; margin: 0 1em 0 1.5em;}

p {font-size:12px; font-family:Courrier, Times, Verdana Helvetica, sans-serif; color:#333333; text-align:justify; }
p.left {font-size:12px; font-family:Courrier, Times, Verdana Helvetica, sans-serif; color:#333333; text-align:left; }

h1 {font-family: Candara, Myriad Pro, Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#000; ; text-align:left; }

p.bodytextjustify {font-size:22px; font-family:Candara, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:justify; }
