html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	
		margin: 0;	
		padding: 0;	
		border: 0;	
		outline: 0;	
		font-size: 100%;	
		vertical-align: baseline;	
		background: transparent;
	}

body {	
	line-height: 1;
}

ol, ul {	
	list-style: none;
}

blockquote, q {	
	quotes: none;
}

/* remember to define focus styles! */
:focus {	
		outline: 0;
	}

/* remember to highlight inserts somehow! */

ins {	
	text-decoration: none;
	}
	
del {	
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {	

	border-collapse: collapse;	border-spacing: 0;
	
	}
	

	
body {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background-color: #EDFAE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 a {

	color: black; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

h3 a:visited {

	color: black; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


.boldText{
	font-weight: bold;
	font-size: 15px;
}

.smallerText {
	font-size: 12px;
}


#homeNav {
	left: 150px;
	top: 58px;
	position: relative;
	width: 200px;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
#homeNav a {
	color: white; 
	text-decoration: none;
}
#homeNav a:hover {
	color: white;
	text-decoration: underline;
}


.toprow{ /*Extra CSS for current menu item*/
height: 149px;
background: transparent url(/front_images/header.jpg);
}


.bottomrow{ /*Extra CSS for current menu item*/
height: 94px;
background: transparent url(/front_images/bg-bottom.jpg);
}


.rightrow{ /*Extra CSS for current menu item*/
width: 249px;
height: 324px;
background: transparent url(/front_images/img-rt.jpg);
}


#thicktabs{
	margin: 0;
	padding: 0;
	float: left;
	font: 13px Verdana;
	font-weight: bolder;
	color: #1A8263;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #1A8263;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(/images/tabbg.gif) top right repeat;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a#selected{ /*Extra CSS for current menu item*/
color: #1A8263;
background: transparent url(/images/tabover.gif) top right repeat;
}

#thicktabs li a:visited{
color: #1A8263;
}

#thicktabs li a:hover{
color: #1A8263;
background: transparent url(/images/tabover.gif) top right repeat;
}


#contentfront {
	font-size: 12px;
	font-style: normal;
	height: 314px;
	width: 260px;
	margin: 0px 0px 10px 10px;
	line-height: 20px;
	padding-right: 20px;
}

#contentfront2 {
	font-size: 12px;
	font-style: normal;
	height: 314px;
	width: 260px;
	margin: 0px 10px 10px 12px;
	line-height: 20px;
	padding-right: 20px;
}

#bottomText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 12px;
	color: #1A8263;
	padding-top: 65px;
}