
/******  style divs and classes for primainfo ***********************/


/* HTML tag styles (and defaults) **********************************************/

html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,sans-serif;
	color: #000;
	background: #9acc66;
}



h1, h2, h3, h4, h5, h6, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding: 5px 0px 5px 0px;
}

h1{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}

h2{
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}


h3{
	font-size: 100%;
	color: #666;
	text-align: left;
	font-weight: bold;
}

h4 {
	text-align: center;
	font-size: 120%;
	color: #666;
	font-weight: bold;
	line-height: 1.5;
	}

h5 {
	text-align: center;
	font-size: 120%;
	color: #666;
	font-weight: bold;
	line-height: 1.5;
}

h6 {
	text-align: left;
	font-size: 110%;
	color: #666;
	font-weight: normal;
	line-height: 1.5;
}


p {
	text-align: left;
	color: #666;
	font-size: 80%;
	line-height: 1.2;
}

dt, dd {
	color: #666666;
	}
	
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label {
 font: bold 100% Verdana,Arial,sans-serif;
 color: #666;
}
	
em {
	font-style: italic;
	font-weight: normal;
	}			


img {
	border: none;
	}


a:link {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
/*	border-bottom: 1px dotted #009900; */
	}

a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
/*	border-bottom: 1px dotted #009900; */
	}


a:hover {
	color: #666;
	font-weight: bold;
	text-decoration : none;
/*	border-bottom: 1px dotted #009900; */
	}
	
	
	
/*******list styles ************************/

ul {
	display: block;
	list-style: disc; 
	margin: 10px 10px 10px 10px; 
	padding: 10px 10px 10px 10px;
	border: 0px;
	}

li {
	background-color: transparent;
	text-align: left;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 80%;
}

li a {
	color : #999;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 1px dotted #009900;
	}

li a:hover {
	color : #666;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 1px dotted #009900;
	}





/******* nav styles  *************************/

#nav li {
	background-color: transparent;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}


#nav li a, a:visited {
	color : #666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	}

#nav li a:hover {
	color : #fff;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 0px;
	}

/******* navbar styles  *************************/


#slinks ul {
	display: block;
	list-style: none; 
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}

#slinks li {
	background-color: transparent;
	text-align: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border: 0px;
	background-color: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
	list-style-type:none;
	list-style-position:outside
	}

#slinks li a, a:visited  {
	color : #009900;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0px;
	}

#slinks li a:hover{
	color : #9acc66;
	font-weight: normal;
	text-decoration : none;
	border-bottom: 0px;
	}



/********* footer styles *******************************/

#footer {
	font-weight: normal;
	color: #000;
	font-size: 90%;

}


#footer_box {
	border-top: 2px solid black;
	}

#footer_nav {
	text-align: center;
}


#footer a, a:visited {
	color : #666;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 0px;
    }

#footer a:hover {
	color : #fff;
	font-weight: bold;
	text-decoration : none;
    }

#xlink {
	font-weight: normal;
	color: #999;
	font-size: 70%
	}


#xlink a, a:visited {
	font-weight: bold;
	color : #999;
	text-decoration : none;
	}

#xlink a:hover{
	font-weight: bold;
	color : #fff;
	text-decoration : none;
	}


/********link styles **************/
	

#col2 a:link {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	}

#col2 a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	}


#col2 a:hover {
	color: #666;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 0;
	}


#col3 a:link {
	color: #00aeef;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	}

#col3 a:visited {
	color: #00aeef;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	}


#col3 a:hover {
	color: #666;
	font-weight: bold;
	text-decoration : none;
	border-bottom: 0;
	}


/******  feature box styles ****************************/
.feature_box_top {
	background-color: #ccc;
	font-weight: normal;
	border: 1px solid #eee;
	font-size: 120%;
	}
	
	

/**********classes *************************************/

.imglab {
	text-align: center;
	font-size: 70%;
}


.img_R {
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border: 0px;
	}

.img_L {
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 0px;
	}


.img_C_pos {
	text-align: center;
	}
	
.img_C {
	padding: 0px 0px 0px 0px;
	margin: 2px 10px 2px 10px;
	border: 0px;
	}

	
.img_C_brd {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 5px solid #BBBEA9;
	background-color: #BBBEA9;
	}
		
		
.breadcrumb {
	padding: 10px 10px 10px 10px;
	font-size: 70%;
	}
	
.strapline {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	color: #666;
	}

.quote {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 100%;
	}	