/************** Main Layout ****************************/
body{
	margin:0;
	padding:0;
	font-family: Arial,  sans-serif;
	background-color: #747779;
	background-image:url(images/bkgd_gradient.jpg);
	background-repeat: repeat-x;
	height:100%;
	}

#container{
	width:900px;
	margin:auto;
	position:relative;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	display:block;
	background:#eee/*url(images/FlagBackground.jpg) repeat*/;
	}	
/************** End Main Layout **************************/





/**************  top of page header  *********************/
#header{
	position:relative;
	top:0;
	left:0;
	width:100%;
	display:block;
	font-size:.8em;
	background: #fff; /*url(images/NavBackground.gif) repeat-x bottom ;*/
	}

#logo{
	background:url(images/DOSRlogosmall.gif) no-repeat top;
	margin-left:auto;
	margin-right:auto;
	height:175px;
	}

.headerdate{
	position:absolute;
	top:3px;
	right:3px;
	font-size:.8em;
	font-weight:bold;
	}

#header ul{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	overflow:hidden;
	text-transform: uppercase;
	}

#header li{
	float:left;
	background:url(images/NavLeft.gif) no-repeat left top;
	margin:0;
	padding:0px 6px 0px 16px;
	}

#navlist a{
	display:block;
	background:url(images/NavRight.gif) no-repeat right top;
	padding:6px 10px 4px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	}

/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
/*#header a {float:none;}*/
/* End IE5-Mac hack */

#navlist a:hover{
	color:#be060a;
	text-decoration:underline;
	}

#navlist #current{
	background-image:url(images/NavLeft_on.gif);
	}

#navlist #current a{
	background-image:url(images/NavRight_on.gif);
	padding-bottom:5px;
	color:#fff;
	}

#emailbutton{
	position:absolute;
	top:26px;
	right:3px;
	text-align:center;
	font-size:.8em;
	}

/**************  end top of page header  *********************/      


/************** local horizontal navigation ******************/
#localnavhor{
	z-index:1;
	min-height:14px;
	top:0;
	left:0;
	width:100%;
	display:block;
	background:#9e0b0e;
	color:#fff;
	font-size:.75em;
	font-weight:bold;
	text-align:center;
	padding-bottom:2px;
	}

#localnavhor a{
	color:#fff200;
	text-decoration: none;
	}

#localnavhor a:hover{
	color:#fff;
	}
/*********** end local horizontal navigation *****************/




/***************** text ******************/
#textarticle{
	position:relative;
	display:block;
	text-align:justify;
	font-size:.9em;
	font-weight:bold;
	width:800px;
	margin:auto;
	}

#textmemorial{
	position:relative;
	display:block;
	text-align:center;
	font-size:.9em;
	font-weight:bold;
	width:800px;
	margin:auto;
	}

#media, #textroll{
	position:relative;
	text-align:center;
	display:block;
	font-size:1.0em;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
	float:none;
	z-index:2;
	}

#textroll ul{
	border:1px solid black;
	background:#fff;
	}



#textroll li{
	font-size:.8em;
	}

#textroll p{
	font-weight:normal;
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	}

#media div{
	display:block;
	border:1px solid black;
	color:#700;
	font-size:1.6em;
	text-align:center;
	}

#media p{
	font-weight:normal;
	text-align:left;
	color:#000;
	font-size:.5em;
	line-height:.9em;
	padding-left:10px;
	padding-right:10px;
	}

#textroll .honor{
	text-align:justify;
	font-size:1.1em;
	font-weight:bold;
	}
/***************** end text ******************/



/********************  box  ***************/
#boxcontainer{
	position:relative;
	display:block;
	top:45px;
	margin:auto;
	}

.box{
	width:750px;
	display:block;
	padding-bottom:30px;
	margin:auto;
	}

.boxheader{  /*inside newsitem*/
	display:block;
	background:url(images/box_top_left.gif) no-repeat top left;
	font-size:.85em;
	color:#000;
	font-weight:bold;
	height:32px;
	text-align:center;
	padding-left:4px;
	}
	
.boxheadercontent{
	background:url(images/box_top_right.gif) no-repeat top right;
	height:32px;
	padding-top:6px;
	}

.boxbottom{
	background:url(images/box_bot_left.gif) no-repeat bottom left;
	padding-left:5px;
	} 

.boxcontent{    /*inside newsitem*/
	display:block;
	background:url(images/box_bot_right.gif) no-repeat bottom right;
	text-align:left;
	font-size:.9em;
	padding-left:14px;
	padding-right:14px;
	padding-top:12px;
	padding-bottom:13px;
	}

.normaltable{
	width:100%;
	border:solid #aaa 1px;
	}

.normaltable td{
	border:solid #aaa 1px;
	vertical-align:top;
	}         
	
.normaltable th{
	border:solid #aaa 1px;
	}
/***************** End box stuff  **************/
	
	
	



/***************** save the date *************/
#savethedate{
	position:absolute;
	top:3px;
	display:block;
	background:url(images/savethedate_background_top.gif) no-repeat top left;
	color:#fff;
	text-align:center;
	font-size:1.3em;
	left:3px;
	width:220px;
	padding-top:13px;
	}

.savethedatebottom{
	background:url(images/savethedate_background_bottom.gif) no-repeat bottom left;
	padding-bottom:13px;
	}


#savethedate a{
	font-size:.7em;
	color:#ffee55;
	}
/***************** end save the date **********/





/***************** page footer *******************/
.footer{              
	display:block;
	position:relative;
	width:100%;
	font-size:.7em;
	font-weight:normal;
	background: #ccc;
	border-top:1px solid #999;
	}                         
	
.footercol1{
	position:relative;
	display:block;
	left:2px;
	width:298px;
	height:65px;
	text-align:center;
	margin-top:15px;
	}
	
.footercol2{
	position:absolute;
	display:block;
	left:300px;
	top:15px;
	width:298px;
	text-align:center;
	}
	
.footercol3{
	position:absolute;
	display:block;
	width:298px;
	top:15px;
	left:598px;
	text-align:center;
	}
/***************** End Footer ********************/





/**************** text effects ********************/
.bigdarkred{
	color:#b22;
	font-size:1.5em;
	text-decoration:bold;
	}

.nodecoration{
	text-decoration:none;
	border:0px;
	}


#meettheboard .italic{
	font-style:italic;
	}

#meettheboard .largeboldcenter{
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	}

#contactinfo{
	text-align:center;
	display:block;
	font-size:1em;
	color:#000;
	padding-left:4px;
	font-weight:bold;
	}
	
.borderbottom{
	border-bottom:2px dashed black;
	padding-bottom:2px;
	}
	
.italic{
	font-style:italic;
	}

.center{
	text-align:center;
	}

.largeboldcenter{
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	}

.olddate{
	font-style:italic;
	color: #888;
	}

.year{
	color:#700;
	font-size:1.4em;
	}

.rollcallname{
	display:block;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	}
.rollcallborderbottom{
	border-bottom:3px groove black;
	padding-bottom:2px;
	}
	
/**************** end text effects ****************/
