/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
.divider
{
	border-left:solid 10px #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
	color: #000000;
	background: #003a1c url(../images/gradient_bckgrnd.jpg) repeat-y center;
	background-color: #01391C;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #663300;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 780px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000000;
	background-color: #958e65;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	color: #009a49;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
h5 
{
	font-size: 1.1em;
	margin: 30px 0 0 0;
	color: Green;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.content_header a {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.content_header2 a {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 15px;
	color: #fbde42;
	font-weight: bold;
	text-decoration:none;
}
/*  tables  */
.tbl th
{
	background-color:  #006699;
	color: White;
}

/* boxes
----------------------------------------------- */

#box {
	background-color: #FCDE81;
	text-align: left;
	width: 150px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
}

#box ul {
	font-size: 94%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 6px;
	
}

#box li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 130%;
}

#box a {
	font-weight: normal;
	text-decoration: underline;
}

#box a:link, #box a:visited {
	color: #663300;
	text-decoration: underline;
	
}
#box a:hover {
	color: #663300;
	text-decoration: none;
	
}

.boxheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	color: #FCDE81;
	padding: 6px 0px 6px 8px;
	background-color: #01391C;
}

/* Left Navigation
----------------------------------------------- */


.leftn {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 90%;
}

.leftn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.leftn li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: inline;

}
.leftn a {
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

.leftn a:link, .leftn a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 6px;
}

.leftn a:hover {
	color: #009a49;
	padding-left: 25px;
	padding-right: 6px;
}

.leftheading {
	color: #009a49;
	list-style-image: url(../images/bullet_arrow_left.gif);
	font-size: 100%;
	font-weight: bold;
	width: 180px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-indent: 11px;
}

.leftheading a {
	color: #009a49;
	font-weight: bold;
	width: 180px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-indent: 11px;
	text-decoration: none;
}

.leftheading a:link, leftheading a:visited {
	text-decoration: none;
	font-weight: bold;
}

.leftheading a:hover {
	text-decoration: underline;
	color: #00d766;
	font-weight: bold;
}
.box-table-a{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:700px;
	text-align:center;
	border-collapse:collapse;
	margin:20px;}
	
.box-table-a th
	{
		font-size:13px;
		font-weight:normal;
		background:#b9c9fe;
		border-top:4px solid #aabcfe;
		border-bottom:1px solid #fff;
		color:#039;padding:8px;
		text-align:center;
		}
		
.box-table-a td
{
	background:#e8edff;
	border-bottom:1px solid #fff;
	color:#669;
	border-top:1px solid transparent;
	padding:8px;}
	
.box-table-a tr:hover td
{
	background:#d0dafd;color:#339;}