@charset "utf-8";
/* CSS Document */

body, html {
	PADDING: 0px;
	MARGIN: 0px;
	color:#6f7376;
	FONT-SIZE: 80%;
	FONT-FAMILY: georgia, Helvetica, sans-serif;

}

#pagefooter {
	width:960px;
	margin:0 auto;
	text-align:center;
	clear:both;
	font-size:11px;

}

#header {
	padding:0px;
	margin:0px;
	height:79px;
}

#centered {
	text-align:center;
}

#content {
	padding:0px;
	margin: 0 auto;
	width:960px;
	color:#6f7376;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	line-height: 21px;
	display:block;
	text-align:left;
}

#menu {
	width:720px;
	height:30px;
	padding-left:240px;
 	background: url(../img/menu1.jpg) no-repeat;
	display:block;
}

#whitebg {
	background: url(../img/sidelow1.jpg) #fff repeat-y;
	width:960px;
	float:left;
	margin:0;
}



hr {
    clear: both;
    height: 2px;
    margin: 5px 80px 5px -10px;
    border: 0;
    border-top: 0px solid #ddd;
    background: #fff;
	background:url(../img/hr.gif) no-repeat scroll center;

}




#leftcol {
	clear:both;
	float:left;
	width:322px;
	height:568px;
	margin:0px;
	background: url(../img/side1.jpg) no-repeat;

}

#imagesquare {
	float:left;
	margin-top:51px;
	margin-left:81px;
	padding:0;
	display:block;
	position:absolute;
}

#leftcol ul {
	padding: 20px;
	list-style:circle;
}
	
#rightcol {
	padding-right:80px;
	padding-left:10px;
	padding-top:50px;
	float:left;
	width:548px;
	vertical-align:top;

}

#rightcolhead {
	
	}
	
#rightcoltext {
padding-right:85px;
padding-top:20px;
font-size:90%;
}

#rightcoltext p {
font-size:100%;
}

#rightcol li {
	padding: 5px;
	list-style:circle outside;
	color:#6f7376;
	margin-left:0px;
	padding-left:0px;
}

.main li {
	list-style:none;
	padding:5px;

	list-style:square;
		color:#6f7376;
		font-size:100%;
}

/*typography*/

p {
	font-size: 90%;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
}

h2 {
	font-family: "book antiqua", palatino, "Times New Roman", Times, serif !important; 
	font-style:italic;
	font-size:20px !important;
	line-height:24px !important;
	color:#666666;
	}
	
h3 {
	font-family: arial, "Times New Roman", Times, serif !important; 
	font-size:16px !important;
	color:#666666;
	line-height:22px !important;
	font-style:normal !important;
	}

a:link {
	color:#222;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#222;
	text-decoration:none;
}

#logo {
	height:85px;
	width:95px;
	float:left;
}

.text ul {
	font-size: 100%;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	padding-left:13px;
}

.text ol {
	font-size: 90%;
	line-height: 1.6em;
	margin: 1.2em 03m 1.2em 0em;
}

.text img {
	margin:0;
	padding:0;
	vertical-align:top;
}


.formText {
	font-size:80%;
	vertical-align:baseline;
}

img {display: block;}

.nopad {margin:0px; padding:0px;}

.nobull {list-style:none;}

.disclaimer {font-size:smaller;}

