body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d0d0d0;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/usma_bg.jpg);
	background-repeat: repeat-x;
}

		body a:link {
			color: #FFFFFF;
			text-decoration: none;
}
		body a:visited {
			color: #FFFFFF;
			text-decoration: none;
}
		body a:hover {
			color: #800303;
			text-decoration: none;
}
		body a:active {
			color: #D1CFCF;
			text-decoration: none;
}
img {
border: none;
}

#header {
	background-image: url(../images/usma_banner.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 786px;
	height: 98px;
	overflow: hidden;
}
#logo {
	padding-top: 25px;
	margin-left: 15px;
}

#container {
	width: 786px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url();
	background-repeat: repeat-y;
}
#content1 {
	font-size: smaller;
	width: 226px;
	height: 251px;
	float: left;
	margin-top: 0px;
	margin-right: -90px;
	background-image: url(../images/usma_about_left.jpg);
	background-repeat: no-repeat;
	background-position:  0px 0px;
	background-color: #918f8f;
	color: #2a2a2a;
}
		#content1 p {
			width: 186px;
			margin-top: 0px;
			margin-left: 40px;
		}
		#content1 a:link {
			color: #1D3041;
			text-decoration: none;
}
		#content1 a:visited {
			color: #1D3041;
			text-decoration: none;
}
		#content1 a:hover {
			color: #6B8BA6;
			text-decoration: none;
}
		#content1 a:active {
			color: #6B8BA6;
			text-decoration: none;
}
		#content1 ul {
			text-decoration: none;
			margin-top: -15px;
			font-size: x-small;
		}
		#content1 h4 {
			margin-left: 40px;
			margin-top: 0px;
		}
		#content1 li {
			margin-bottom: -1px;
			text-decoration: none;
			}
#content2 {
	font-size: smaller;
	width: 560px;
	height: 251px;
	float: right;
	text-decoration: none;
	background-image: url(../images/usma_main_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #918f8f;
	padding-right: 1px;

}

#content3 {
	font-size: small;
	width: 786px;
	height: 170px;
	text-decoration: none;
	background-image: url(../images/usma_client.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #4e4e4e;
	margin-top: -12px;
}
#content3 p{
	margin-left: 25px;
	padding-top: 55px;
	margin-right: 10px;
}

#footer {
	width: 786px;
	height: 56px;
	margin: 0 auto;
	text-align: right; 
	font-size: x-small;
	background-image: url(../images/usma_footer.jpg);
	background-repeat: repeat-y;
}
		#footer ul {
			margin: 0;
			padding: 15px 0 0 10px;
			position: relative;
			text-align: left;
			
}
		#footer li {
			display: inline;
			padding: 0;
			margin-left: 10px;
}
		#footer a:link {
			color: #FFFFFF;
			text-decoration: none;
			font-size: small;
}
		#footer a:visited {
			color: #FFFFFF;
			text-decoration: none;
			font-size: small;
}
		#footer a:hover {
			color: #800303;
			text-decoration: none;
			font-size: small;
}
		#footer a:active {
			color: #000000;
			text-decoration: none;
			font-size: small;
}
		.footercontact {
			margin-right: 125px;
			}
