/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #575757;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 0 30px 0;
	background-image: url(../images/header.jpg);
	height: 214px;
	background-position: center;
	background-repeat: no-repeat;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
}
#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	height: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 150px;
	float: left;
	background-image: url(../images/h_news.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#left {
	width: 580px;
	float: left;
}
#right {
	width: 150px;
	float: left;
	background-image: url(../images/h_menu.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
}
#center .content {
	padding: 24px 16px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: justify;
}
#right .content {
	padding: 24px 6px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: right;
	padding-right: 10px;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 28px 2px;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #575757;
}
#left a:visited {
	color: #575757;
}
#left a:hover {
	color: #2182BD;
}
#center a:link {
	color: #575757;
}
#center a:visited {
	color: #575757;
}
#center a:hover {
	color: #2182BD;
}
#right a:link {
	text-align: left;
	color: #575757;
}
#right a:visited {
	text-align: left;
	color: #575757;
}
#right a:hover {
	text-align: left;
	color: #2182BD;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	padding: 0 0 0 0;
	color: #575757;
	line-height: 15px;
	text-align: left;
}
#wrapper .menulist a:hover {
	border-color: #000000;
	text-align: left;
}
#footer a:link {color: #575757;}
#footer a:visited {color: #575757;}
#footer a:hover {color: #2182BD;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #2182BD;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #2182BD;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #2182BD;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #2182BD;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.caption {
	font-weight: bold;
	text-align: center;
	font-size: 0.75em;
}
.images {
	padding: 0px 10px;
}


ul {
	list-style-type: none;
}

