/*************WacBiz style 10.14.05**************/

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	min-width: 770px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:16px;
	margin-top:0;
	margin-left:15px;
	padding:0;
	}

h2 {
	font-family:Verdana,Arial,sans-serif;
	color:#333;
	font-size:12px;
	}

h3 {
	font-size:11px;
	color:#666;
	}
	
/******* content hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	color: #006666;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}

/************* Nav styles ****************/

#navLink{
	position: relative;
	top: 100px; /**places navigation 80px from top of wrapper div**/
	left: 15px; /**places navigation 15px from left of wrapper div**/
	height: 13px;
}

a.nlink, a.nlink:visited{
	color: #FFF;
	font-weight: bold;
	padding: 80px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.nlink:hover{
	color: #CCCCCC;
}

/************* divs and components **************/

#wrapper {
	width: 770px;
	w\idth: 770px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	background-color: #7291ae;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

#banner {
	position: relative;
	height: 130px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#bannersub {
	position: relative;
	height: 130px;
	background-image: url(images/subhead.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#pagetitle1 {
	background-color: #000000;
}

#content {
	width: 440px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: justify;
}

.contentimg {
	float: right;
	margin: 0px 10px 10px 15px;
}

#content p {
	font-size: 100%; /* set the font size for p, scaled from the body declaration */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 16px 0px 16px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

#content2 {
	width: 770px;
	min-height: 600px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: justify;
}

#content2 p {
	font-size: 100%; /* set the font size for p, scaled from the body declaration */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 16px 0px 16px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

.content2img {
	float: right;
	margin: 0px 10px 10px 15px;
	border: 1px solid #000
}

ul{
	list-style-type: disc;
	font-size: 110%; /* set the font size for p, scaled from the body declaration */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #31556F;
	margin: 16px 50px 16px 50px;
}

/******************left column styles********************/

#leftcol {
	float: left;
	width: 330px;
	background-color: #8bb49f;
}

#leftcol p {
	font-size: 12px;
	width: 150px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 0px;
	color:#000;
	font-size:11px;
}

#leftcol a {
	color:#FFF799;
	font-weight:bold;
	font-size:10px;
}

#leftcol a:hover {
	color:#FFFFCC;
}

#leftcol h3 {
	color:#000;
	font-style:italic;
	font-size:12px;
	margin-left: 30px;
}

/************Links page styles***********/

a.llink, a.llink:visited{
	text-decoration: underline;
	color: #006666;
	margin: 0px 0px 0px 10px;
}

a.llink:hover{
	color: #999999;
	text-decoration: underline;
	margin: 0px 0px 0px 10px;
}
