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

body {
	background-image: url(../images/0710_concept_repeat.gif);
	background-repeat: repeat-x;
}
#divContainer {
	margin: 0px auto;
	width: 910px;
	background-image: url(../images/0710_Template_backgroundcontainerrepeat.gif);
	background-repeat: repeat;
}
#divHeader #divHeaderLogo {
	float: left;
	height: 299px;
	width: 313px;
}

#divHeader #divHeadernavigation {
	background-image: url(../images/0710Template_navigationbackground.jpg);
	float: left;
	height: 299px;
	width: 597px;
}
#divHeader #divHeadernavigation #divHeadernavigationSpry {
	padding-top: 30px;
}


#divBody #divBodyLeftImage {
	float: left;
	height: 446px;
	width: 313px;
}

#divBody #divBodyRightContent {
	float: left;
	width: 597px;
	background-image: url(../images/0710Template_Bodybackground.jpg);
	background-repeat: no-repeat;
	}

#divBody #divBodyRightContent #divBodyRightContentText {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 20px;
	line-height: 140%;
}
#divContainer #divFooter {
	clear: both;
	height: 34px;
	width: 910px;
	background-image: url(../images/0710Template_footerbackground.jpg);
	background-repeat: no-repeat;
	
}

#divFooter #divFooterContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;	
	text-align: center;
	padding-top: 10px;
}
h1, h2, h3, h4 {
color: #dbce88;	
}

li {
	list-style-position: inside;
	list-style-type: circle;
}

fieldset
{
border: 1px solid #00458d;

}

legend
{
color: #00458d;
border: 1px solid #00458d;
padding: 2px 6px
} 

.header {
	font-size: 14px;
	color: #444444;
}
