@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CBD069;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #FFF;
	padding-left: 10px;
}
body, td, th {
	color: #FFF;
	font-size: 14px;
}
h2 {
	font-size: 14px;
	color: #9CF;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
h4 {
	font-size: 14px;
	color: #690;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
h5 {
	font-size: 14px;
	color: #066;
	padding-left: 10px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}
.thrColFixHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #363636;
} 
.thrColFixHdr #header {
	margin: 0px;
	background-image: url(graphics_layout/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 219px;
	width: auto;
} 
.thrColFixHdr #buttonsMain {
	width: 860px;
	height: 40px;
	padding-left: 0px;
	background-image: url(graphics_layout/greenFiller.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #993300;
	float: right;
} 
.thrColFixHdr #identifyPage {
	width: 821px;
	height: 20px;
	padding-top: 2px;
	float: left;
	z-index: 1020;
	margin-top: 5px;
	padding-left: 39px;
	background-color: #3A3A3A;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #363636;
	padding-top: 20px;
	padding-right: 15;
	padding-bottom: 20;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #363636;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top: 10px;
	z-index: 100;
	margin-bottom: 20px;
	visibility: visible;
} 
.thrColFixHdr #footer {
	background-color: #3A3A3A;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.thrColFixHdr #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 */
}
.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;
}
.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;
}

/* *************** FONTS ALL ************************************* */

.mainText{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:15px;
	padding-right: 10px;
	padding-left: 10px;
	font-variant: normal;
	font-style: normal;
	line-height: 125%;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align: center;
}
.pageName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	text-align: left;
}
.subMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2B6666;
	padding-left: 10px;
}
.subMenuLeftMain{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	padding-left: 10px;
}
.sideTextBlue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#9CF;
	padding-left: 20px;
	display: block;
}
.bodyTextBlue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#9CF;
	padding-left: 10px;
}
.subNetworking{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#669939;
	padding-left: 10px;
}
#blueBox{
	background-image: url(graphics_layout/middle_blue_box.png);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#leftBlackBox{
	background-image:url(graphics_layout/leftBlack_BoxMiddle.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#rightGreenBox{
	background-image:url(graphics_layout/greenBox_Middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
}
#mainTop{
	background-image:url(graphics_layout/main_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 435px;
	float: left;
	margin-left: 22px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-color: #363636;
}
a.socialNet {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2B6666;
	padding-left: 10px;
}
a.socialNet:link {
	text-decoration: none;
	color:#2B6666;
}
a.socialNet:visited {
	text-decoration: none;
	color:#2B6666;
	
}
a.socialNet:hover {
	text-decoration: underline;
	color:#2B6666;
	
}
a.socialNet:active {
	text-decoration: none;
	color:#2B6666;
}
a.subMainButtons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;	
}
a.subMainButtons:link {
	text-decoration: none;
	color:#000;
}
a.subMainButtons:visited {
	text-decoration: none;
	color:#000;	
}
a.subMainButtons:hover {
	text-decoration: underline;
	color:#000;	
}
a.subMainButtons:active {
	text-decoration: none;
	color:#000;
}

