@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333;
}
.framework  {
	Background: #000;
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
	font-size: small;
	border-color: #09F;
	color: #FFFFFF;
}
.fw-header {
	width: 1000px;
	height: 150px;
}
.fw-homeheader {
	width: 1000px;
	height: 150px;
	background-image: url(../img/headers/Home/Header1.jpg);
	background-repeat: none;
}
.fw-contentbar {
	width: 1000px;
}
.fw-content_cells {
	width: 992px;
	text-align: center;
	margin: 4px;
}
.fw-content_left {
	width: 278px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	vertical-align: top;
	border-right: 2px solid #09F;
}
.fw-content_right {
	width: 672px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}
.fw-homecontentbar {
	width: 1000px;
	background-image: url(../img/headers/Home/Background1.jpg);
	background-repeat: no-repeat;
	height: 400px;
	vertical-align: top;
}

.fw-navbar {
	width: 992px;
	height: 25px;
	vertical-align: middle;
	background-color: #666;
	color: #FFF;
	padding: 4px;
	font-size: medium;
}



.fw-leftbar {
	width: 200px;
}
.fw-centerbar {
	width: 800px;
}
.fw-legalbar {
	width: 1000px;
	text-align: center;
}
.fw-ma-Category {
	width: 490px;
	text-align: left;
	padding-left: 10px;
	color: #0CF;
	font-size: xx-large;
}
.fw-nav-TextHead {
	color: #FFF;
	font-size: x-large;
}
.fw-ma-Type {
	width: 490px;
	text-align: left;
	background-color: #06F;
	padding-left: 10px;
	font-size: large;
	font-weight: bold;
}
.fw-ma-ND {
	width: 300px;
	text-align: left;
	vertical-align: top;
}
.fw-ma-NDlarge {
	text-align: left;
	font-size: x-large;
	vertical-align: top;
}
.fw-ma-Image {
	width: 200px;
	text-align: center;
	height: 200px;
	vertical-align: middle;
}
.fw-art-MainHead {
	font-weight: bold;
	font-size: xx-large;
	text-align: left;
}
.TextHead {
	font-weight: bold;
	font-size: large;
}
.SmallHead {
	font-size: medium;
}
a:link{
	color: #0FF
}



a:hover{
	color: #FFF
}

a:active{
	color: #FFF
}

a:visited{
	color: #CCC
}
a.nav:link {
	color: #FFF;
	text-decoration: none;
}
a.nav:active {
	color: #FFF;
	text-decoration: none;
}
a.nav:visited {
	color: #CCC;
	text-decoration: none;
}
a.nav:hover {
	color: #0CF;
	text-decoration: none;
}
