body {
background-color:#FDFFD7;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#333;
font-size:12px;
}
p{
font-family:Arial;
font-size:12px;
}

h1, h2, h3, h4, h5, h6{
font-family:Tahoma;
}
span.branch_list{
   font-size:15pt;
   font-family:Tahoma;
   font-weight:bold;
   color:#fff;
}
div.branch_list{
   background-color:#114379;
   margin:0;
   text-align:center;
   margin:0 auto;
   margin-top:5px;
   margin-bottom:5px;
   padding:3px;
   width:250px;
   height:25px;
   vertical-align:middle;
   border:1px solid black;
}
a.branch_list{
	text-decoration:none;
	color:#fff;
}
a.branch_list:hover{
	text-decoration:underline;
	color:yellow;

}
span.state_list{
   font-size:15pt;
   font-family:Tahoma;
   font-weight:bold;
   color:#fff;
}
div.state_list{
   background-color:#114379;
   margin:0;
   text-align:center;
   margin:0 auto;
   margin-top:5px;
   margin-bottom:5px;
   padding:3px;
   width:250px;
   height:25px;
   vertical-align:middle;
   border:1px solid black;
}
a.state_list{
	text-decoration:none;
	color:#fff;
}
a.state_list:hover{
	text-decoration:underline;
	color:yellow;

}
h1.header{
	font-size:18pt;
	color:#CE2F06;
	margin:0;
}
h2.subheader{
	color:#CE2F06;
	margin-bottom:2px;
}
h3.catheader{
	color:#333;
}
#header
{
	height: 100%;
	margin-bottom:0;
	border-bottom: 1px solid #999;
}
.navigation
{
	font-family:tahoma;
	font-size:12px;
	height: 20px;
	width:100%;
	background-color:#eff1cc;
	margin:0;
	padding:.2em;
	}
a.nav{
	font-weight:bold;
	color:#114379;
}
a.nav:hover{
	font-weight:bold;
	text-decoration:underline;
	color:#CE2F06;

}
a{
	text-decoration:none;
	color:#114379;
}
a:hover{
	text-decoration:underline;
	color:#CE2F06;

}

#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}

#col1
{
	float: left;
	width: 44%;
	margin-bottom: 1em;
	border-right: 1px solid #999;
	padding-right: 3%;
}

#col2
{
	float: left;
	width: 19%;
	margin-left: 2%;
	margin-bottom: 1em;
	/*padding-left: 3%;*/
}

#col3
{
	float: left;
	width: 19%;
	margin-left: 3%;
	border-left: 1px solid #999;
	margin-bottom: 1em;
	padding-left: 3%;
}

#footer
{
	clear: both;
	height: 50px;
	border-top: 1px solid #999;
	padding: .5em;
	text-align: right;
	color: #777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
div.topright{
    display:block;
    position:absolute;
    padding:10px;
    top:5px;
    right:5px;
    width:400px;
    border:1px dotted #ddd;
  }
div.graphic {
z-index:-1;
height:100px;
width:200px;
position:absolute;
right:0;
top:0;
}
div.locationContainer{
margin:0 auto;
width:80%;
text-align:left;
}
table.regimentDisplay{
	border:1px solid #444444;
	margin:0 auto;
	width:800px;
}
th.regimentDisplay{
	font-family:Tahoma;
	font-weight:bold;
	font-size:14pt;
	border-bottom:1px dotted #999999;
}
td.regimentDisplay{
	font-family:Arial;
	color:#444444;
	font-weight:bold;
	font-size:10pt;
	padding:5px;
	text-align:center;
}
a.regimentDisplay{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
a.regimentDisplay:hover{
	text-decoration:underline;
}
table.soldierDisplay{
	border:1px solid #444444;
	margin:10px auto;
	width:600px;
}
th.soldierDisplay{
	font-family:Tahoma;
	font-weight:bold;
	font-size:14pt;
	border-bottom:1px dotted #999999;
}
td.soldierDisplay{
	font-family:Arial;
	color:#114379;
	font-weight:bold;
	font-size:12pt;
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
a.soldierDisplay{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
a.soldierDisplay:hover{
	text-decoration:underline;
}