/*
-----------------------------------------------
stGeorge  Style Sheet
author:   Kimberly Lightholder
version:  2008.12
----------------------------------------------- */
@import url("layout.css");
@import url("content.css");

html,body,div,p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
body {
	color: #505040;
	margin: 0;
	padding: 0;
	background-color: #E5E4D0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Generic Rules
----------------------------------------------- */

a:link,a:active {
	color: #3a788b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3a788b;
}
a:visited {
	color: #004660;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004660;
}	
a:hover {
	color: #004660;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004660;
}  /*#F0630D*/
a img {border-width: 0; border-style: none;}
#logo a, #home a {border: 0;}

.clearFloat {
	clear:both;
}
