@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/bgtop.jpg);
	background-repeat:repeat-x;
	background-color:#DCDEE1;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

div.wrap {
	text-align:center;
	margin:auto;
	width:760px;

}


div.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-align:right;
	width:740px;
	height:50px;
	padding-top:50px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:20px;
	}

div.mainimage {
	background-image:url(../images/homeimage2.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:760px;
	height:220px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}
	
div.main {
	text-align:left;
	}
	
div.introbar {
	background-color:#94A1B4;
	width:440px;
	height:28px;
	padding-top:12px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:0px;
	}
	
div.menubar {
	background-color:#8FBFCB;
	width:280px;
	height:28px;
	padding-top:12px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:0px;
	}		

div.textbox1 {
	text-align:justify;
	padding:10px 20px;
	}
	
div.textbox2 {
	background-image:url(../images/txtboxgrad.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	}
	
div.dottedline {
	border-bottom:#8FBFCB 1px dotted;
	width:280px;;
	padding:10px;
	}
	
div.footerbar {
	background-color:#94A1B4;
	width:720px;
	height:40px;
	padding-top:5px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	border-bottom:#990000 4px solid;
	}