@charset "utf-8";







/* Give the menu bar a width and set the margins to "auto"



 * so that the browser does the centering.



 */



 



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6,/* p,*/ blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, /*table,*/ caption, tbody, tfoot, thead /*tr, th, td*/ {



	margin:0;



	padding:0;



	border:0;



	outline:0;



	font-weight:inherit;



	font-style:inherit;



	font-size:100%;



	font-family:inherit;



	vertical-align:baseline;



}







/* remember to define focus styles! */



:focus {



	outline:0;



}







body {



	font-family:Verdana, Arial, Helvetica, sans-serif;  /* Paragraph Black Text */



	background-color:#ffffff;



	background-image:url('/images/chevymuscledocs.jpg');



	background-repeat:no-repeat;



	background-position:center top;



	line-height:1.5em;



	font-size:85%;



	text-align:left;



	color:#000000;



	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */



	padding: 0;	/*white-space: nowrap; */



}







a {



	color:#0000ee;



	text-decoration:none;



}



	



a:link {



	color:#2200FF;



}







a:visited {



	color:#B700FF;



} 







a:hover 



	{background-color:#eee;



}



/*



a:link {



	color:#000099;



} 







a:visited {



	color:#6699ff;



}







a:hover {



	color:#BEBEBE; 



}







a:active {



	color:#FF0000;



}







p {



	font-family:Verdana, Arial, Helvetica, sans-serif; /* Paragraph Black Text */



	line-height:1.7em;



	font-size:85%;



	color:#000000;



}







ol, ul {



	list-style:none;



}







/* Position Title Text inside header graphic */



.title_text {



	position:absolute;



	top:10px;



	left:20%;



}







.style_select {



	position:absolute;



	top:10px;



	right:300px;



}







.table {



	border-collapse:collapse;



	border: 1px solid #000000;



}







/*



.table,th, td



{



border: 1px solid black;



} */







.caption, th, td {



	font-weight: normal;



}







.th {



	background-color:#C0C0C0;



	border: 1px solid #000000;



	color:#000000;



	text-align: center;



}







.td {



	border: 1px solid #000000;



	color:#000000;



	font-size:85%;



	line-height:1.7em;



}	







dt {



	color:#000080; 



	font-weight:bold; 



	font-style:italic; 



	font-size:125%; 



	line-height:1.25;



}



	



dd {



	line-height:1.2;



}







ul.a {



	list-style-type:circle; 



	margin-left:4em; 



	line-height:1.2;



}







ul.b {



	list-style-type:square; 



	margin-left:4em; 



	line-height:1.2;



}







ul.c {



	list-style-type:square; 



	margin-left:6em; 



	line-height:1.2;



}



ul.d {



	list-style-type:square; 



	margin:10px;



	line-height:1.2;



}







ol.c {



	list-style-type:upper-roman; 



	margin-left:4em; 



	line-height:1.2;



}







ol.d {



	list-style-type:lower-alpha; 



	margin-left:4em; 



	line-height:1.2;



}







blockquote:before, blockquote:after, q:before, q:after {



	content: "";



}







blockquote, q {



	quotes: "" "";



}







.right {



	text-align: right;



} /* use this like this: <p, div, or h1, class="right">Text Aligned Right</p> */







.left {



	text-align: left;



}







.center {



	text-align: center;



}







.float {



	float:left;



	border:1px solid black;



	margin:0px 0px 15px 20px;



}







h2, h3, h4, h5, h6 {



	text-align:left;



}







h1 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;   /* Large Red Header Text */  



	line-height:1.5;



	font-size:175%;



	color:#FF0000;



}







h2 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Article Description Header */



	line-height:1.5;



	font-size:150%;



	color:#000080;



	text-align: center;



}







h3 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;   /* Menu Text */



	line-height:1.25;



	font-size:125%;



	color:#000080;



}







h4 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Side Menu Text */



	line-height:1;



	font-size:100%;



	color:#000080;



}







h5 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Side Menu Text */



	line-height:1.25;



	font-size:85%;



	color:#000080;



}







h6 {



	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;  /* Side Menu Text */



	line-height:1;



	font-size:65%;



	color:#000080;



}







hr {



	border: 0; 



	color: #000000; 



	background-color: #BEBEBE; 



	height: 3px;  



	width: 100%; 



	text-align: left;



} /* Divider Line */







.oneColElsCtrHdr #header { 



	background: #FFFFFF;



	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */



} 







.oneColElsCtr #mainContent {



	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */



}







.oneColElsCtr #container {



	width: 80%;



	/* background: #FFFFFF; */



	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */



	border: 0 solid;



	text-align: left; /* this overrides the text-align: center on the body element. */



}







.oneColElsCtr #container #Message { 



	padding: 3px 8px;	



	border: 2px solid #089F00; 



	background: #E1FFDF; 



	margin-bottom: 15px; 



}







.oneColElsCtr #container #ErrMessage { 



	padding: 3px 8px;	



	border: 2px solid #9F0800; 



	background: #FFE1DF; 



	margin-bottom: 5px; 



}







.oneColElsCtr #container #WarnMessage { 



	padding: 3px 8px;	



	border: 2px solid #974B00; 



	background: #FFD077; 



	margin-bottom: 15px; 



}







.oneColElsCtr #container #footer { 



	text-align: center;



	font-size:65%;



	line-height:1.25em;



	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



} 







.oneColElsCtr #container #footer_gray { 



	text-align: center;



	font-size:65%;



	line-height:1.25em;



	padding: 0 80px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



	color:gray;



} 

.oneColElsCtrMW #mainContent {



	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */



	background-image: url("images/MemorialWall.png");



	background-repeat: repeat;



}







.oneColElsCtrMW #mainContent a:link {



	color:#ffffff;



}    /* unvisited link */







.oneColElsCtrMW #mainContent a:visited {



	color:#ffff00;



} /* visited link */







.oneColElsCtrMW #mainContent a:hover {



	color:#BEBEBE; 



}   /* mouse over link */







.oneColElsCtrMW #mainContent a:active {



	color:#FF8000;



}  /* selected link */







.oneColElsCtrMW #container {



	width: 90%;



	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */



	border: 0 solid;



	text-align: left; /* this overrides the text-align: center on the body element. */



}







.oneColElsCtrMW #container #Message { 



	padding: 3px 8px;	



	border: 2px solid #089F00; 



	background: #E1FFDF; 



	margin-bottom: 15px; 



}







.oneColElsCtrMW #container #ErrMessage { 



	padding: 3px 8px;	



	border: 2px solid #9F0800; 



	background: #FFE1DF; 



	margin-bottom: 5px; 



}







.oneColElsCtrMW #container #WarnMessage { 



	padding: 3px 8px;	



	border: 2px solid #974B00; 



	background: #FFD077; 



	margin-bottom: 15px; 



}







.oneColElsCtrMW #container #footer { 



	text-align: center;



	font-size:65%;



	line-height:1.25em;



	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



} 







.oneColElsCtr #container #footer_gray { 



	text-align: center;



	font-size:65%;



	line-height:1.25em;



	padding: 0 80px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



	color:gray;



} 