/*FORMATTING THE POSITION OF THE MAIN PAGE ELEMENTS*/

img, div { behavior: url(../includes/iepngfix.htc) }

body,html {
		margin: 0;
		padding: 0;		
		background-color: #A4A4A4;
		background-image: url(../graphics/back.jpg);
		background-repeat:repeat-x;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #000;
		min-width:800px;
		
		height: 100%;
		width: 100%;
		}

		
* html  .content{width:800px}

#wrap {margin:0px auto;
		width:800px;
		
		background-color:#FFFFFF;
		background-image: url(../graphics/wrap.jpg);
	}
		
/*STYLING THE HEAD SECTION OF THE DOCUMENT*/
#header {
		width: 800px;
		height: 200px;
		/*margin-bottom:20px;*/
		background-image: url(../graphics/header.jpg);
		background-repeat: no-repeat;
		}

		
/*  LEFT CONTENT style, positioning of div and style of link*/


		
/*STYLE FOR THE MAIN CONTENT */
#content {
		width: 530px;
		float: left;
		margin: -30px 0px 0px 20px;
		z-index:200;
		}



a img {
		border:0px; 
		text-decoration: none;
		/*border-bottom: 1px solid #fff;*/
		} 
		
		
#right_content {
		margin:-40px -9px -3px 0px;
		float:right;
		width:250px;
		
		}
/*STYLE FOR THE FOOTER SECTION OF THE PAGE*/
#footer {
		background-image:url(../graphics/plain_footer.jpg) ;
		background-repeat: no-repeat;
		clear:both;
		width: 800px;
		height:130px;
		/*padding-top:50px;*/
		}

#footer a {
		
		padding: 2px 2px 2px 2px;
		color: #fff;
		text-decoration:none;
		}

#footer a:hover {
		color: #999;
		}


#footer_text {
		position:relative;
		float:left;
		width: 500px;
		padding:60px 0px 0px 0px;
		color: #374555;
		text-align:left;
		font-size: 11px;
		z-index:200;
		
		}

#farmore{
		position:relative;
		float: right;
			padding:60px 0px 0px 0px;
		color: #fff;
		font-size: 11px;
		}
#farmore a {
		padding: 2px 2px 2px 2px;
		color: #fff;
		text-decoration:none;
		}
.clearer {
		clear: both;
		}


.form_style
		{
	width:300px;
	background-color:#fff;
	border:1px solid #ccc;
		}

.td_style
		{
	background-color:#F1F4F0;
	border: 1px  dashed #ccc;
	padding:6px;


		}

.td_head
		{
	background-color:#D9D8C1;
	border: 1px  dashed #ccc;
	text-align:center;
	padding:6px;


		}
/*FORMATTING FOR STANDARD HTML TAGS*/

h1 {
		font-size: 18px;
		color: #A70303;
		margin:0;
}

h2 {
	font-size: 14px;
	color: #A70303;
}



h4 {
	font-size: 12px;
	color: #A70303;
	border-bottom: 1px dashed #ccc;
	padding:6px 4px 6px 4px;
}


hr {
		border: none 0;
		border-top: 1px dashed #ccc;
		height: 1px;
		width:150px;
		padding-bottom:6px;
		
		}

li {
		list-style: none;	
	}

ul{
		padding: 0px;
		margin: 0px;
		}
	
.blank_space p{
		margin-bottom:-10px;
		}
	

/*STYLE FOR ALL LINKS*/		
a:link	{
		color: #A70303;
		padding-bottom:1px;
		}

a:visited{
		color: #A70303;
		
		}

a:hover{	
		color: #000033;
		text-decoration:none;
		}

a:active	{
		color: #000033;
			
		}	
	
.border {
border :1px solid #ccc;
padding:6px;
}


#menu {
font-size:13px;
color:#374555;
text-decoration:none;
padding-top:108px;
margin-left:20px;
}
#menu a:link	{
		color: #374555;
		text-decoration:none;
		font-weight:bold;
		}
#menu a:visited{
		color:#374555;
		font-weight:bold;
		text-decoration:none;
		}

#menu a:hover{
	color: #fff;
	padding-bottom:6px;

	
	border-bottom:2px solid #556A75;
	font-weight:bold;
		}

#menu a:active	{
		color: #fff;
			border-bottom:2px solid #556A75;
			font-weight:bold;
		}	
