body  {
	background: #e6e6e6;

}
#container { 

	width: 780px;  
	background: url(../images/bluetile.jpg);
	margin: 0 auto; 
	border: 1px solid #fff;

} 
.header {
	height: 185px;
	background-image: url(../images/header_homepage.jpg);

} 

.sidebar1 {

	width: 170px; /* since this element is floated, a width must be given */
	background: #19265a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px;
} 

.sidebar1 p {
	font: normal 10px Verdana;
	color: #fff;
	} 

.sidebar1 h1 {
	font: bold 11px Verdana;
	color: #fff;


}
.sidebar2 {

	width: 170px; 
	background: #8c9496; 
	padding: 5px 10px;
} 

.sidebar2 p {
	font: normal 10px Verdana;
	color: #fff;
} 

.sidebar2 h1 {
	font: bold 11px Verdana;
	color: #fff;
	

}
p {
	font: normal 11px Verdana;
	color: #fff;

}

#mainContent {
	padding: 8px 10px 15px;
}
h1 { 
	font: bold 13px Verdana;
	color: #fff;
	
}	
h2 { 
	font: bold 12px Verdana;
	color: #fff;
	
}
#footer {
	border-top: 1px solid #fff;
} 
#footer p {
	font: normal 9px Verdana;
	text-align: center;
}
#menu {
	width: 391px;
	height: 28px;
}
a {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #fedb5e;
  text-decoration: underline;
}

UL {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
	list-style-type: disc;
}
UL LI {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
	list-style-type: disc;
}

UL UL LI {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
	list-style-type: circle;
}

UL UL UL LI {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
}
ol li {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
}

ol ol {
    list-style-type: lower-alpha;
}

ol ol li {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
}

ol ol ol li {
	font: normal 11px Verdana;
	color: #fff;
	list-style-position: outside;
}

