body {
	background-color: #264C00;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

img {
	border: 0;
}
div.contentContainer {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border: solid 1px #3A2B7D;
	width: 699px;
}

div.breadcrumb 
{
	float: right;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

div.breadcrumb a 
{
	color: #FF8601;
	text-decoration: none;
}

div.breadcrumb a:hover
{
	text-decoration: underline;
}

div.pagetitle 
{
   color: #3A2B7D;
   font-family: Verdana;
   font-size: 14pt;
   font-weight: normal;
   padding-bottom: 20px;
}

div.footer {
	padding: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 8.5pt;
	color: #000000;
	text-align: center;
	width: 699px;
}

div.footer a {
	color: #5E3C5C;
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}

