/* GUS MAIN GLOBAL STYLES V3  */
/* Mary Hutchison 2008 */


body {
        margin:0;
        padding:0;
        border:0;	
        width:100%; 
        background:#FFFFFF;  
		font-family: Verdana, Arial, Helvetica, Sans-serif;
}
		
form  {
		margin:3px;
}
	
.bgLine {
background-image: url('../images/global/bg_lines.gif');
background-color: #FFFFFF;

}

#bgLineIndex {
background-image: url('../images/global/bg_lines.gif');
background-repeat: no-repeat;
background-position: 0px 200px; 
background-repeat: repeat;
margin-top: 4px;
}

.sectionIndex2 {	
width:770px;
height:450px;
background-image: url(' ../images/global/bg_section_index2.gif');
background-position: 0px 0px; 
background-color: #FFFFFF;	
}
.sectionIndex3 {	
width:770px;
height:450px;
background-image: url(' ../images/global/bg_section_index3.gif');
background-position: 0px 0px; 
background-color: #FFFFFF;	
}

.sectionIndex4 {	
width:770px;
height:450px;
background-image: url(' ../images/global/bg_section_index4.gif');
background-position: 0px 0px; 
background-color: #FFFFFF;	
}

#banner {
	    width:100%;
        margin-top:4px;
		margin-bottom:3px;
		padding-left:8px;
		clear:both;
    }
	
.clear {
		clear:both;
	}
	
	
/* PAGE TOOLS */	
	
.toolBox  {
float: right;
position:relative;
padding: 0px;
margin-top:0px;
font-size: 78%;
}

.tools  {
width: 85px; 
text-align: left;
border-bottom: 1px dotted #CCCCCC;	
padding: 4px;
margin: 0px;
}

.toolsTop  {
width: 85px;
text-align: left;
border-bottom: 1px dotted #CCCCCC;
border-top: 1px dotted #CCCCCC;	
padding:4px;
margin: 0px;
}
	
	
.toolsFooter  {
width: 690px;
font-size: 78%;
border: 1px dotted #CCCCCC;	
padding: 5px;
margin-top: 12px;
margin-bottom: 12px;
}

/* RULES*/	

.rule {
    clear: both;
	border-top: 1px solid #CCCCCC;
	/* height: 5px;*/
}


hr { color: #CCCCCC; height: 1px;
     margin-top: 16px;
	 margin-bottom: 16px;
}

/* Footer*/

#footer {
        clear:both;
        float:left;
        width:100%;
		padding-top: 4px;
		text-align:center;
		border-top: solid 1px #CCCCCC;
		color: #666666;			
    }
	
.pad {
margin: 3px;	
}

.footerText {
font-size: 75%;
font-family: Arial, Helvetica, sans-serif;
padding-left: 12px;	

}	
	
.footerSubText {
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
padding-left: 12px;	
}
	
#footer a , #footer a:link, #footer a:visited { text-decoration: none; color: #666666;} 
#footer a:hover {text-decoration: underline; color: #000000;}
		

