@charset "utf-8";
/* CSS Document */
body, html {
margin:0px;
font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
}
#militaryimages {
border:1px solid #303030;
margin-left:25px;
}
#container {
background-image:url(/images/mainback.png);
background-repeat:repeat-x;
background-position:top;
padding-top:12px;
}
#innercontainer {
width:782px;
}
#sidebar {
width:200px;
}
#sidebarAdmin {
width:110px;
}
#maincontentAdmin {
width:672px;
}
#maincontent {
width:582px;
}
#menucontainer {
	margin-left:10px;
		width:180px;
}
#menutable {
width:180px;
_width:182px;
}
#mainmenu {
margin:0px;
padding:0px;
text-align:right;
background-color:#0000FF;
padding:0px;
line-height:22px;
background-image:url(/images/menuback.png);
background-repeat:repeat-x;
background-position:top;
background-color:#e8eced;
font-weight:bold;
border-left:1px solid #4a8bda;
border-right:1px solid #4a8bda;
}
#mainmenu2 {
font-size:11px;
padding:0px 6px 6px 6px;
background-color:#0000FF;
background-image:url(/images/menuback.png);
background-repeat:repeat-x;
background-position:top;
background-color:#e8eced;
border-left:1px solid #4a8bda;
border-right:1px solid #4a8bda;
}

#mainmenuLeftCal {
margin:0px;
padding:0px;
	background-color:#0000FF;
	padding:0px;
	background-image:url(/images/menuback.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e8eced;
	border-left:1px solid #4a8bda;
border-right:1px solid #4a8bda;
}
#mainmenu a {
margin:0px;
padding:0px 10px 0 10px;
display:block;
text-decoration:none;
color:#333333;
background-image:url(/images/menu-bullet.png);
background-repeat:no-repeat;
background-position:161px 6px;
width:160px;
}
#mainmenu a:hover {
margin:0px;
padding:0px 0px 0 0xp;
	color:#FFFFFF;
	background-image:url(/images/menu-back-over.png);
	background-repeat:no-repeat;
	background-position:top;
	width:160px;
}
#mainmenu ul {
list-style:none;
margin:0px;
padding:0px;
}
#mainmenu li {
margin:0px;
padding:0px;
}
#menutext {
padding:0px 15px 0px 5px;
background-image:url(/images/menu-underline.png);
background-repeat:repeat-x;
background-position:bottom;
}
#topleft {
height:21px;
background-image:url(/images/table-topleft.gif);
background-repeat:no-repeat;
background-position:left top;
float:left;
padding-left:21px;
}
#topright {
height:21px;
background-image:url(/images/table-topright.gif);
background-repeat:no-repeat;
background-position:right top;
float:left;
width:561px;
}
#bottomleft {
height:21px;
background-image:url(/images/table-bottomleft.gif);
background-repeat:no-repeat;
background-position:left top;
float:left;
padding-left:21px;
}
#bottomright {
height:21px;
background-image:url(/images/table-bottomright.gif);
background-repeat:no-repeat;
background-position:right top;
float:left;
width:561px;
}
#contentarea {
background-color:#fafafa;
border-left:1px solid #4a8bda;
border-right:1px solid #4a8bda;
padding:0px 20px;
}

#contentarea p {
margin-bottom:20px;
}
#contentarea img {
margin:0px 10px 10px 10px;
border:1px solid #4a8bda;
padding:1px;
}
h1 {
font-size:22px;
font-weight:bold;
}
h2 {
font-size:18px;
font-weight:bold;
}
#footer {
text-align:center;
font-size:11px;
padding:10px;
}
hr {
height:1px;
color:#4a8bda;
background-color:#4a8bda;
border:none;
}
.required{
font-size:18px;
font-weight:bold;
color:#B80916;
}
.smallertext {
font-size:85%;

}
.abouttablesmalltext {
font-size:95%;
}
td.directorcell{
padding-left: 15px;
}
.tabletop{
background-image:url(/images/tabletopBG.gif);
background-position:bottom left;
background-repeat:repeat-x;
height: 21px;
color:#363636;
vertical-align:top;
font-weight:bold;
padding-left:5px;
}
.linkscells{
vertical-align:top;
padding-left:15px;
}
td.sidecell{
font-size:8pt;
padding-left: 6px; 
padding-right: 6px;
border-left:1px solid #4a8bda;
border-right:1px solid #4a8bda;
background-image:url(/images/menuback.png); 
background-repeat:repeat-x; 
background-position:top;
background-color:#e8eced;
}
.luncheondate{
font-size: 13px;
font-weight: bold;
padding-top:0px;
margin-top:0px;
text-align:center;
}
.lunchinfo{
margin-left: 36px;
}


a.rollover {
	position: relative;
	float: left;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#d98301;
	
}
a.rollover .over {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor:hand;
	border:0px;
}
a.rollover:hover {
border:0px;
	border-width: 0px; /* IE */
	color: #fafafa;
}
a.rollover:hover .over {
border:0px;
	visibility: visible;
}
a.rollover span {
	position:absolute;
	left:5px;
	top:45px;
	z-index:1000;
}

