/*FORMATTING THE POSITION OF THE MAIN PAGE ELEMENTS*/
body,html {
		margin: 0;
		padding: 0;		
		background-color: #fff;
		background-image: url(../graphics/back.gif);
		background-repeat:repeat-x;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #000;
		min-width:900px;
		
		height: 100%;
		width: 100%;
		}

		
* html  .content{width:900px}

#wrap {
		background: url(../graphics/wrap.gif) repeat-y;
		margin:0px auto;
		width:900px;
		
		}
		
/*STYLING THE HEAD SECTION OF THE DOCUMENT*/
#header {
		width: 900px;
		height: 120px;
		background-image: url(../graphics/header.gif);
		background-repeat: no-repeat;
		}

.logo { margin-left:-13px;
		margin-top:17px;
		float: left;
		}

.generic_logo{
		float: right;
		margin-right:-44px;	
		margin-top:69px;
		}
	
/*STYLE FOR THE FOOTER SECTION OF THE PAGE*/
#footer {
		background-image:url(../graphics/footer.gif) ;
		background-repeat: no-repeat;
		clear:both;
		width: 900px;
		height: 139px;
		}

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

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


#footer_text {
		float: left;
		width: 325px;
		padding:30px 0 0 14px;
		color: #999;
		font-size: 11px;
		z-index:200;
		}

#farmore{
		float: right;
		text-align: right;
		width: 325px;
		padding:30px 10px 0 0 ;
		color: #999;
		font-size: 11px;
		}

.clearer {
		clear: both;
		}


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

.td_style
		{
	background-color:#EEF0E8;
	border:1px solid #E4E7D8;
	padding:10px;
	width:575px
		}

/*FORMATTING FOR STANDARD HTML TAGS*/

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

h2 {
		font-size: 14px;
		color: #000;
		margin:  0;
		
		}

hr {
		border: none 0;
		border-top: 1px solid #a0b0c6;
		height: 1px;
		}

li {
		list-style: none;	
	}


ul.square {
	
		list-style-type:square;
}
	
.blank_space p{
		margin-bottom:-10px;
		}
	

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

a:visited{
		color: #006AC3;
		
		}

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

a:active	{
		color: #000033;
			
		}	
			
#right_content {
		margin-right:-30px;
		float:right;
		width:150px;
		margin-top:-7px;		
		}
		
/*  LEFT CONTENT style, positioning of div and style of link*/
#left_content{
			
		float: left;
		width: 150px;
		margin-left: 24px;
		/*margin-bottom:40px;*/
		}
		
/*STYLE FOR THE MAIN CONTENT */
#content {
		width: 570px;
		float: left;
		margin: 2px 0 0px 20px;
		/*min-height:610px;*/
		/*margin-left:170px;*/
		}

.padded {
		padding-left:25px;
		/*border-bottom: 1px solid #fff;*/
		} 

a img {
		border:0px; 
		text-decoration: none;
		/*border-bottom: 1px solid #fff;*/
		} 

/*STYLE FOR MENU DYNAMIC DRIVE */
.glossymenu{
margin: 5px 0 0 -10px;
padding: 0;
width: 168px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;

}

.glossymenu a.menuitem{
background: black url(../graphics/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../graphics/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #5d6445;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

