/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bckgrnd.jpg);
	background-repeat:repeat-x;
	}
	
.smalltext {

	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.normal {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	hover: #000000;

}
.title {
	font-family: "arial";
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	hover: #000000;

}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #c60000;
	font-weight: bold;
	text-decoration:none;
	}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color: #9b1e43;
	font-weight: bold;
    text-decoration:underline;
	}
	
H1 {

	font-family: "arial";
	font-size: 20px;
	color: #006634;
	font-weight: bold;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;

}

H2 {

	font-family: "arial";
	font-size: 14px;
	color: #006634;
	font-weight: bold;
}

H3 {

	font-family: "arial";
	font-size: 12px;
	color: #9b1e43;
	font-weight: normal;	
}

.floatimgleft {
float: left;
margin-top:5px;
margin-left:5px;
margin-right:15px;
margin-bottom:10px;

}

.floatimgright {
float: right;
margin-top:5px;
margin-left:15px;
margin-right:5px;
margin-bottom:10px;

}
	

#base {
	padding: 0px;
	position:relative;
	width: 850px;
	top:0px;
	margin-left:auto;
	margin-right:auto;


}
#header { 
	width:850px;
	height: 135px;
	padding-top:5px;
	background-color:#ffffff;
	border-style:solid;
	border-color:#006634;
	border-top-width:0px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	text-align:center;
	z-index:2;
}

#main { 
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:#006634;
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	z-index:2;
}

#main_text { 
	width:850px;
	background-image:url(images/col1bckgrnd.jpg);
	background-repeat:repeat-y;
	background-position:left;
	border:1px;
	z-index:2;
}

#footer {
	clear:both;
	width:850px;
	height:25px;
	padding-top:15px;
	background-image:url(/images/col1bckgrnd.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align:center;
	z-index:2;
	
}


#details {
	position:absolute;
	width:250px;
	height:110px;
	left: 600px;
	top: 10px;
	text-align:left;
	background-image:url(images/tools.jpg);
	background-repeat:no-repeat;
	z-index:3;

	}
	
#cblue_link {
    clear:both;
	width:250px;
	height:25px;
	float:left;
	margin-left:5px;
	margin-top:5px;
	padding-right:2px;
	text-align:left;
	z-index:3;
	}
		
#col_1 {
	width:155px;
	float:left;
	margin-left:5px;
	padding-right:2px;
	text-align:left;
	z-index:3;
}

#col_2 {
	width:400px;
	float:left;
	margin-left:5px;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right:5px;
	z-index:3;
}


#col_3 {
	width:220px;
	float:left;
	margin-left:5px;
	border-style:solid;
	border-color: #006634;
	border-left-width:1px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	padding: 5px;
	padding-right:2px;
	text-align:left;
	z-index:3;
}
