@charset "utf-8";
/* CSS Document */
body {  /*Place specific scrollbar colors here*/
	align: center;
	scrollbar-arrow-color: #FFC600;
	scrollbar-3dlight-color: #FFC600;
	scrollbar-shadow-color: #FFC600;
	scrollbar-darkshadow-color: #FFC600;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-track-color: #0000000;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFc600;
	font-size: 12pt;
	height: auto;
	background-position: 10px 10px;
	background-image: url(/1stcavdiv/img/usarmy_icon.png);
	background-repeat:no-repeat;
}
a:link {
	color: #FFC600;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
h1 {
	color: #CCCCCC;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
h2 {
	color:#CC9966;
	letter-spacing: -0.2em;
	text-transform:capitalize;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}
h4{	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffc600;
	font-size: 1em;
}
p {
	text-indent: 2em;
	text-align: left;
}
.container{
	text-align: inherit;
	position: relative;
}
#masthead{
	height: 100px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#newshead {
	text-align: center;
}



#main{
	margin-right: auto;
	margin-left:auto;
	padding:0px;
	overflow: auto;
	height: auto;
	text-align: center;
}
#secondary{
	margin-right: auto;
	margin-left:auto;
	width: 1000px; 
	height: 35px; 
	margin-top: 1px;
	padding:0;
}
#footer{
	margin-right: auto;
	margin-left:auto;
	width: 1000px;
	height:20px;
	margin-top:5px;
	padding:0px;
	clear:both;
	font-size:10px
}

