body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #FFF;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
a:link  {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	text-align: left;
	font-size: 14;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
/*sitewrap maintains the width of your site.*/
#sitewrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}
/**/
/*Header Elements*/
/**/
/*You may need to change certain elements if your logo is larger than the current one. Items marked below.*/
#head {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../images/logo.jpg); /*Make sure you have the correct image name.*/
	background-repeat: no-repeat;
	background-position: left;
	height: 80px; /*Review.*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px; /*Review.*/
	background-color: #6CF;
}
/*Controls Company Name Style.*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	font-size: 36px;
	color: #00F;
	text-align: center;
	font-style: italic;
}
/*Company Name is a link to your home page. This keeps it black. Change color as needed.*/
#head a {
	color: #000000;
	text-decoration: none;
}
/*Controls Company Description Style.*/
#head p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #6CF;
	font-weight: bold;
	color: #00F;
}
/**/
/*Main Content Elements*/
/**/
#content {
	display: block;
	width: 530px;
	float: right;
	padding: 10px;
}
#content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #00F;
	text-align: center;
}
#content h3 {
	font-size: 18px;
	color: #00F;
	text-align: left;
}
#content h4 {
	font-size: 18px;
	color: #00F;
	text-align: left;
}
#content li {
	list-style-type: square;
}
#content ol li {
	list-style-type: decimal;
}
#content blockquote {
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-style: italic;
}
/**/
/*Side Navigation Elements*/
/**/
#sidenav {
	float: left;
	width: 180px;
	padding: 10px;
	background-image: url(../images/sidenav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
/*Sidenav Headings*/
#sidenav h4 {
	font-size: 18px;
	color: #00F;
}
#sidenav p {
	margin-top: 0px;
	font-size: 11px;
	text-align: center;
}

/*This also styles the ul tags in the footer (#panela-c)*/
#sidenav ul, #panela ul, #panelb ul, #panelc ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
#sidenav li, #panela li, #panelb li, #panelc li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 170px;
}
#sidenav li a:link {
	text-decoration: none;
	color: #000099;
	line-height: normal;
}
#sidenav li a:visited {
	text-decoration: none;
	color: #660066;
	line-height: normal;
}
#sidenav li a:hover {
	text-decoration: none;
	color: #527B35;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
}
/*Site Menu A*/
.menua {
	font-size: 14px;
}
.menua a:link, .menua a:visited {
	background-image: url(../images/sidenav-li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
}
.menua a:hover {
	background-image: url(../images/sidenav-li-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
}
/**/
/*Footer Elements*/
/**/
#foot {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	background-color: #F5F5F5;
	padding: 9px;
	font-size: 11px;
}
#foot a:link, #foot a:visited {
	text-decoration: none;
	color: #000099;
}
#foot a:hover {
	text-decoration: none;
	color: #527B35;
}
#foot li a:link, #foot li a:visited  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 5px;
}
#foot li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 5px;
	color: #527B35;
}
/*3 Panels in the footer*/
/*First (Left) Panel*/
#panela {
	padding: 10px;
	float: left;
	width: 220px;
	display: block;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*Second (Center) Panel*/
#panelb {
	padding: 10px;
	float: left;
	width: 220px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*Third (Right) Panel*/
#panelc {
	padding: 10px;
	float: left;
	width: 220px;
}
/*Footer Headings*/
#foot h4 {
	font-size: 18px;
}
/*Designer Link*/
#designer {
	clear: both;
	font-size: 10px;
	text-align: right;
}
#designer a:link, #designer avisited, #designer a:hover {
	color: #333333;
	text-decoration: none;
}
