/* #stevebarty template css begin */

/* This set of CSS rules applies to the content inside the Flexi CSS Layout (menus, lists, forms etc.). You can modify these rules or add your own. */



@charset "utf-8";
/* CSS Document */

/* start reset css */

html, body, div, span, applet, object, iframe, ul, ol, img, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


/* end reset css */

/* start top navigation menu */

#topNavigation {
	float: left;
	width: 530px;
}

#topNavigation li {
	float: left;
	list-style: none;
	font-size: 15px;
	padding-right: 10px;
	padding-top: 30px;
}

#topNavigation a:link, #topNavigation a:active, #topNavigation a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#9900CC;
	text-decoration:none;
	text-align:left;
}

#topNavigation a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	color:#069;
	line-height:150%;
	text-align:left;
}

#logo { 
	color:#98c16b;
	font-size:32px;
}

/* end top navigation menu */

/* start page elements */

blockquote {
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	line-height:1.6;
}

/* end page elements */

/* #stevebarty template css end */
