@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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: #333333;
}
.satisnet #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.satisnet #header {
	background: #FFFFFF url(images/headerbg.jpg) no-repeat right;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 133px;
}
.satisnet #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 */
}
.satisnet #searchbox {
	float: right;
	height: 70px;
	padding-top: 60px;
}
.satisnet #linkbar {
	background-image: url(images/menubarbg.jpg);
	width: 980px;
	height: 28px;
}
.satisnet #TabbedPanelsTop {
	width: 735px;
	background-image: url(images/tabbedpanelbg.gif);
	height: 10px;
	background-position: top;
}
.satisnet #TabbedPanels1 {
	height: 318px;
	width: 715px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/tabbedpanelbg_mid.gif);
}
.satisnet #TabbedPanels1 .TabbedPanelsContent h1 {
	font-size: 18px;
	color: #5A8431;
	margin-top: 5px;
}
.satisnet #TabbedPanels1 .TabbedPanelsContent h2 {
	font-size: 12px;
	color: #003366;
}
.satisnet #TabbedPanels1 .TabbedPanelsContent ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(images/arrowbullet.jpg);	
}
.satisnet #TabbedPanels1 .TabbedPanelsContent li {
	padding-bottom: 3px;	
}
.satisnet #TabbedPanelsBottom {
	width: 735px;
	background-image: url(images/tabbedpanelbg.gif);
	height: 10px;
	background-position: bottom;	
}
.satisnet #heading1 {
	width: 980px;
	padding-top: 20px;
	padding-left: 20px;
}

.satisnet #heading1 h1 {
	font-size: 18px;
	color: #4B5B51;
	background-image: url(images/headingbg.jpg);
	background-repeat: no-repeat;
	height: 47px;
	line-height: 36px;
	padding-left: 20px;
	margin: 0;
	
}
.satisnet #heading1 h2 {
	font-size: 16px;
	color: #476B2D;
}

.satisnet #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
}
.satisnet #mainContent h1 {
	font-size: 18px;
	color: #003366;
}
.satisnet #mainContent h2 {
	font-size: 14px;
	color: #48544C;
}
.satisnet #mainContent h3 {
	font-size: 13px;
	color: #5A8431;
}
.satisnet #mainContent h4 {
	font-size: 12px;

}
.satisnet #mainContent a {
	color: #1E327B;
}
.satisnet #mainContent a:hover {
	color: #587D38;
}



/* ////// Counter /////  */

.satisnet #counter {
	font-size: 20px;
	color: #003366;
	background-image: url(images/counterbg.jpg);
	height: 72px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
.satisnet #counter p {
	line-height: 25px;
	margin-top: 10px;
}
.smaller {
	font-size: 13px;
}
.satisnet #counter a {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.satisnet #counter a:hover {
	color: #003366;
	text-decoration: none;
}


/* ////// Right Panel /////  */

.satisnet #rightpanel {
	float: right;
	width: 180px;
	height: 366px;
	
	padding-left: 15px;
	
	
}
.satisnet #rightpanel a {
	font-weight: bold;
	color: #5A8431;	
}
.satisnet #rightpanel a:hover {
	font-weight: bold;
	color: #1E327B;	
}
.satisnet #rightcolumn470 {
	float: right;
	width: 470px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.satisnet #rightcolumn450 {
	float: right;
	width: 450px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.satisnet #rightcolumn440 {
	float: right;
	width: 440px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}

.satisnet #rightcolumn450 h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	color: #48544C;
}
.satisnet #rightcolumn430scroll {
	
	height: 550px;
	width: 430px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	overflow: auto;
}
.satisnet #rightcolumn430scroll h2 {
	margin-top: 10px;
}
.satisnet #rightcolumn350 {
	float: right;
	width: 350px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.satisnet #rightcolumn300 {
	float: right;
	width: 300px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.satisnet #rightcolumn120 {
	float: right;
	width: 120px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	
}
.satisnet #rightcolumn120 a {
	text-decoration: none;
}
.satisnet #rightcolumn220borderless {
	float: right;
	width: 220px;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}
.satisnet #hometable {
		
}
.satisnet #hometable h2 {
	font-size: 16px;
	color: #4B5B51;
	background-image: url(images/hometableheadingbg.jpg);
	height: 34px;
	line-height: 32px;
	padding-left: 20px;
	background-repeat: no-repeat;	
}
.satisnet #hometable ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(images/arrowbullet.jpg);	
}
.satisnet #hometable li {
	padding-bottom: 8px;	
}
.satisnet #dropDownContainer {
	background-image: url(images/jumpmenubg.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-top: 7px;	
	padding-left: 45px;
}

.satisnet #dropDownContainer a {
	font-size: 14px;
	color: #587D38;
	font-weight: bold;
	text-decoration: none;
}
.satisnet #dropDownContainer a:hover {
	font-weight: bold;
	color: #48544C;
}
.satisnet #formbox1 {
	padding: 5px;
	border: 1px solid #999999;
	width: 300px;
	background-color: #F5F5F5;
}
.satisnet #EventTrainingTop {
	width: 310px;
	background-image: url(images/eventtrainingboxbg_top.jpg);
	height: 10px;
	background-position: top;
}
.satisnet #EventTrainingTop img {
	margin: 0;
}
.satisnet #EventTrainingMid {
	width: 310px;
	background-image: url(images/eventtrainingboxbg_mid.jpg);
	background-repeat: repeat-y;
	
}
.satisnet #EventTrainingMid h2 {
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}
.satisnet #EventTrainingMid h4 {
	
	padding-right: 20px;
	padding-left: 20px;
}

.satisnet #EventTrainingMid p {
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}
.satisnet #EventTrainingBottom {
	width: 310px;
	background-image: url(images/eventtrainingboxbg_btm.jpg);
	height: 10px;
	background-position: bottom;
}
.satisnet #EventTrainingBottom img {
	margin: 0;
}


.satisnet #FootNote {
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}




.satisnet #footer {
	padding: 0 10px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 9px;
	color: #999999;
	text-align: center;
	clear: both;
}
.satisnet #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 */
}
.satisnet #footer a {
	color: #1E327B;
}
.satisnet #footer a:hover {
	color: #587D38;
}
.satisnet #footersub {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.satisnet #footersub a {
	color: #666;
}
.satisnet #footersub a:hover {
	color: #587D38;
}
.bluebold {
	font-weight: bold;
	color: #1E327B;
	font-size: 14px;
}
.satisnet #bullets ul {
	margin-left: 0px;
	padding-left: 20px;
	list-style-image: url(images/arrowbullet.jpg);	
}
.satisnet #bullets li {
	padding-bottom: 8px;
	
}
.satisnet #ordered ol {
	
	margin-left: 0px;
	padding-left: 34px;
	background-image: url(images/orderedlistbg.jpg);
	background-repeat: repeat-y;
	
}
.satisnet #ordered li {
	font-size: 12px;
	line-height: 27px;
	font-weight: bold;
	color: #FFF;
}
.satisnet #ordered a {
	font-size: 12px;
	color: #587D38;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1px;
}
.satisnet #ordered a:hover {
	font-weight: bold;
	color: #48544C;
}

.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Tablinks {
	color: #FF0000;
}
.smalltext {
	font-size: 10px;
}
.satisnet #greenborder {
	border: 1px solid #5A8431;
	padding: 5px;
	width: 760px;
	color: #5A8431;
}
.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;
}
