﻿html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% arial;
	line-height: 1.4em;
	color: #555753; 
	background-color: #fff; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: left;
	}
h1 {
	text-align: center;
	font: 13pt arial;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 10; 
	color: #093369;
	padding-bottom: 6px;
}
h2 {
	font: 11pt arial;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #093369;
}
h3 { 
	font: italic normal 11pt arial;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #093369;
	}
.centeredText {
	text-align: center;
	width:100%;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #093369;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7F0037;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
	

/** Content wrapper **/
	
#container {
	clear:both;
	margin: 0px auto;
	width: 615px;
	background-color: #fff;
	background-image: url('clientimages/navigationDefaultBackground.png');
	background-position: left;
	background-repeat: repeat-y;
}
	
/** Header **/

#header {
	float: left;
	clear: both;
	width: 615px;
	height: 165px;
	background-image: url('clientimages/printheader.jpg');
}
#flashHeader 
{
	display: none;
}
/**
#logo {
	width: 170px;
	height: 150px;
	float: left;
	clear:left;
	background-image: url('clientimages/sstgLogo.gif');
}

#animatedbanner {
	width: 854px;
	height: 150px;
	float: left;
	background-image: url('clientimages/animatedbanner.jpg');
}
**/
/** Navigation **/

.navStrip {
	display:none;
}
.bottomStrip 
{
	display:none;
}
#leftNavContainer 
{
	display:none;
}
/** main content **/


#mainContentContainer {
	width: 615px; /** 854 less padding less 25px increase in left nav**/
	min-height: 608px;
	float:left;
	padding: 5px 0px 5px 3px;
}
#contentWrapper {
	padding: 0px 12px 0px 5px;
}
#contentWrapper.withRightBar 
{
	width: 538px;
}
#contentWrapper h1 
{
	font-size: 11pt;
}
.rightImage {
	float:right;
	margin: 0px 5px 5px 15px;
	display: inline;
	width: 200px;
}
.imageSubText {
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

/** right panel **/

#rightPanel {
display:none;
}

/** specific content css **/

.contentSectionType1 {
	width:100%;
}
	div.contentSectionType1 div.content {
	
	}
	div.contentSectionType1 h1{
		width:100%;
		text-align:center;
		padding-bottom:10px;
	}

.newsItemSmall {
	padding-bottom: 15px;
	height: 100px;
	float:left;
	width:530px;
	clear:left;
}
div.newsItemSmall h1
{
	font-size: 11pt;
	padding:0;
	font-weight:bolder;
	text-decoration:none;
	line-height: 12pt;
	margin:0px 0px 3px 0px;
	padding: 0;
	text-align:left;
}
div.newsItemSmall h2 {
	font-size: 10pt;
	padding:0;
	margin:0px 0px 3px 0px;
	line-height: 10pt;
	font-weight:bold;
	text-decoration:none;
	font-style: italic;
}
	.newsListThumbnailImage {
		float:left;
	}
	.newsListContent {	
		font-size: 10pt;
		line-height: 12pt;
		padding: 0;
		margin: 0;
		float:right;
	}
	.newsListContent p {
		padding:0;
		margin:0;
	}

table.eventsTable {
		border-right: solid 2px gray;
		border-bottom: solid 2px gray;
		font-size: 10pt;
text-align:left;
}
table.eventsTable th {
	font-weight: bold;
	text-align:center;
}
	table.eventsTable td, th {
		border-left: solid 2px gray;
		border-top: solid 2px gray;
		padding: 5px;	
		margin: 0;
			
	}
table.trainingTable {
	border: solid 2px gray;
	color: inherit;
	font-size: 9pt;
	width:540px;
}
table.trainingTable td h1 {
	font-size: 9pt!important;
	font-family: arial;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}
	table.trainingTable .col1 {
		width: 90px;
	}
	table.trainingTable .col2 {
		width: 70px;
	}
	table.trainingTable .col3 {
		width: 280px;
	}
table.trainingTable th {
	font-weight:bold;
}
table.trainingTable tr.alternateRow {
	background-color: #7FFF8E;
}
table.trainingTable td, th {
	border: solid 1px gray;
	padding: 5px;
}
#leftCol 
{
	padding-right: 15px;
	clear:left;
	float:left;
	width: 280px;
}
#rightCol 
{
	float: right;
	width: 280px;
}
.centeredImageDiv 
{
	margin-left: auto;
	margin-right:auto;
}
#twoColContainer 
{
	width:600px;
}
.centered 
{
	text-align:center;
}
div.sstgFooterDiv{
	padding: 10px 3px 10px 3px;
	width:100%;
	clear:both;
	min-height: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: blue;
}