
/* CSS Document */

body {
	background-color:#FFFFFF;
	font:12px "Minion Pro";
	color: #666666;

}

table {
}

tr {
	font:12px ;
}

td {
	font:12px ;
}

p {
	font: 12px "Minion Pro";
	text-align:justify;
}

a {
	color: #660000;
	text-decoration:none;
	}
	
a:hover {
	color: #5C743D;
	}

table.space {
	border-spacing: 0px;
}

/* Div IDs */

#container {
	position: relative;
	margin: 0 auto;
	top:50px;
	width:750px;

	background-color: #FFFFFF;
	text-align: justify;		
}

#container2 {
	background-color:#FFFFFF;
	position: relative;
	margin: auto;
	top: 00px;
	width: 100%;	
	z-index: 1;
	text-align: center;
	vertical-align: middle;
}

#logo {
	vertical-align: middle;
	text-align:left;
	font:24px "Trajan Pro";
	font-weight:800;
	color:#660000;
}

#logo_sub {
	font:16px "Trajan Pro", Times, serif;
	font-weight:800;
	color:#660000;
}



/* ------------------------------------------------ */
/* Navigation Bar 1                                */
/* ---------------------------------------------- */
#nav1 {
	font:11px "Trajan Pro", Times, serif;
	/* border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;  */
	color: #666666;
}

#nav1 a {
	color:#666666;
	text-decoration:none;
}

#nav1 a:hover {
	background-color:#666666;
	color: #ffffff;
}
/* ------------------------------------------------ */
/* Navigation Bar 2                                */
/* ---------------------------------------------- */
#nav2 {
	text-align:left;
	color: #660000;
	font:10px "minion Pro";
}

#nav2 a {
	color:#660000;
	text-decoration:none;
}

#nav2 a:hover {
	background-color:#660000;
	color: #ffffff;
}

/* ------------------------------------------------ */
/* Navigation Bar 3                                */
/* ---------------------------------------------- */
#nav3 {
	font:10px "minion Pro";
}

/* ------------------------------------------------ */
/* Footer                                          */
/* ---------------------------------------------- */
#footer {
	font:10px, "minion Pro";
}
#footer a {
	color:#999999;
	text-decoration:none
}
	
#Cell_LAT {
	border-bottom-color:#660000;
	border-bottom-style:solid;
	border-bottom-width:medium;
}

#cell_box1 {
	text-align: justify;

	border-top-color:#999999;
	border-top-style: solid;
	border-top-width: thin;

	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#cell_box2 {
	text-align: justify;
	vertical-align:top;
	font:"Minion Pro";
	
	border-top-color:#999999;
	border-top-style: double;
	border-top-width: medium;
	
	border-bottom-color:#999999;
	border-bottom-style: double;
	border-bottom-width: medium;
}	
#cell_box6 {
	text-align: justify;
	vertical-align:top;
	font:"Minion Pro";
		
	border-bottom-color:#999999;
	border-bottom-style: double;
	border-bottom-width: medium;
}
#cell_box5 {
	text-align: justify;
	vertical-align:top;
	font:"Minion Pro";
}	
#cell_box4 {
	text-align: justify;
	vertical-align:top;
	font:"Minion Pro";
	
	border-top-color:#999999;
	border-top-style: double;
	border-top-width: medium;
}		



#cell_box3 {
vertical-align:top;
}

#banner {
	text-align:center;
	vertical-align:top;
	font-size:36px;
}

#b_article {
	text-align:center;
	vertical-align:top;
	font:"Minion Pro";
}

/* ------------------------------------------------ */
/* Article Titles                                  */
/* ---------------------------------------------- */
#article {
	font:15px "Trajan Pro", Times, serif;
	color: #000000;
	font-weight:bold;
	text-align:left;
}
#article a {
	color:#000000;
	text-decoration:none;
}



#nav1_row {
	border-bottom-color:#999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
	
#backtop {
	height:50px;
	text-align: right;
	vertical-align:top;
}	

#backtop a {
	color:#666666;
	text-decoration:none;
}

	
/*Recent Events Table*/	
#reev {
	text-align: justify;
	vertical-align:top;
}

#reev td {
	text-align: justify;
	vertical-align:top;
}

#reevDate {
	color:#660000;
}

/*-------------------*/	
 /*General Articles Table*/
#artab {
	font:"Minion Pro";
	text-align: justify;
	vertical-align:top;
}

#artab td {
	font-family:"Minion Pro";
	text-align: justify;
	vertical-align:top;
}

#artSec {
	color:#660000;
	vertical-align:top;
	text-align:center;
}
 /*-----------------------*/	
	
#service_head {
	background-image:url(graphics1/Services_Banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
	
#ldrc_head {
	background-image:url(graphics1/LDRC.jpg);
	background-position:right;
	background-repeat:no-repeat;
}	

#about_head {
	background-image:url(graphics1/About.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#info_head {
	background-image:url(graphics1/Info.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#contact_head {
	background-image:url(graphics1/Contact.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
	
/*---------Quote Spans-----------*/

#quoteL{
	text-align:left;
	color:#660000;
	font-weight:bold;
}

#authL{
	text-align:left;
}

#quoteC{
	text-align:center;
	color:#660000;
	font-weight:bold;
}	

#authC{
	text-align:center;
}

#quoteR{
	text-align:right;
	color:#660000;
	font-weight:bold;
}	

#authR{
	text-align:right;
}	
	
	
	
