﻿body {
	margin: 0px, 0px, 0px, 20px;
	padding: 0px, 0px, 0px, 20px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/*------factteam Special-----------------------------------*/
.header {
	float: left;
	margin: 20px 10px 0px 0px;
}
#clear {
	clear: both;
}
#factteam img {
	margin-left: 10px;
	margin-right: 10px;
}
#factteam h2 {
	margin-left: 10px;
}
#factteam #midsection p {
	margin-left: 10px;
}
/*------------------------ids-----------------------------*/
#maincontainer {
	border-width: 1px;
	border-style: solid;
	border-color: #8D8D8D;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------top section---------------------------------*/
#topsection {
	margin: 0px;
	background-color: #1D3D6A!important;

}
.mattblacktabs {
width:100%;
height:30px;
}
.mattblacktabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-size: 75%;
	list-style-type: none;
	text-align: center;
	width: 100%;
	
}
.mattblacktabs li {
	display: inline;
	
	margin: 0;
	width: 100%;
}
.mattblacktabs li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	
	color: white;
	background: #234a81;
}
.mattblacktabs a:hover {
	background-color: #bdcded;
	color: black;
}
.mattblacktabs li a:visited {
}
.mattblacktabs li.selected a {
}
/*---------------------midsection---------------------------*/

a  {
				color: #234A81;
}
#midsection {
	background-color: white;
}
#leftcolumn {
	width: 180px;
	background-color: #b7c5d9;
	padding: 10px;
	float: left;
}
#rightcolumn {
	float: left;
	text-align: left;
	padding: 20px;
	width: 400px;
	background-color: white;
}
/*----------------------------leftmenu------------------------*/
.wireframemenu {
	border: 1px solid #6287bb;
	background-color: #fbfbfb;
	border-bottom-width: 15px;
	width: 170px;
}
* html .wireframemenu {
	/*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 100%;
}
.wireframemenu a {
				font-weight: bold;
				font-size: 90%;
				line-height: 100%;
				padding: 12px 9px;
				display: block;
				width: 100%; /*Define width for IE6's sake*/;
				color: #234A81;
				text-decoration: none;
				border-bottom: 2px solid #8d8d8d;
}
.wireframemenu a:visited {
	color: #595959;
}
html > body .wireframemenu a {
	/*Non IE rule*/
width: auto;
}
.wireframemenu a:hover {
	background-color: #bdcded;
	color: black;
}
/*---------------------footer-------------*/
#footer {
	clear: both;
	width: 650px;
	background: #4b6b97;
	color: #ffffff;
	text-align: center;
	padding: 4px 0;
	font-size: 70%;
}
#footer a {
	color: #FFFF80;
}
.innertube {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/	margin-top: 0;
}
/*-------------------Semantic Markup--------*/
b {
	font-size: 100%;
}
em {
	color: black;
}
h1 {
				font-size: 112%;
				font-weight: bold;
				color: #234A81;
				text-align: left;
				text-transform: uppercase;
				line-height: 120%;
}
h2 {
	font-weight: bold;
	color: black;
	text-align: left;
	font-style: italic;
	font-size: 90%;
	line-height: 120%;
}
img {
	float: left;
}
p {
	font-size: 80%;
	text-align: left;
	line-height: 130%;
	width: 400px;
}
ul {
	text-align: left;
	font-size: 80%;
	line-height: 130%;
}
ol {
	text-align: left;
	font-size: 80%;
	line-height: 130%;
}
h3 {
	font-size: 70%;
	font-weight: bold;
	line-height: 110%;
}
