/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  11: 1Col_Flex
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px 20px;
	padding: 0;
	min-width: 720px;
}
#masthead {
	color: #999999;
	background-color: #22477A;
	padding: 0px;
	margin: 0;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#center {
	width: auto;
	background-image: url(../../../images/centrecontent_bg.gif);
	background-repeat: repeat-x;
}
#center .content {
	padding: 20px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	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: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#masthead .content {
	padding: 0;
	text-align: right;
}
#footer .content {
	padding: 5px 0px 5px 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #23477B;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/*#center a:link {
	color: #669999;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}*/

#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}

h1 {
	font-size: 1.8em;
}
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;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.search {
	font-size: .9em;
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid #666666;
}
form {
	padding: 0px;
	margin: 0px;
}

.search input, .search select{
	padding: 2px;
	margin-left: 10px;
	font-size: .9em;
}
.searchresults {
	border: 1px solid #666666;
}
.searchresults td {
	background-color: #F5f5f5;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: .8em;
}
.searchresults th {
	background-color: #cccccc;
	font-weight: bold;
}
