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: #003399;
	background-image: url(genl-images/gradientbackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper    {
	width: 749px; /*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;
	clear: both;
	background-color: #fff;
}

 
#header  h1  {
	margin: 0;
	padding: 0;
	float: left;
}

#header  h1.main  {
	font-size: 95px;
	font-weight: normal;
	line-height: 75px;
}

#header .sub {
	font-size: 15px;
	padding: 0;
	position: relative;
	left: 295px;
	top: 80px;
	width: 400px;
}

#header img.mainLogo {
	float: right;
	position: relative;
	top: -10px;
}

/* ---------------------------------------------------------
end header for main SUCAP pages
---------------------------------------------------------- */

/* ---------------------------------------------------------
start header for inside pages
---------------------------------------------------------- */
#headerInside  {
	clear: both;
	background-color: #fff;
	width: 749px;
	margin: 10px 0px 0px 0px;
}

#headerInside  h1.mainInside  {
	font-size: 27px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#headerInside .subInside {
	font-size: 15px;
	padding: 0 0 10px 0;
	text-align: right;
	width: auto;
	margin: 0px;
}

#headerInside img.mainLogo {
	float: right;
	position: relative;
}

#headerInside img.subLogo {
	float: left;
	position: relative;
	padding: 0 10px 0 0;
	margin: 0;
	
}

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

#mainMenu {
	width: 749px;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both !important;
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	display: block;
	height: 32px;
}

.button   {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	text-align: center;
	height: 32px;
	line-height: 14px;

}
.button   a  {
	margin: 0;
	padding: 0;
	float: left;
	height: 32px;
	text-decoration: none;
}

.button  a:link  {
	margin: 0;
	padding: 0;
	background-image: url(genl-images/linkgradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 105px;
	height: 32px;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
}

.button  a:visited  {
	margin: 0;
	padding: 0;
	background-image: url(genl-images/linkgradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 105px;
	height: 32px;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
	color: #3399ff;
}

.button  a:hover  {
	margin: 0;
	padding: 0;
	background-image: url(genl-images/linkgradientover.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-left: 2px solid #000;
	width: 104px;
	height: 31px;
}

.button  a:active  {
	margin: 0;
	padding: 0;
	background-image: url(genl-images/linkgradientover.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-left: 2px solid #000;
	width: 104px;
	height: 31px;
}

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

.whiteBox {
	width: 118px;
	background-color: #fff;
	padding: 6px;
	float: left;
}

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

.sideButton   a  {
	margin: 0;
	padding: 0;
	width: 114px;
	text-decoration: none;
	display: block;
}

.sideButton  a:link  {
	background-color: #ffcc00;
	width: 114px;
}

.sideButton  a:visited  {
	background-color: #FFE88A;
	width: 114px;
	color: #3399ff;
}

.sideButton  a:focus  {
	background-color: #ffffcc;
	width: 114px;
}

.sideButton  a:hover  {
	background-color: #ffffcc;
	width: 114px;
}

.sideButton  a:active  {
	background-color: #ffffcc;
	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: 10px 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: #003399;	
}

#mainContent a:visited {
	color: #3399ff;	
}

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

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

.pageSubhead { /*used with the h2 tag for the subhead at the top of the text block*/
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	color: #00339f;
	padding: 0;
	margin: 0;
}

h3 {
text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #00339f;
}

#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: #fc0;	
}

#footer a:visited {
	color: #39f;	
}

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

#footer a:active {
	color: #fc0;
	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;
}

.q-aList {
	list-style-type: none;
}

/* ---------------------------------------------------------
start news box for SUCAP home page
---------------------------------------------------------- */

#newsDiv {
	margin: 4px;
	padding: 0px 6px 6px;
	clear: right;
	float: right;
	width: 180px;
	border: 1px solid #000;
}
#newsDiv h3  {
	text-align: center;
	padding: 6px 6px 8px;
	margin: 0px;
}

.newsDivContent {
	font-size: .94em;
	line-height: 1.4em;
}

/* ---------------------------------------------------------
end news box for SUCAP home page
---------------------------------------------------------- */

