@charset "utf-8";
/* CSS Document */

/* ------------------------------ HIDES -------------------------- */
 #nav, #top_nav, #leftnav, footer, #header, #rightcolumn,#side-a, .menu, #sitemap { display : none; }
/* ------------------------------ HIDES -------------------------- */

@charset "utf-8";
/* CSS Document */





	body,
	html {
	margin:0;
	padding:0;
background-image: url(images/bg.png);
background-color:#FFFFFF;
background-repeat: repeat;
	}
	body {
	min-width:819px;
	font-family:Verdana, Arial, Helvetica;
	line-height:1.5;
		color: #808080;
		font-size:12px;
		line-height:1.5;
		text-align:justify;
	
			}
			
/******** images!!!! *********************/
img.float_right {
	float: right;
	margin: 0px 5px 5px; padding: 1px;
	border:0;
}

a img {border: none !important} 
 
#main_content a img {border: none !important} 

 
img.float_left {
	float: left;
	margin: 0px 5px 5px; padding: 1px;
	border:0;
}
/******** images!!!! *********************/


	#wrap { /*  */
		
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 819px;
	height: 100%;
	background-image:url(images/bg_content.png);
	}

		
		
		
	/* ----------- C O N T E N T   --------------------------------------------	*/


		#main_content {
		

		padding-left: 20px;
		padding-right: 20px;
		background-color: #ffffff;	
		}
	
		#main_content h1 
		{ 		
		color: navy;/*808080*/
		font-size:16px;
		font-weight:800;
		margin-bottom:-1px;
 		 }
		#main_content h2 
		{ 
		color: navy;/*808080*/
		font-size:14px;
		font-weight:100;
		text-align:justify;		
		  }
		 #main_content p 
		 { 
		color: #808080;
		font-size:12px;
		line-height:1.5;
		text-align:justify;		
  		}		
		.red {color: #C02541; font-style:italic; text-align:right!important}
		.red1 {color: #C02541; font-style:italic; text-align:left}
		#h3 /*SAME AS P but not justified*/
 		{ 
		color: #808080;
		font-size:12px;
		line-height:1.5;
  		}		
		#main_content ul li
		{
		color: #808080;
		font-size:12px;
		line-height:1.5;
		text-align:justify;
		list-style-type: circle;
		padding-right:15px;		
  		}
		
			/* ----------- L I N K S S T A R T -----------	*/
		#main_content A:link, #main_content A:visited ,#main_content A:active   {
		text-decoration:none;
		color: #4069a0;
		border-right:solid 1px #ffffff;
		border-left:solid 1px #ffffff;	
		border-top:solid 1px #ffffff;
		border-bottom:dotted 1px #808080;
		padding-left:1px;
		padding-right:1px;
		}

		#main_content A:hover   {
		color: #4069a0;
		border-right:solid 1px #C11E3A ;
		border-left:solid 1px #C11E3A ;	
		border-top:solid 1px #C11E3A ;	
		border-bottom:solid 1px #C11E3A ;}
		
		/* ----------- L I N K S END ----------------	*/
		
	/* ----------- C O N T E N T   --------------------------------------------	*/
	
	
	
	
	
/******** forms *********************/
input, textarea, select
{
/*background-image:url(images/bg_form.png);*/ 
font-size:12px;
font-weight:100;
font-style:italic;
color: #8E2437;
border: solid navy 1px;
margin-top:0px;
margin-bottom:1px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.formtext
{

line-height:1.6;
}

/******** forms *********************/