body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size : 12px;
	color : #000000;
	background-image:url(images/background_image.jpg);
	background-repeat:repeat-x repeat-y;
	margin-top:0px;
}

.title
{
	font-size : 18px;
	color : #1c5012;
}

.right_border
{
	border-right-color : black;
	border-right-style : solid;
	border-right-width : thin;
}

.highlight_box
{
    cursor: pointer; 
    border:solid 2px #f1e6d6;
}

.highlight_box:hover
{
    cursor: pointer; 
    border:solid 2px #9A3A24;
}

.subtitle
{
	font-size : 14px;
	color : #1c5012;
}

.details
{
	font-size : xx-small;
	color : Maroon;
}

.details2
{
	font-size : smaller;
	color : #1c5012;
}

.breadcrumbs
{
	font-size : smaller;
	color : #1c5012;
}

.news_date
{
	font-size : xx-small;
	color: #be9f4c;
}

.news_title
{
	font-size : 12px;
	color : #006666;
	font-weight:bold;
}

.news_links
{
	font-size : xx-small;
	color : #006666;
}

A {
	color : #9A3A24;
	text-decoration : none;
}

A:HOVER {
	color : #9A3A24;
	text-decoration : underline;
}

label
{
    width:100px; 
    float:left; 
    margin-left:5px
}

.boxHeader
{
    text-align:left;
    border: 1px solid #285733;
    color: white;
    background-color: #1c5012;
    font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    padding-bottom:4px;
    margin-bottom:0px;
}

.boxContent
{
    padding-top:0px;
    margin-top:0px;
    text-align:left;
    background-color: #eddcc4;
    border: 1px solid #285733;
    font-family:Tahoma;
    font-size: 12px;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



.cell {
border-right: 1px solid #749C6F; 
}

.bordered
{
	border-left : thin solid #006666;
	border-bottom : thin solid #006666;
	border-right-color : #006666;
	border-right-style : solid;
	border-right-width : thin;
	border-top : thin solid #006666;
}


#Center_Div{
	width:800px;
	margin:0 auto;
}

#All_Surround_Div{
	width:800px;
}

#Lower_Shadow_Div{
	width:800px;
	float:left;
}

#Outer_Shadow_Div{
	float:left;
	width:800px;
	background-image:url(images/background_shadow.png);
	background-repeat:repeat-y;
}

#Main_Layout 
{
	float:left;
	padding-left:25px;
	width:750px;
}

#logo 
{
	float:left;
	width:374px;
	height:164px;
}

#main-picture 
{
	float:left;
	width:376px;
	height:164px;
}

#top-flag 
{
	float:left;
	width:750px;
	height:22px;
}

#black-bar 
{
	border-bottom: none;
	border-bottom-color: White;
	background-image:url(images/black_bar_full.gif);
	float:left;
	width:750px;
	height:29px;
}

#content 
{
	background-color:#f1e6d6;
	float:left;
	top:215px;
	width:750px;
}

#bottom-flag 
{
	float:left;
	width:750px;
	height:38px;
	margin-top:-3px;
	padding-top:-3px;
}


/*******************
Pop-up Styling
*******************/
#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	z-index:2;
}
