@charset "utf-8";
body  {
	font:  100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #999999;
	background-position: center;
}
#container {
	width: 760px;
	background: #FEFEB1;
	margin: 0 auto;
	border: 1px solid #FF0000;
	text-align: left;
} 
#header {
	padding: 0;
	background-image: url(../images/sunshine_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#navcontainer	{
	background: #FEFEB1;
	padding: 0 0 25px 20px;
} 
#leftsidebar {
	float: left;
	width: 150px;
	background: #FEFEB1;
	padding: 20px 10px 15px 20px; 
}
#maincontent {
	margin: 20px 30px 20px 180px; 
	padding: 0; 
}
#maincontent p	{
	font-size: 12px;
	color: #000000;
	}
#maincontent a, a:visited	{
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#maincontent a:hover	{
	color:  #3433CC;
	text-decoration: none;
}
.mainimage	{
	border: thin solid #FFFF00;
	}
.imageleft	{
	border: thin solid #FFFF00;
	float: left;
	margin: 0 5px 2px 0;
	}
.imageright	{
	border: thin solid #FFFF00;
	float: right;
	margin: 0 0 3px 5px;
	}	
.mainlist li	{
	padding: 5px 0;
	list-style-position: inside;
	font-size: 12px;
	list-style-type: disc;
	}
.programlist li	{
	padding: 2px 0;
	list-style-position: inside;
	font-size: 12px;
	list-style-type: disc;
	}		
table.keyaccounts	{
	width: 525px;
	text-align: center;
	}
table.keyaccounts td	{
	padding: 10px 0;
	}	
table.singleret	{
	margin: 20px 0 0 180px;
	text-align: center;
	}
table.singledist	{
	margin: 20px 0 0 150px;
	text-align: center;
	}		
.profileodd	{
	color: #000000;
	width: 500px;
	text-align: left;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #FED95A;
}
.profileeven	{
	color: #000000;
	width: 500px;
	text-align: left;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	background-color: #FEE48B;
}
.caption	{
	font-size: 10px;
	font-style: italic;
}		 
#footer	{
	padding: 5px;
	background-color: #3433CC;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFF00;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 2em;
}
#footer a, a:visited	{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover	{
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding: 10px 0; 
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1	{
	font-size: 16px;
	font-weight: bold;
	color: #4848D0;
}
h2	{
	font-size: 14px;
	font-weight: bold;
	color: #4848D0;
}
h3	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h4	{
	font-size: 14px;
	font-weight: bold;
	color: #4848D0;
	text-decoration: underline;
}

