/* 
  ------------------------------------------------
  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: #5A91E5;
	margin: 20px;
	padding: 0;
	min-width: 720px;
}
#masthead {
	width: 92%;
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#masthead .content {
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#center {
	width: 92%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#center .content {
	font-size: 1em;
	line-height: 1.4em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 5px;
}
#textarea {
	width: 70%;
	float: left;
}
#photoarea {
	margin-left: 70%;
	padding-left: 20px;
	width: 30%;
	float: left;
	margin-top: 3.5em;
}
#masthead .content {
	/*padding: 12px 20px;*/
}
#credit {
	margin-bottom: 10px;
	margin-top: -5px;
}
#footer {
	width: 92%;
	color: #CCCCCC;
	background-color: #9B2F23;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
	text-align: center;
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
#footer .content {
	padding: 5px 20px;
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #6666DD;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #9B2F23;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #AAAAAA;
}
#footer a:visited {
	color: #888888;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 15px 20px 0 20px;
	color: #9B2F23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	margin: 15px 20px 0 20px;
	color: #9B2F23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.2em;
	margin: 15px 20px 0 30px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 20px 0 20px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin-left: 20px;
	margin-right: 20px;
}
.caption {
	margin-top: 0px;
	margin-bottom: 10px;
}
#valid {
	text-align: center;
}
.indent {
	padding-left: 40px;
}
.right {
	float: right;
	margin-right: 20px;
}
.left {
	float: left;
	margin: 0 20px;
	padding-bottom: 10px;
}
.horsm {
	margin-bottom: 80px;
}
.ctr {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
