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


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/bg-slice.jpg);
	background-repeat:repeat-x;
	background-color:#E2F4FD;
	padding: 0px;
	margin-top:20px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:826px;
}

div.header {
	background-image:url(../images/header-bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	height:82px;
	width:770px;
	padding:27px 28px 0px 28px;
	margin:0px;
	}

div.telbar {
	background-image:url(../images/telbar-bg.jpg);
	background-repeat:no-repeat;
	width:826px;
	height:68px;
	}
	
div.main {
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:593px;
	padding:68px 28px 28px 28px;
	margin:0px;
	}

div.main2 {
	background-image:url(../images/main-bg-long.jpg);
	background-repeat:no-repeat;
	width:770px;
	padding:68px 28px 28px 28px;
	}
	
div.navbar {
	width:120px;
	height:200px;
	}

div.pagecontent {
	width:630px;
	height:586px;
	padding-left:20px;
	text-align:left;
	overflow:none;	
	}

div.pagecontent2 {
	width:630px;
	padding-left:20px;
	text-align:left;	
	}
	
div.textbox1 {
	text-align:left;
	background-color:#AAC2F4;
	height:310px;
	width:195px;
	padding:10px 10px 10px 15px;
	}

div.textbox2 {
	text-align:left;
	height:184px;
	width:630px;
	overflow-y:scroll;
	}

div.brownstrip {
	background-image:url(../images/brown-strip.jpg);
	background-repeat:repeat-x;
	height:12px;
	width:630px;
	}
	
div.brownstrip2 {
	background-image:url(../images/brown-strip.jpg);
	background-repeat:repeat-x;
	height:6px;
	width:630px;
	}

div.borderbottom {
	width:826px;
	height:16px;
	background-color:#394F91;
	}

div.footer{
	padding-top:2px;
	width:826px;
	}

img.img1 {
	border:#6D3B3B 2px solid;
	}