body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #818792;
	background-image: url(http://sfts.edu/images/interface/page_bkgnd.gif);
	color: #000000;
	background-repeat: repeat-x;
	margin: 0px; /* 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 */
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.bodyText {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#centerContainer {
	width: 990px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#centerContainer_preview {
	width: 570px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-right-color: #000000;
	border-top-color: #FFFFFF;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#menuBar {
	width: 974px;
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#headerDefault {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.navHeader {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

#rightColumn {
	width:750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#rightColumnSearch {
	width:660px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 


#photoRight  {
	float: right; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div */
	margin-left: 8px;
}

#infoBoxDefault
{
	float: right;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	background: url(http://sfts.edu/images/interface/css_infoBox_bkgnd.jpg) no-repeat top left;
	border: dashed 0px #cc0000;
	display: inline;
}

#popUpContainer {
	width: 100%;
	background: #FFFFFF;
}


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

/*************************************************************************************************
Element Layout
**************************************************************************************************/

.photo_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: 5px;
}
.photo_fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}

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


/*************************************************************************************************
Text Styles
**************************************************************************************************/

.twelvePT {
	font-size: 12px;
}

.white {
	color: #FFFFFF;
}

.lightgray {
	color: #999999;
}

.footerLightgray {
	color: #999999;
	font-size: 10px;
}

.pageTitle {
	font-size: 17px;
	color: #FFFFFF;
}

.navText {
	color: #8098AD;
}

.largeBlue {
	color: #00305A;
	font-size: 10pt;
	font-weight: bold;
}

.mediumBlue {
	color: #00305A;
	font-size: 9pt;
	font-weight: bold;
}

.largeGray{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

/*************************************************************************************************
Link Styles
**************************************************************************************************/
a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/*************************************************************************************************
Footer Styles
**************************************************************************************************/
a.footer {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

a.footer:visited {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

a.footer:hover {
	color: #333333;
	text-decoration: underline;
	background: none;
}

/*************************************************************************************************
Nagigation Column
**************************************************************************************************/

#navColumn
{
	float: left;
	/*margin-left: 5px;*/
	width: 200px;
}

#Nav {
	/*border-style: solid;
	border-color: #c03000;*/
	border-width: 1px;
	background-color: #00305a;
	background-repeat: no-repeat;
	background-image:    url(/images/navEdge.gif);
	background-position: right top;
}
h1 {
	font-size: 18px;
	color: #00305A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding: 0;
	padding-bottom: 0px;
	padding-right: 0px;
}

h3 {	
	color: #00305A;	
}

#blueLine {
	display: block;
	background-color: #E6E6E6;
}

#topPhoto {
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 8px;
	margin-bottom: 4px;
}

#grayBoxMedium {
	margin: 0 0 0 0;
	background-color: #cccccc;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

#grayBox {
	margin: 0 0 0 0;
	background-color: #E2E2E2;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#grayBoxMargin {
	margin: 0 0 0 0;
	background-color: #E6E6E6;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#darkGrayBox {
	margin: 0 0 0 0;
	background-color: #666666;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

#blueBox {
	margin: 0 0 0 0;
	background-color: #00305A;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#whiteBox {
	margin: 0 0 0 0;
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#insetBox {
	padding-left: 30px;
	padding-right: 30px;
}

hr {
background: #00305A;
color: #00305A;
height: 2px;
margin: 0 0 5px;
}

.noDot {
	list-style-image: none;
	list-style-type: none;
}

#rowWhite {
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#fieldset {
	background-color: #CCCCCC;
}

