@charset "UTF-8";
/* CSS Document */
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #333;
	letter-spacing: -1px;
}
h2 {
	font-size: 16px;
	color: #333;
	letter-spacing: -1px;
}
h3 {
	font-size: 14px;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #390;
}
h5 {
	font-size: 16px;
	color: #390;
}
h6 {
	font-size: 14px;
	color: #390;
}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #3C0;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.header {
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 0;
}
.nav {
	
}
.nav_content {
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 213px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
}
.nav_bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 253px;
}

.content_container {
	margin-top: 72px;
	margin-left: 255px;
	margin-right: 10px;
	top: 0px;
	left: 0px;
	right: 0px;
}
	
.content_area {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.content_area_bottom {
	height: 10px;
	width: 100%;
}
.content_area_bl {
	height: 10px;
	width: 10px;
	float: left;
	}
.content_area_br {
	height: 10px;
	width: 10px;
	float: right;
}
.content_area_c {
	background-color: #FFF;
	height: 10px;
}
.main {
	text-align: justify;
}
.sidebar {
	width: 220px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
ul, ol, li {
margin: 0; padding: 0;
} 
.verticalmenu ul {
	top: 140px;
	list-style:none;
	list-type: none;
	
}
.verticalmenu li {
	left: 0px;
    padding-left: 17px;
    text-indent: -1em;
	margin-left: 0px;
	width: 213;
	height: 20px;
}
.verticalmenu {
	background-image: url(images/nav_back.png);
	background-repeat: repeat-y;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 213px;
	height: auto;
	left: 0px;
	top: 145px;
	position: absolute;
	}
.verticalmenu a:link {
	font-size:14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.verticalmenu a:visited {
	font-size:14px;
	text-decoration: none;
	color: #333;
}
.verticalmenu a:hover {
	font-size:14px;
	text-decoration: none;
	color: #3C0;
}
.verticalmenu a:active {
	font-size:14px;
	text-decoration: none;
	color: #333;
}
#left {
	float: left;
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 253px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-top: 135px;
 	height:auto;
}

.verticalmenu li, .verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {  
   text-decoration: none;
   text-align: left; 
   
   /*background: url('menuhover.gif') no-repeat;*/
 }
.footer {
	font-size: 9px;
	font-weight: bold;
	color: #999;
	}
.footer a:link, .footer a:visited, .footer a:active {
	color: #3C0;
}
.footer a:hover {
	color: #666;
}
.TPAClogo {
	z-index: 0;
}