@CHARSET "ISO-8859-1";



html

{

overflow-y: scroll; /*avoids Mozilla based-browser x shift on pages requiring scroll bars */

height:100%;

margin-top: auto 0px;

}



body {

width: 100%;

padding: 0px;

margin-top: auto 0px;

font-family: Lucida Sans Unicode, Arial, sans-serif;

font-size: 12px;

line-height: 18px;

color: #333;

/*background-image: url(../images/backgroundRepeat.jpg);

background-repeat: repeat-x;

background-attachment: fixed;*/

}



#container {

width: 806px;

margin: auto;
	
color: #333;

}

#mainCol {

width: 800px;

height: 100%;

margin: auto;
	
padding: 0px;
	
background-color: #c0e2ca;


}

#leftCol {

width: 329px;

height: 700px;

background-image: url(../images/bigMan.jpg);

background-repeat: no-repeat;

float: left;

}

#rightCol {

width: 450px;

float: right;

}

#imageRightBanner {

width: 385px;

padding-bottom: 10px;

}


.rightColText {

width: 390px;

font-size: .95em;	

padding-bottom: 10px;

}


.rightColText a{

font-size: 1.2em;

color: #062E21;
	
text-decoration: none;


}

.rightColText a:hover{

font-size: 1.2em;

color: #062E21;
	
text-decoration: underline;

}


#corners {

width: 800px;
	
height: 20px;
	
margin: auto;

padding: 0px;
	
background-image: url(../images/greenCorners.jpg);

}

img.floatLeftClear { 

float: left; 

margin: auto; 
    
border-width: 0px;
    
}

img.floatRightClear { 

    float: right; 

    margin: 0px; 
    
    border-width: 0px;

}


#header {

	width: 519px;

	height: 186px;

	padding-bottom: 5px;

	margin: auto;

	background-image: url(../images/logoHead.jpg);

	background-repeat: no-repeat;
	
	color: #FFF;


}


/******** MENU *******/


#footer {

clear:both;

color:#FFF;

text-align: center;

background-color: #062E21;

padding-top: 10px;

font-size: 9px;

width: 800px;

height: 30px;

line-height:  14px;
	
}


#footer a {

color: #FFF;

text-decoration:none;

}



#footer a:hover {

color: #FFF;

text-decoration:underline;

}



#bottomRightsText {

	width: 800px;

	padding-top: 10px;

	margin-bottom: 10px;

	text-align: center;

}



.h1 {

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 14px;

	line-height: 18px;

	font-weight:normal;

	color: #000;
	
	padding-top: 15px;

}



.h2 {

	height: 20px;

	margin: auto 0px;

	padding-top: 15px;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 2em;

	line-height: 18px;

	color: #062E21;

}



.h3 {

	margin: auto 0px;

	text-align: right;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 9px;

	color: #333;

	}
	
.h3 a{

	color: #532755;

	}
	
.h3 a: hover{

	color: #000;

	}


.h4 {

	margin: auto 0px;

	text-align: left;

	font-family: Lucida Sans Unicode, Arial, sans-serif;

	font-size: 16px;

	color: #FFF;

	}
	
.h4 a{

	color: #790912;

	}
	
.h4 a: hover{

	color: #C90909;

	}

	

	

	

	

	