/*----------------------Meyer's CSS reset----------------------*/
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, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}



/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(/templates/images/main-bg.jpg) left top repeat-x #cbd5d6;
	color:#006173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	color: #5db922;
	}

a:hover, a:focus{
	color: #50a21c;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	width: 555px;
	color: #006173;
	font-size: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	}

p{
	font-size: 100%;
	line-height: 150%;
	padding: 0 0 2% 0;
	}

h2{
	color: #006173;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 16px 0;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	}

.small{
	font-size: 85%;
	font-weight: normal;
	}
	
	
.smallerNocolor{
	font-size: 70%;
	font-weight: normal;
}

.smaller{
	color:#006173;
	font-size: 75%;
	font-weight: normal;
	padding: 5px 0 0 0;
	}	
	
.thin{
font-size: 70%;
font-weight: normal;
}

.alert{
	/*color: #ff007f;*/
	color: #CF4040;
	}
	
.hide{
	position:absolute;
	top:-999px;
	height:1px;
}
