body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	text-align: left;
	background-color: #EDEDED;
	color: #000;
}

html {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#all {
   width: 660px;
	margin: auto;
}

#content {
   float: left;
   width: 660px;   
} 

#sidebar {
   float: right;
   width: 140px;
   margin-right: -160px;
   margin-left: 20px;
   line-height: 16px; 
   font-size: 10px;
} 

#sidebar a {
   color: #808080;
} 

#logo {
   height: 140px;
   background-color: #2569BC;
   background-image: url(../img/logo.gif);   
	background-repeat: no-repeat;
	background-position: right top;   
}

#menu {
   height: 16px;
   background-image: url(../img/menu.gif);   
	background-repeat: repeat-x;
	background-position: top; 
   padding: 12px 25px 12px 25px;	
}

#menu a {
   color: #FFF;
   font-size: 12px;
   text-decoration: none;
   font-weight: bold; 
}

#undermenu {
   height: 80px;
   background-color: #FFF;
   background-image: url(../img/talk.gif);   
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;    
   padding: 25px;	      	
}

#undermenu a {
   color: #000;
   font-weight: bold;
   line-height: 18px;
}

#text {
   clear:both;
   background-color: #FFF;
   padding: 0px 25px 25px 25px;
	border-left: 2px solid #E0E0E0;
	border-right: 2px solid #E0E0E0;  
	border-bottom: 2px solid #E0E0E0;  
   line-height: 25px;
   text-align: justify;
}

#text a {
   color: #000;
   font-weight: bold;     
}

#footer {
	margin: auto;
   width: 660px;
   font-size: 10px;
   padding: 10px 0px 10px 0px; 
   color: #C0C0C0;  
   text-align: right;
}

#footer a {
   color: #C0C0C0;
   font-weight: bold;
}

p {
   padding: 0px;
   margin: 10px 0px 10px 0px;
}

h1 {
   color: #2569BC;
   font-size: 15px;
   padding: 25px 0px 0px 0px;
   margin: 0px 0px 20px 0px;
}

h2 {
   color: #000;
   font-size: 12px;
   padding: 0px;
   margin: 20px 0px 10px 0px;
}

h3 {
   color: #000;
   font-size: 12px;
   font-weight: bold;
   margin: 20px 0px 10px 0px;
}

h4 {
   color: #598705;
   font-size: 15px;
   margin: 0px;
   margin: 25px 0px 25px 0px;
}

h5 {
   color: #000;
   font-size: 13px;
   margin: 0px;
}
