@charset "UTF-8";
/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 0px 0px}


a{
color:#555555;
text-decoration:none;

}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #fff;
	color: #79B30B
}
div#container{
	text-align:left;
	font-weight: normal;
}

div#navigation{background:#B9CAFF}
div#extra{
	background-color: #FFFFFF;
}
div#footer{
	color: #FFF;
	background-color: #FFFFFF;
}
div#footer p{margin:0;padding:5px 10px}

div#container{
	width:1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.homecell{
	width:1000px;
hieght:600;
}
div#content{
	float:right;
	width:600px;
	height: 600px;
	background-image: url(images/rightbg.jpg);
	padding-right: 0px;
	background-repeat: no-repeat;
}
div#content2{
	float:right;
	width:600px;
	height: 600px;
	background-image: url(images/rightbg2.jpg);
	padding-right: 0px;
	background-repeat: no-repeat;
}
div#headerleft{
	float:left;
	width:400px;
	height: 84px;
}
div#headerright{
	float:right;
	width:600px;
	height: 84px;
}

div#header{float:left}


div#navigation{float:left;width:200px}
div#extra{
	float:left;
	clear:left;
	width:400px;
	height: 600px;
}

div#extra2{
	float:left;
	clear:left;
	width:1000px;
	height: 600px;
}


div#footer{clear:both;width:100%}


.maintitle{
	width:580px;
	padding-top: 20px;
	color: #333333;
	font-weight: bold;
}

.maincontent{
	width:560px;
}

.maintext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	padding-bottom: 0px;
	font-weight: normal;
}

.titleheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.callouttext{
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 1.5;
	padding-left: 50px;
}

