p, .title1, .title2, .title3, .title4, .text1, .text2, .text3, .text4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
p	{font-size:10pt ;} 

.title1 {font-size:20pt; font-weight: bold;} 
.title2 {font-size:16pt; font-weight: bold;} 
.title3 {font-size:14pt; font-weight: bold;} 
.title4 {font-size:12pt; font-weight: bold;} 

.text1 {font-size:10pt;} 
.text2 {font-size:10pt; font-weight: bold;}    
.text3 {font-size:8pt;}
.text4 {font-size:8pt; font-weight: bold;}
.code1 {font-size:10pt; font-family:courier; color:#000000;} 

.white {color:#ffffff;} 
.white1 {font-size:10pt ;font-family:Verdana; color:#ffffff;} 
.white2 {font-size:10pt ;font-family:Verdana; color:#ffffff; font-weight: bold;}    
.white3 {font-size:8pt ;font-family:Verdana; color:#ffffff;}
.white4 {font-size:8pt ;font-family:Verdana; color:#ffffff; font-weight: bold;}

#webpage_container { 
	margin:  0;  
	padding:  0px 0px 0px 0px;  
	width: 930px;
	text-align: center;
	}
	
#webbanner_container { 
	background: transparent;  
	padding:  0px 0px 0px 0px;  
	width: 100%;
	max-height: 100px;
	z-index: 1;
	}
	
#content_container { 
	margin: 0;
	padding:  0px 0px 0px 0px;  
	background-color: transparent;
	min-height: 350px;
	max-height: auto;
	width: 100%;
	}

#left_container, #right_container {
	margin-top: 5px;
	padding: 5px 5px 5px 5px; 
	background-color: #edd;
	width: 150px;
	min-height: 350px;
	text-align: left;
	z-index: -1;
	}

#left_container {
	float: left;
	}

#right_container {
	float: right;
	}

#main_container {
	background-color: tranparent;
	padding:  5px 5px 5px 5px;  
	float: left;
	min-height: 350px;
	text-align: left;
	}

body.no_sidebars #main_container {
	width: 930px;
	}
body.left_sidebar #main_container, body.right_sidebar #main_container {
	width: 780px;
	}
body.sidebars #main_container {
	width: 600px;
	}
	
#main_container h1 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
		
#bottomnav_container, #footer_container { 
	padding:  0px 0px 0px 0px;  
	clear: both;
	width: 100%;
	text-align: center;
	}


