/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #263C0E;
	margin: 20px;
	padding: 0;
	background-image: url(../images/frame/pagebackground.jpg);
	background-repeat: repeat-x;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#center {
	width: 800px;
	background-image: url(../images/frame/content2_bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#title_page2 {
	width: 490px;
	float: left;
	height: 130px;
}

#center .content {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.75em;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding-top: 175px;
	padding-right: 54px;
	padding-bottom: 20px;
	padding-left: 54px;
}
#masthead .content {
	padding: 0px;
}
#navbarWrapper {
	background-color: #00270E;
	height: 27px;
	width: 800px;
}
#navbar {
	width: 535px;
	float: left;
	height: 27px;
}
#midKelly {
	height: 27px;
	width: 200px;
	float: left;
	padding-left: 20px;
}
#kelly_bott {
	height: 130px;
	float: left;
	padding-left: 61px;
}

#footer .content {
	padding: 6px 20px;
}
#footer {
	color: #000000;
	background-color: #AFB7A6;
	padding-left:45px;
	margin: 0;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #000000;
	text-decoration:underline;
}
#center a:visited {
	color: #666666;
	text-decoration:underline;
}
#center a:hover {
	color: #000000;
	text-decoration:none;
}
#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: #000000;
	text-decoration:underline;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration:underline;
}
#footer a:hover {
	color: #000000;
	text-decoration:none;
}
/* .p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
} */
h1 {
	font:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	margin: 0;
}
h2 {
	font-size: 17px;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 14;
	margin: 30px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.imgRight {
	float: right;
	padding-bottom: 20px;
	padding-left: 15px;
}
.imgLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}