body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FEF2B8;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px; 
}


#wrapper {
	width: 776px;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}


#banner {
	background-repeat: no-repeat;
	position: relative;
	height: 112px;
	background-position: center center;
	width: 100%;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/logo.jpg);
}
#banner .right {/* Float the right hand image to the right in the banner */
	float: right;
	background-image: url(images/banner-right.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 112px;
	background-position: right;
	width: 167px;
}

#banner .left {/* Float the right hand image to the right in the banner */
	float: left;/*Floats the image to the right*/
	background-image: url(images/banner-left.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 250px;
}

#border {
	position: relative;
	height: 10px;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(images/border.jpg);
}
#border .right {/* Float the right hand image to the right in the banner */
	float: right;
	background-image: url(images/border-right.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 20px;
	background-position: right;
}

#border .left {/* Float the right hand image to the right in the banner */
	float: left;/*Floats the image to the right*/
	background-image: url(images/border-left.jpg);
	background-repeat: no-repeat;
	border: thin none #33FF00;
	height: 30px;
	width: 20px;
}

#content {
	width: 100%; /* sets the width of the wrapper */
	position: relative;/* sets a border to all 4 sides */
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-size: 90%;
	line-height: 140%;
	margin: auto;
	background-color: #FFFFFF;
	list-style-type: square;
 
}

.content-left {
	float: left;
	width: 150px;
	margin-left: 8px;
	margin-right: 8px;
	clear: both;
	height: 100%;

}
.content-right {
	background-color: transparent;
	width: 570px;
	margin-left: 195px;
	padding-bottom: 20px;
	list-style-position: outside;
	list-style-image: url(images/bullets.jpg);
	list-style-type: square;
	margin-top: 10px;


}

#content .center {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 165px;
	margin-left: 165px;
	border-top-style: none;
	border-bottom-style: none;
	position: relative;
	
}



/* Navigation bar styles  */

div#navbar {
	width: 690px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

div#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 90%;
	line-height: 180%;
	white-space: nowrap;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a, #navbar li a:visited {
	text-decoration: none;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ad9864;
	border-bottom-color: #a88f59;
	border-left-color: #453015;
	padding-top: 2px;
	padding-right: 12px;
	padding-left: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #916d33;
	height: 24px;
	background-image: url(images/button-up.jpg);
	color: #000000;
	background-repeat: repeat;

}


div#navbar li a:hover {
	text-decoration: none;
	background-color: #FFFFD5;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #ddbf7f;
	border-top-color: #c39451;
	border-bottom-color: #b58643;
	border-right-color: #d7a051;
	padding-top: 2px;
	padding-right: 12px;
	padding-left: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	background-image: url(images/button-hover.jpg);
}

div#navbar .presently {
	text-decoration: none;
	background-color: #FF66CC;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: #d9e3b9;
	border-top-color: #C1BF66;
	border-bottom-color: #d9e3b9;
	border-right-color: #B1AD52;
	border-top-width: 2px;
	border-top-style: none;
	color: #000000;
	background-image: url(acf/images/button-down.jpg);
}


h1 {
	font-size: 140%;
	font-style: italic;
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}



h3 {
	font-size: 100%;
	font-style: normal;
	text-align: left;
	line-height: 150%;
	margin-bottom: -10px;
}

h4 {
	font-size: 130%;
	font-style: italic;
	color: #FFFFCC;
}
h5 {
	font-size: 100%;
	font-style: italic;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: -12px;
}
h2 {
	font-size: 120%;
	line-height: normal;
	color: #999999;
	text-align: center;
	font-weight: normal;
}

h2.firstpage a {
	font-size: 55%;
	line-height: 55%;
	color: #999999;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

.first-page-subhead {
font-size: 110%;
	line-height: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;}

.titleright {
	font-size: 80%;
	font-weight: normal;
	line-height: 110%;
	float: right;
	text-align: right;
}
.titleleft {
	font-size: 80%;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
}
.quote {
	width: 100%; /* sets the width of the wrapper */
	position: relative;/* sets a border to all 4 sides */
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#title {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.spacer {
	width: 776px;
	clear: none;
}

.footer {
	width: 737px;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -15px;
	font-size: 70%;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/ussc-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tilde {
	text-align: center;
	font-size: 80%;
}
.subtitle {
	font-size: 80%;
	text-align: center;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.registration {
	height: 160px;
	width: 120px;
	background-image: url(images/register-button.jpg);
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 120%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#content ul {
	list-style-position: outside;
	list-style-image: url(images/bullets.jpg);
}
.subtitle2 {
	font-size: 70%;
	text-align: center;
	color: #999999;
}
.boxquote {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}
div .footer-right {
	text-align: right;
	margin-left: 450px;
}
div .footer-left {
	text-align: left;
	float: left;
	margin-top: 1px;
}
li {
	line-height: 140%;
}
.registration a {
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFCC;
	line-height: 120%;
	text-decoration: none;
}
table {
	font-size: 90%;
}

.content table {
	font-size: 90%;
}
.footer-center {
	text-align: center;
	margin-top: 10px;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
