/* 
  ------------------------------------------------
  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: #7f7f7f;
	/*	background-image: url(../images_main/WisMainPageBG1.jpg);
	background-repeat: repeat-x;  */
	background-position: top;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #8a1d05;
	padding: 0px;
	margin: 0;
}
#menubar {
	padding: 0px;
	margin: 0;
	background-image:url(../images_main/XCMenu1.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 37px;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	background-image: url(../images_main/XCMainBG1.jpg);
	background-repeat: repeat-y;
}
#center {
	width: 1024px;
}
#center .content {
	padding: 0px 30px 10px 30px;
	font-size: .9em;
	line-height: 1em;
}
#masthead .content {
	padding: 0px 0px;
	text-align: center;
}
#menubar .content {
	padding: 8px 0px 0px 10px;
	text-align: center;
}
#footer .content {
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 0.7em;
}
#footer {
	color: #CCCCCC;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	background-image: url(../images_main/XCFooter1.jpg);
	background-repeat:no-repeat;
	height: 43px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
	color: #FF0000;
	text-decoration: none;
}
#center a:visited {
	color: #FF0000;
	text-decoration: none;
}
#center a:hover {
	color: #FF0000;
	text-decoration:underline;
}
#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: #CCCCCC;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 6px 0;
}
img {
	border: 0px;
}
.redbold {
	color:#FF0000;
	font-weight: bold;
}
.tableBG {
	background-color:#DADADA;
}
.whiteCell {
	background-color:#FFFFFF;
}
.blueborder {
	border: solid 1px #0000cd
}
li {
margin-bottom: 8px;
line-height: 1.2em;
} 
.tight li {
margin-bottom: 4px;
line-height: 1em;
} 
.imlist {
	list-style-image: url(../images_main/tinymdot.gif);
	
}
.imlist li {
padding-bottom: 5px; 
padding-left: 5px;
line-height: 1.3em;
}

.strongContent {
	font-weight: 600;
}

.looseContent {
	line-height: 1.2em;
}
.cellbg1 {
	background-color:#F4F4F4;
}
.cellbg2 {
	background-color:#EBEBEB;
}
.sbrphotocell{
	text-align:center;
	width:33.3%;
}
.sbrtextcell{
	vertical-align:top;
	
}