* {
	margin:0px;
	padding:0px;
}
html {
	background-color: #666666;
	background-image: url(/images/BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	padding-bottom:20px;
	padding-top:20px;
	font-size: 14px;
	color: #666666;
}
img {
	border-style:none;
}
div#theVCard {
display:none;
}
p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul {
	margin-bottom: 10px;
	margin-left: 40px;
}

li {
	margin-bottom:10px;
	font-size:12px;
}

a:link {
	text-decoration:none;
	color: #666666;
	text-transform: lowercase;
	font-weight: normal;
}
h2 {
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 10px;
}

a:visited {
	text-decoration:none;
	color: #666666;
}
a:hover {
	text-decoration:none;
	color: #999999;
}
a:active, a:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
div#pageWrapper {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:720px;
}

div#pageWrapperTop {
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height: 10px;
	background-image: url(../images/windowTop.png);
	display: compact;
	background-repeat: no-repeat;
	background-position: bottom;
}
div#pageWrapperBtm {
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/windowBtm.png);
	background-position: top;
}
div#pageContainer {
	width:700px;
	background-color:#FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#topHeader {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	height: 100px;
	width: 700px;
	background-image: url(../images/header.gif);
	position: relative;
}
div#homeLink {
	position:absolute;
	left: 28px;
	top: 12px;
}
div#topHeader h1 {
	text-indent: -9999px;
}

div#mainNav {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

div#mainContent {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	background-image: url(../images/body.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

div#siteInfo {
	background-color: #FFFFFF;
	clear: both;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
div#formHolder {
	background-image: url(../images/formHolder.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}