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

body {
font-family:Verdana, Geneva, sans-serif;
margin:0;
padding:0;
/*color:#FFFFFF;*/
background-color: #1D2829;
}

#container {
width:780px;
margin:0 auto;/* 0 refers to top and bottom margins, auto refers to left and right margins */
/*background-color:#2e6a70;*/
border: 15px groove #83afa9;
background-color: #1D2829;
}

#mainContent {
clear:right;
margin:0;
padding:5px;
background-color: #1D2829;
}

#outerContainer {
    background-image:url(../images/sgp_background_NEW.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#687c7b;
	background-attachment:fixed;
}

	
#leftSidebar {
float:left;
width:180px;
height:600px;
padding:5px;
margin: 0;
text-align:center;
}

#footer {
text-align:center;
padding:10px;
background-color:#83afa9;
font-size:10px;
}

#header {
height:260px;
padding:10px 10px 2px 10px;
}

#search {
	float:right;
	padding:5px;
}

#displayDate {
	float:right;
	padding:5px;
	color:#FFF;
}

.subPageText {
	color:#FFF;
	font-size:12px;
}

#subPages {
		background-color: #1D2829;
}

.subHeaderText {
	color:#FFF;
	font-size:20px;
	background-color:#83afa9;
	font-weight:bold;
	text-align:center;

}

.subHeaderTextUnderline {
		color:#FFF;
	font-size:20px;
	/*background-color:#83afa9;*/
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}

.faqQuestion {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

.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;
	color:#FFF;
	font-size:12px;
	padding:5px;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	color:#FFF;
	font-size:12px;
	padding:5px;
	display:inline;
}

.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;
}

label
{
width: 11em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
color:#FFF;
font-size:14px;
}

.submit input
{
margin-left: 15em;
}

a {color:#FFF;}
a:hover {color:#83afa9; }

div.img
{
  margin: 2px;
 /* border: 1px solid #0000ff;*/
  border: 1px solid #1D2829;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #83afa9;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

