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,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup  */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Begin CSS */

a	{

	color: #1e548f;
	text-decoration: none;

}

a:hover	{

	text-decoration: underline;

}

blockquote {

	padding-left: 3em;

}

body {

	background-color: #7fa9d4;
	margin-top: 0px;
}

body, html, p {
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

#callout1 {
	
	background-color: #f3f3f3;
	background-image: url(../images/callout1_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:190px;
	margin: 0px 0 0 20px;
	
}

#callout1 p {

	font-size: 15px;
	padding: 10px;

}

#callout2 {
	
	width: 505px;
	background-color: #a3c672;
	background-image: url(../images/callout2_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	height:150px;
	margin: 0px 0 0 20px;
	
}

#callout2 p {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-style: italic;
	padding: 20px;	

}

#callout3 {
	
	background-color: #e5eef6;
/*	background-image: url(../images/callout2_bg.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	padding: 10px;
	
}

#callout_event {
	
	background-color: #e5eef6;
	width:250px;
	float:right;
	margin:10px;
	padding: 10px;
	text-align:center;
	
}

#content {

	padding: 20px 20px 20px 40px;
	background-color: #fff;

}

#footer {

	text-align: center;
	padding: 10px;

}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 27px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 12px;
	
}

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	
}

h4 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#666666;
	line-height: 20px;
	
}

hr {

	border: none 0;
	border-top: 1px dashed #000;
	width: 100%;
	height: 1px;
}

hr.contact {

	border: none 0;
	border-top: 1px dashed #666;
	width: 50%;
	height: 1px;
}

.main {

	margin-top: 20px;	
	background-color: #fff;
	
}

#nav_left {

	background-image: url(../images/nav_lft_bg.gif);
	background-repeat: repeat;
	font-size: 11px;
	font-weight: bold;
}

#nav_left ul {

	list-style-type: none;
	padding: 0;
	margin: 0px 35px 0px 20px;

}

#nav_left li {

	border-bottom: 1px dashed #a3c672;

}

#nav_top {

	top: 0px;
	left: 0px;
	height: 30px;
	width: 706px;
	background-image: url(../images/nav_bg.gif); 
	background-position: top;
	background-repeat: none;
	
}

ul.number {

	list-style-type: decimal;
	padding: 0;
	margin-left: 3em;

}

li.number {
 
	padding-left: 0;
	margin: 1em 0;
	
}

#wrap {

	width: 706px;
	margin: 0 auto;
	border: 0px solid #b9b7b3;
	background-color: #ffffff;
	z-index:1;

}

#leftpicture {
	float: left;
	margin-right: 15px;
}
