@charset "utf-8";


body  {
	background: #666666;
	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;
	background-color: #006699;
	background-image: url(../images/topbckd_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
}
.twoColFixLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
#flashstrip {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 152px;
	margin-bottom: 5px;
	margin-top: 5px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/frontpagemasthead.png);
	height: 72px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: none;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: none;
	background-image: url(../images/leftmenugradient.jpg);
	background-repeat: repeat-x;
	background-color: #0D1F33;
}
.twoColFixLtHdr #mainContent {
	float: none;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
} 
.twoColFixLtHdr #mainContenttwo {
	float: none;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
} 
.twoColFixLtHdr #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 */
}
#matterslatestissueholder {
	margin: 5px;
	clear: none;
	height: 150px;
	width: 140px;
	padding-left: 20px;
	background-color: #039;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.matterslatestissue {
	padding: 10px;
	width: 300px;
	background-color: #006498;
	float: left;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-box-shadow:0px 0px 15px #000;
	border: 3px solid #fff;
	clear: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.newscontainer {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	height: 185px;
}

.matterslinkplaceholder {
	padding: 10px;
	clear: none;
	float: right;
	width: 225px;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.newsimage {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #FFF;
	float: left;
	clear: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quicklinks {
	background-color: #06C;
	background-image: url(../images/leftmenugradient.jpg);
	background-repeat: repeat-x;
	width: 131px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
}
body,td,th {
	color: #FFF;
}
#socialnetworking {
	background-color: 001c29;
	background-image: url(../images/socialnetbckd.jpg);
	height: 45px;
	width: 286px;
	border: 0px solid #FFF;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.socialneticon {
	float: left;
	height: 42px;
	width: 141px;
}
.socialneticon2 {
	float: right;
	height: 42px;
	width: 141px;
}
.lefthotlink {
	width: 300px;
	height: 230px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0 0px 10px #000;
}
h1,h2,h3,h4,h5,h6 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	text-decoration:underline
	margin:3px 0 -8px 0;
	padding:0;
}	
h1 {
	font-size: 18pt;
	color: #FFF;
}
h2 {
	font-size: 16pt;
	color: #FFF;
}
h3 {
	font-size: 14pt;
	color: #FFF;
}
a:link {
	color: #3FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CC;
}
a:hover {
	text-decoration: underline;
	color: #6CC;
}
a:active {
	text-decoration: none;
}
#flashbox {
	height: 150px;
	float: right;
	width: 642px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
}
#leftflashbit {
	float: left;
	height: 150px;
	width: 315px;
	background-color: #0D1F33;
}
#rightbar {
	float: right;
	width: 141px;
}
.forumlogin {
	width: 289px;
	height: 185px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/forumfrontpagelogin.jpg);
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0 0px 10px #000;
}
.titlestrip {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #295b72;
	background-image: url(../images/stripbckd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
}
.navcontainer {
	height: 33px;
	width: 950px;
	background-image: url(../images/navbckd.jpg);
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
}
.twoColFixLtHdr #container .navcontainer div #MenuBar1 li a strong {
	color: #FF0;
}
.tablestyle {
	border: 1px solid #FFF;
	background-image: url(../images/topbckd_01.jpg);
	background-repeat: repeat-x;
	padding: 1px;
	display: table;
}

.leftmenu {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.leftadrotator1 {
	height: 600px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	width: 160px;
}
.smalladright1 {
	height: 125px;
	width: 125px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 10px;
}
.smalladright2 {
	height: 125px;
	width: 125px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 10px;
}
.toprightbit {
}
.appformdownload {
	float: right;
	height: 130px;
	width: 100px;
	padding-top: 100px;
	padding-right: 51px;
	padding-left: 51px;
	background-image: url(../images/getaform.jpg);
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.flagheadplaceholder {
	padding: 0px;
	margin-top: -15px;
	margin-bottom: 15px;
	height: 60px;
	width: 590px;
	margin-right: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContenttwo #matterslatestissueholder {
	margin: 5px;
	clear: left;
	height: 100px;
	width: 200px;
	padding-top: 180px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.contactform {
	float: left;
	background-image: url(../images/contactbackground.jpg);
	background-repeat: no-repeat;
	margin-top: -12px;
	width: 700px;
}
.mailingbox {
	background-image: url(../images/mailingboxback.jpg);
	height: 124px;
	width: 131px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #03536e;
	background-repeat: no-repeat;
	padding-top: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
}
.socialnetworklinks {
	width: 131px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #03536e;
	background-repeat: no-repeat;
	padding-top: -10px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0 0px 10px #000;
	height: 115px;
}
.quicklinkholder {
	clear: none;
	float: right;
	width: 131px;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

