@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
#divContainer {
	margin: 0 auto;
	width: 960px;
	border: thin ridge #7A8669;
}

#divBody #divBodyLeft {
	background-image: url(../images/Body_leftBackground.png);
	float: left;
	width: 637px;
	background-repeat: no-repeat;
}
#divBody {
	background-image: url(../images/container_background.png);
	background-repeat: repeat;
	height: 670px;
}
#divBody #divBodyLeftContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding-left: 50px;
	
	list-style-type: circle;
	line-height: 120%;
}
#divBody #divBodyRight {
	background-image: url(../images/Body_rightBackground.png);
	float: left;
	width: 323px;
	background-repeat: no-repeat;
}
#divBody #divBodyRight #divBodyRightContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 120%;
	padding-top: 170px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 50px
}
h1, h2, h3, h4 {
	line-height: 140%;
}

#divFooter {
	background-image: url(../images/footer.png);
	clear: both;
	height: 43px;
	width: 960px;
}
#divFooter #divFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84A884;
	padding-top: 10px;
	padding-left: 50px;
}
a:link {
	font-size: 12px;
	color: #7DA743;
	text-decoration: underline;
}a:active {
	font-size: 12px;
	color: #7DA743;
	text-decoration: underline;
}a:hover {
	font-size: 12px;
	color: #7DA743;
	text-decoration: none;
}
#divContainer #divBody #divBodyLeft #divBodyLeftContent table tr td #divCallout {
	padding: 5px;
	border: 2px groove #3C87C1;
	list-style-type: square;
}
