html, body{height:100%;} 
html,body {margin:0;padding:0}
body {
	text-align:center;
	background-color: #7f7f7f;
	background-image: url(../images/patBG01.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Trebuchet, Helvetica, Arial, sans-serif
}
ul {
	list-style-type:none;
}
#content{ /* content holder for the site */
	background-color:#FFFFFF;
	min-height:100%;
	height:auto;
	width:750px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position:relative;
	text-align:left;
	z-index:10;	
}
a:link {
	text-decoration:none;
	color:#000066;
}
a:active {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a:visited {
	text-decoration:none;
	color:#000066;
}
/**********Left side with Nav**********/
#left {
	float: left;
	margin: 0px;
	padding:0;
	border: 0px;
	background: #fff;
	background-image:url(../images/bgNav01.jpg);
	border-right:1px solid #999;
	background-repeat:repeat-x;
	width:130px;
	height:auto;
	min-height:100%;
}
#left p {
	font-size:.9em;
	line-height:1.7em;
	padding: 20px 5px 10px 5px;
	text-align:left;
	color:#666;
	text-transform:none;
}
#nav {
	padding-top:69px;
	font-size:.7em;
	height:auto;
	min-height:100%;
	width:120px;
	text-transform:lowercase;
}
#nav ul {
	width:120px;
	margin:0;
	padding:0;
	width:119px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#nav li {
	margin:0 0 1px 0;
	width:120px;
	color:#333333;
}
#nav ul ul li {
	width:110px;
}
#nav ul ul a {
	display:block;
	width:110px;
	padding-left:15px;
}
#nav ul ul a:hover {
	display:block;
	width:110px;
	padding-left:15px;
}
#nav a {
	display:block;
	padding:5px;
	width:120px;
	color:#fff;
	background-color:#b9bbc3;
	text-decoration:none;
}
#nav a:hover {
	background-color:#798196;
	color:#fff;
	width:120px;
}
.active { /* changes background color for active page */
	background-color:#798196;
	color:#FFFFFF;
	width:120px;
	padding:5px;
}

/**********Right side with editorial**********/
#right {
	float:right;
	width:613px;
	height:auto;
	background-color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}
#right h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; font-weight:300; color:#003300; text-align:left; width:350px; margin-bottom:15px; margin-left: 55px; }
#right h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:100;
	color:#003300;
	text-align:left;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#right h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:400;
	color:#003300;
	text-align:left;
	width:371px;
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:15px;*/
}
#right p { font-size:0.7em; line-height:1.7em; text-align:justify; width:500px; margin-left:auto; margin-right:auto; margin-top:25px; color:#333; }
.headerImg {
	padding-top:29px;
}
#right .question {
	font-size:.7em;
	line-height:1.7em;
	text-align:justify;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	color:#666666;
}
.icon {
	padding: 0;
	margin:-3px 0;
}
form {
	padding: 0 0 40px 0;
}
.plist1 {
	font-size:.7em;
	text-align:left;
	line-height:1.2em;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
}
.plist2 {
	font-size:.7em;
	text-align:left;
	line-height:1.7em;
	width:325px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	color:#666666;
}
/**********Footer**********/
#footer {
	width:100%;
	position:relative;
	bottom:0;
	left:0;
	height:80px;
	background-color: #FFF;
	color: #000000;
	text-align:center;
	text-transform:lowercase;
	clear:both;
}
#footer p {
	font-size:.6em;
	width:auto;
	line-height:100%;
	text-align:center;
	margin-top:0;
}
#footer a {
	text-decoration:none;
	color:#003300;
}
#footer a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.green {
	color:#93b079;
	background-color:#FFFFFF;
}
