/* body styles */ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	line-height: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #333333 url(../images/ground_light.gif) top left repeat;
	text-align: center; /* kludge to force centering of wrapper in IE5, IE6  */
}

/* typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

input, select, th, td {
	font-size: 1em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #003399;
	margin: 10px 0;
	line-height: 1.3em;

}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0;
}

i {  font-style: italic}
b {  font-weight: bold}
a:link {color: #0099cc; text-decoration: none}
a:visited {color:#663366; text-decoration: none}
a:hover {color: #cc6666; text-decoration: none}

.small-caps {
	font-variant: small-caps;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}

.inferior {
	font-size: xx-small;
	color: #666666;
}

.HalfLeft {
	width: 50%;
	float: left;
}

.HalfRight {
	width: 50%;
	float: right;
}

#PageWrapper {
	width:100%;
}

#HeaderWrapper {
	width: 100%;
	background: #333333 url(../images/ground_dark.gif) top left repeat;
	height: 192px;
}

#HeaderInner {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background: #70A9C7 url(../images/header_logo.gif) no-repeat left top;
	height: 192px;
}

#HeaderPic {
	padding:0;
	margin:0;
	float: right;
}

#HeaderPhone {
	color: #FFFFFF ;
	font-size: 1.2em;
	font-weight:bold;
	font-style:italic;
	float: right;
	margin-top: 170px;
	padding-right: 50px;
}

#HeaderEmail {
	color: #FFFFFF;
	font-size: 1.0em;
	font-style: italic;
	float:left;
	margin-top: 170px;
	padding-left: 20px;
}

#HeaderEmail a:link {color: #ffffff; text-decoration: none}
#HeaderEmail a:visited {color:#ffffff; text-decoration: none}
#HeaderEmail a:hover {color: #FFFFCC; text-decoration: none}

#ContentWrapper {
	width: 100%;
	background: url(../images/ground_graded.gif) top left repeat-x;
}

#Navigation {
	width: 800px;
	padding: 0;
	margin: 0 auto;
}

#ContentPage {
	width: 800px;
	padding:0;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

#ContentInner {
	margin: 0;
	padding: 10px 20px;
}

#Footer	{
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
	font-size: xx-small;
	color: #666666;
}

.white {
	font-size: xx-small;
	color: #FFFFFF;
}
.outsidelink {
	color: #0000FF;
}
.times {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
}
#Home Content {
	
}

#HomeImage {
	width: 336px;
	float: left;
	background: #333333;
	color: #FFFFFF;
	font-size: smaller;
}

#HomePic	{
	margin: 8px;
}

#HomeCaption {
	margin: 0 8px 8px 8px;
}

#HomeText {
	width: 400px;
	float: right;
}

.PhotoFrameLeft {
	width: 360px;
	background: #666666;
	color: #FFFFFF;
	font-size: smaller;
	margin: 15px 0;
	padding: 10px 0;
	border: #000000 1px solid;
	float: left;
}

.PhotoFrameRight {
	width: 360px;
	background: #666666;
	color: #FFFFFF;
	font-size: smaller;
	margin: 15px 0;
	padding: 10px 0;
	border: #000000 1px solid;
	float: right;
}

