html {
	width: 100%;
	height: 100%
	}

body  {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #003399;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: none;
}

#wrapper    {
	width: 760px; /*this width allows the 7 main menu buttons to divide equally*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	z-index: 1000;
	padding: 0;
}
/* ---------------------------------------------------------
start header for main SUCAP pages
---------------------------------------------------------- */
#header  {
	padding: 0;
	background-color: #000000;
	background-image: url(images/masthead.jpg);
	margin: 0px;
	height: 134px;
	width: 760px;
}

/* ---------------------------------------------------------
end header for inside pages
---------------------------------------------------------- */


#sidebar {
	float: left;
	width: 130px;
	padding: 10px 0 0 0;
	margin: 0;
}

.sideButton {
	width: 114px;
	height: auto;
	padding: 1px 2px 0px 2px;
	margin: 0px;/*
	line-height: 22px;*/
	float: left;
	text-align: center;
}

.sideButton   a  {
	margin: 0;
	padding: 6px 0;
	width: 114px;
	text-decoration: none;
	display: block;
	height: 60px;
	background-image: url(images/button-chain.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
}

.sideButton  a:link  {
	color: #FFBB00;
	width: 114px;
	text-align: center;
	vertical-align: middle;
}

.sideButton  a:visited  {
	width: 114px;
	color: #ffdd7f;
}

.sideButton  a:focus  {
	color: #ff7300;
	width: 114px;
}

.sideButton  a:hover  {
	color: #ff7300;
	width: 114px;
}

.sideButton  a:active  {
	color: #ff7300;
	width: 114px;
}

.sidePhoto {
	width: 114px;
	height: auto;
	padding: 1px 2px 6px 2px;
	margin: 0px;
	text-align: center;
	float: left;
}

.sidePhotoLast {
	width: 114px;
	height: auto;
	padding: 1px 2px 1px 2px;
	margin: 0px;
	text-align: center;
	float: left;
}

#mainContent {
	margin: 0px 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	display: block;
	width: 539px;
}

#mainContent a {
	text-decoration: none;
}

#mainContent a:link {
	color: #ff6c00;	
}

#mainContent a:visited {
	color: #ffdd7f;	
}

#mainContent a:hover {
	color: #ff6c00;
	text-decoration: underline;
}

#mainContent a:active {
	color: #ff6c00;
	text-decoration: underline;	
}
	

#mainContent h1 { /*used for the subhead at the top of the text block*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
}
#mainContent h3 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#mainContent .pullout {
	padding: 6px 12px;
	border: 2px solid #000000;
	width: 400px;
	margin: 0px auto;

}

table {
	line-height: 1.4em;
}
 
#footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-size: .9em;
	color: white;
}

#footer a {
	text-decoration: none;
}

#footer a:link {
	color: #FFBB00;	
}

#footer a:visited {
	color: #ffdd7f;
}

#footer a:hover {
	color: #ff7300;
	text-decoration: underline;
}

#footer a:active {
	color: #FF7300;
	text-decoration: underline;	
}
 
.floatrt {
	float: right;
	margin-left: 8px;
}

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