@charset "utf-8";
/*CSS Shorthand used thoughout*/
/*HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	text-align: center;
}
h1 {
	color: #3388dd;
}
h2 {
	font-variant: small-caps;
	color:#339;
	margin-left: 10px;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
}


body {
	background-color: #6688aa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
p, ul, ol, dl {
	margin: 0px 20px 7px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: .6em;
}
ul {
	font-style: italic;
	list-style: circle;
}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A (LoVeHAte)*/
a:link {
	color: #226699;
	text-decoration: none;
}
a:visited {
	color: #226699;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #226699;
	text-decoration: none;
}
/*Class Styles - can be applied many times per page*/
.boldWord {
	font-weight: bold;
	color: #099;
}
.hiLite {
	font-style: italic;
	color: #C30;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.blue {
	color: #06F;
}
.largerType {
	font-size: 1.6em;
	font-weight: bolder;
}
.company {
	font-size: 1.6em;
	font-weight: bolder;
	color:#33F;
}
.address {
	font-weight: bold;
	font-size: 1.1em;
}
.phone {
	font-size: 1.5em;
}
.website {
	font-size: 1.2em;
}

/*DIV UD Styles - Can be applied only once per page*/
#content {
	margin: 0px auto;
	width: 780px;
	background: #FFF;
	text-align: left;
	padding: 20px;
}
#nav {
	text-align: center;
	font-size: 1.2em;
	font-weight:bolder;
}
#footer {
	background: #ddccee;
	text-align: center;
	padding: 2px 0px;
	margin: 0px;
}
