body
{
/*	background-image: url(Images/leafimage_faded.jpg);
*/	margin:20px;
    background-repeat: 1;
    background-color: #C4E69A;
    padding:0;
}

#container
{
	background: #fff;
	width: 800px;
	height: 100%;
/*	padding: 10px 20px 15px 20px;
 	border:1px solid #000000;
*/	margin:	auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
		
#header
{
	background: #fff;
	padding: 10px;
}

#header h1 { margin: 0; }

#header img 
{
	border-style: none;
	width: 100%;
}

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content
{
	background-color: #fff;
	clear: left;
	padding: 20px;
}

#content h1 {
	color: #4d3594;
	font-size: x-large;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content h3
{
	color: #4d3594;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
}

#footer
{
	float: left;
	background: #fff;
	border-top-style: double;
	border-right-style: 1px solid;
	border-bottom-style: 1px solid;
	border-left-style: 1px solid;
/*	text-align: right;
*/	margin-bottom: 25px;
	padding: 10px;
	height: 65px;
	width: 780px;
	clear: left;
}

#footer a:link, #partnerfooter a:visited { 
	color: #000000; 
	width: 90%;
}

#footer a:hover { 
	color: #008851; 
	width: 100%;
}

#footer a:active { 
	color: #000000; 
	width: 100%;
}

#footer img {
	border: none;
	width: 250px;
	height: 55 px;
}

#ftrLeftBlock {
	padding: 5px;
	float: left;
}

#ftrRightBlock {
	padding: 5px;
	float: right;
}

#ftrMenuBlock {
	padding: 5px;
	float: left;
}

#bubble {
	background-image:url(Images/bubble.png);
	color:#4d3594;
	height:156px;
	width:290px;
	font-weight:bold;
	font-size:18px;
	float:right;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	padding-left:10px;
	text-align:center;
}
#bubble a{
	font-size:12px;
	color:#F00;
	line-height:18px;
}
#bubble a:hover { 
	color: #4d3594; 

}

#bubble2 {
	background-image:url(Images/bubble3.png);
	color:#fff;
	height:188px;
	width:265px;
	margin-left:5px;
	font-weight:bold;
	font-size:16px;
	float:right;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	padding:45px 35px 0px 0px;
	text-align:center;
}
#bubble2 a{
	font-size:12px;
	color:#000;
	line-height:18px;
}
#bubble2 a:hover { 
	color: #fff; 

}
#bubble2 h1 {
	text-decoration:underline;
	font-size:18px;
	color: #fff;
	line-height:0px;
	text-align:center;

}

