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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/bg2.gif);
	text-align: center;
	font-family: Times Romanm Times;
	font-size: 12px;
}

#divWrapper {
	position:relative;
	width: 750px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../images/bgwrapper.gif);
}

#clear {
	clear:both;
}

/*----- postion container elements -----*/

#divHeader {
	 position: relative;
}

#divLeftSideImage {
	float: left;
	width: 490px;
}

#divLogo {
	float: left;
	width: 260px;
}

#divBodyText {
	float: left;
	width: 490px;
	
}

#divNavigation {
	float: left;
	width: 260px;
}
#divFooter {
	background-image: url(../images/template_footer.jpg);
	clear: both;
	height: 51px;
	width: 750px;
}
#divText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #989ea2;
	margin-left: 40px;
	margin-right: 50px;
}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #b1b6ba;
	line-height: 140%;
}
#divFooterText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	color: #00538d;
	margin-right: 300px;
	margin-left: 30px;
	margin-top: 5px;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #aecfdd;
	text-decoration: none;
}
a:hover  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #aecfdd;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #aecfdd;
	text-decoration: none;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #aecfdd;
}
