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

body{
	background-color:#ffffff;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#2c2c2c;
}

/*container for the page*/
#container{
	width: 858px;
	height:auto;
	margin:auto;;
}

/*banner box*/
#header{
	width:858px;
	height:122px;
}

div#navbar{
	margin:0;
	padding:0;
	width:858px;
	height:54px;
}

a:link, a:visited, a:focus, a:active{
	outline:none;
	text-decoration:none;
	color:#2c2c2c;
}

a:hover{
	outline:none;
	text-decoration:underline;
	color:#2c2c2c;
}

#content{
	width:823px;
	height:500px;
	float:left;
	background-image:url(images/bodybk.png);	
	padding:30px 0px 0px 35px;
}

.boxleft{
	width:403px;
	height:auto;
	float:left;
	line-height:1.8em;
	letter-spacing:0.1em;
	padding:25px 0px 20px 20px;
}

.boxleft2{
	width:250px;
	height:auto;
	float:left;
	line-height:1.8em;
	letter-spacing:0.1em;
	padding-bottom:25px;
}

.boxright{
	width:342px;
	height:212;
	float:right;
	padding-top:20px;
}

.boxright2{
	width:535px;
	height:0px;
	float:right;
	padding:0px 20px 25px 15px;
}

.boxcenter{
	width:793px;
	height:auto;
	padding-bottom:30px;
}

.paddingleft{
	padding-left:20px;
}

.largetext{
	font-size:2em;
}

.medtext{
	font-size:1.5em;
}

#footer{
	clear:both;
	color:#FFF;
	width:858px;
	height:30px;
	text-align:center;
	line-height:40px;
}

.clear{
	clear:both;
}