
/************************************ Links ************************************/


/***** General links (applies to all not otherwise set) *****/
a {color: #000; text-decoration:underline;}
a:visited {color: #000;}
a:hover {color: #E2080F; text-decoration:none;}
a:active {color: #92080F;}





/******************************** Document body ********************************/
body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	
}





/******************************* Main content ************************************/

/***** The centered div containing all content *****/
.borderdiv{

	margin-top:auto;
	margin-bottom:auto;
	width:604px;
	margin-left:auto; 
	margin-right:auto;
	padding:1px;
	/*border-top: 2px dotted #99bbaa;
	border-left: 2px dotted #99bbaa;
	border-right: 2px dotted #557700;
	border-bottom: 2px dotted #557700;*/
	
}
.maindiv{
	
	width:600px;
	/*border-top: 2px dotted #99bbaa;
	border-left: 2px dotted #99bbaa;
	border-right: 2px dotted #557700;
	border-bottom: 2px dotted #557700;*/
}

.contentcell{
	z-index:999;
	padding-left:25px;

}

.titles{

	color:#A0C552;
	font-family:Arial, Helvetica, serif;
	font-size:18px;
	
}

.titlesb{

	color:#668811;
	font-family:Arial, Helvetica, serif;
	font-size:22px;
	
}

.spacer{

	margin-left:25px;
	
}

p{

	margin-left:0px;
	font-size:12px;
	
}

.listbg{
	
	display:block;
	text-align:left;
	width:260px;
	padding:15px;
	padding-left:5px;
	margin-bottom:20px;

}


.contactbg{

	display:block;
	margin-top:-80px;
	margin-left:335px;
	text-align:right;
	width:260px;
	padding:25px;
	/*background:#F4F9ED;*/
	margin-bottom:20px;
	border-top: 0px dotted #ccee77;
	border-left: 0px dotted #ccee77;
	border-right: 0px dotted #557700;
	border-bottom: 0px dotted #557700;
	
}

#eml{

	color:#000000;
	font-family:Arial, Helvetica, serif;
	font-size:17px;

}

