/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#5C6670;
	color:#29242D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*------------------------------------*/
/*-----Page layout formatting---------*/

/*.mainbg {
	width: 100%;
	height: 750px;
	background: url("/images/background.jpg");
	background-repeat: repeat-x;
}*/

.norepeat {
	background-repeat:no-repeat;
}

#container {
	width: 750px;
	height: 100%;
	background: #FFFFFF;
	text-align: left;
	border: 0;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#content {
	width: 750px;
	background: #FFFFFF;
	text-align: left;
	text-indent: 30px;
	margin: 0;
	padding: 0;
}

.hpmain {
	/*background: url("/images/home/background.jpg");*/
	background-repeat: repeat-x;
}

.hpspacers {
	width: 7px;
	height: 6px;
}

.hpcontent {
	height: 243px;
	/*background: url("/images/home/contentbackground.jpg");*/
	background-repeat: repeat-x;
}

.intcontent {
	/*background: url("/images/home/contentbackground.jpg");*/
	background-repeat: repeat-y;
}

/*ul {
	list-style-image: url("/images/bullet.gif");
}*/

ul li {
	margin: 5px 20px 0 50px;
	list-style-image:url(../images/bullet.gif)
}


/*------------------------------------*/
/*-----Page text formatting-----------*/
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2E3338;
	margin: 20px 24px 0 40px;
}

/*h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 20px 24px 0 40px;
}*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #29242D;
	padding-left: 45px;
	padding-right: 40px;
	padding-bottom: 0px;
	}
	
/*.emphasized {
	font-weight:bold;
	color: #000000;
}


a:link, a:active, a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #990000;
	text-decoration: none;
}*/

/*------------Custom Classes--------*/

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	line-height:15px;
}

.footer a {
	color:#999999;
	border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999999;
}

.footer a:hover {
	color:#FFFFFF;
	border-bottom:1px double;
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
}
