/* CSS Document */

/*links*/

a:link { 
	color:#8CBC74;
	font-weight:bold;
	text-decoration:none;
	}
a:visited { 
	color:#8CBC74;
	font-weight:bold;
	text-decoration:none;
	}
a:hover { 
	color:#00FF00;
	font-weight:bold;
	text-decoration:underline;
	}
a:active { 
	color:#8CBC74;
	font-weight:bold;
	text-decoration:none;
	}
	
	.style1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
	.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	}
	
	.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	}
	
	body {
margin: 0px;
background-image: url(images/bgtile.gif);
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

/* site layout */

#container {
width: 860px;
}
#layout {
width: 860px;
min-height: 590px;
height: auto !important; 
height: 590px;
}

			#layoutLeftSide {
			width:45px;
			background-image: url(images/sideLeft.gif);
			background-repeat: repeat-y;
			min-height: 590px;
			height: auto !important; 
			height: 590px;
			}
			
			#layoutBody {
			width: 770px;
			}			
			
					#content {
					width: 770px;
					background-color:#FFFFFF;
					min-height: 590px;
					height: auto !important; 
					height: 590px;
					}
					
					
			#layoutRightSide {
			width:45px;
			background-color:#009933;
			background-image: url(images/sideRight.gif);
			background-repeat: repeat-y;
			min-height: 590px;
			height: auto !important; 
			height: 590px;
			}



#footer {
width: 770px;
height: 44px;
background-image:url(images/footer.gif);
background-repeat: no-repeat;
}
/*Content Divs*/
#navigation {
width: 770px;
height: 56px;
}

#headerImg {
width: 770px;
height: 173px;
}

#copy {
width: 770px;
background-image: url(images/bodybg_3.gif);
background-repeat:repeat-y;
min-height: 375px;
height: auto !important; 
height: 375px;
}

	.copyLeft {
	width: 210px;
	padding-left: 20px;
	padding-right: 10px;
	}
	
	.copyCenter {
	width: 255px;
	padding-left: 20px;
	padding-right: 15px;
	}
	
	.copyRight {
	width: 210px;
	padding-right: 5px;
	padding-left: 15px;
	}
	
	
	
	
	

#copyStandard {
width: 710px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
}


.clear {
clear:both;
}

/* Global Attributes */
img {
border: 0;
}


