@charset "utf-8";
html { height: 101%; }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-bottom:100px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/background.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColFixCtrHdr #container {
	width: 922px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #06F;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 130px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background:#A81818;
	color: #FFF;
	padding-bottom: 0;
	height: 30px;
	bottom:0;
	width: 100%;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.central {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.aspectmenu {
background-color: #701010;
}
.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	background-color: #A81818;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #A81818; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #7DA3EE;
}
a:hover {
	color: #2054C4;
	background-color: #F3F3EE;
}
.logo_left {
	float: left;
	margin-right: -15px;
	margin-right: 10px;
	margin-top: 15px;
}
.image_right {
	float: right;
	margin-right: -15px;
	border: 1px solid #06F;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 25px;
	background-color: #7DA3EE;
}
.image_right_small {
	float: right;
	margin-right: -15px;
	border: 1px solid #06F;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
	background-color: #7DA3EE;
	padding-bottom: 25px;
}
.image_right_small2 {
	float: right;
	margin-right: -15px;
	border: 1px solid #06F;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
	margin-top: 21px;
	background-color: #7DA3EE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.rics {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #452663;
	background-color: #FFF;
}
#home #nav-home a {
	background-color: #2054C4;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent h1 {
	font-size: 18px;
}
#mainContent p {
	text-align: justify;
}
.spacerdiv {
	height: 30px;
}
#mainContent table tr td img {
	border: thin solid #06F;
}
a {
	color: #A81818;
	text-decoration: none;
	font-weight: normal;
}
#mainContent table {
	margin-bottom: 10px;
}
.email {
	font-size: 12px;
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left;
}

