body {
	margin: 20px 0 20px 0px;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-image: url(../images/bg.gif);
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 760px;
	border: 3px solid black;
}

#header {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	height: 70px;
}

#logoLeft {
	padding: 0 0 10px 10px;
	float: left;
}

#logoRight {
	padding: 20px 0 10px 2px;
	float: left;
}

.quote {
	width: 240px;
	float: right;
	text-align: left;
	color: #a0a0a0;
	background: #ffffff;
	margin: 5px 10px 0 0;
	font-size: 0.8em;
	font-weight: bolder;
	line-height: 1.2em;
}

.quoteSig	{
	font-weight: normal;
	font-style: italic;
}

#frontPhoto {
	margin: 0 0 10px 0;
	border: 1px solid black;
}

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}

#menu li {
	margin-bottom: 3px;
	border: 1px solid #d4d4d4;
}

#menu li a {
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	color: #3f0080;
	display: block;
	padding: 3px 0 3px 6px;
	background: #f4f4f4;
	border-left: 4px solid #3f0080;
}	
	
#menu li a:hover {
	background: #eaeaea;
	color: #b22222;
	border-left: 4px solid #b22222;
}

.rssImage {
	vertical-align: top;
}

/*.announce {
	margin: 10px 0 10px 0;
	border: 1px solid #d4d4d4;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}*/

#extrasRight {
	float: right;
	border: 1px solid #d4d4d4;
	width: 80px;
	margin: 0 0 10px 0;
	padding: 8px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	color: #696969;
	background-color: #f4f4f4;
}

#extras p {
	margin: 0 0 1.5em 0;
}

a.extrasLink	{
	color: #3f0080;
	background-color: #f4f4f4;
}

a.extrasLink:hover	{
	color: #b22222;
	background-color: #f4f4f4;
}

#content {
	color: #696969;
	background: #ffffff;
	margin: 0 0 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.5em;
	text-align: left;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	display:inline;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 0 0;
}

hr	{
	background-color: #ffffff;
	height: 1px;
	width: 100%;
	color: #c0c0c0;
	margin: 0 0 0 0;
}

.indent	{
	display: block;
	margin: 0 0 0 20px;
}

.subIndent {
	display: block;
	margin: 0 0 0 40px;
}

.asterisk	{
	color: #b22222;
	background: #ffffff;
}

.superscript	{
	color: #b22222;
	background: #ffffff;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #3f0080;
	background: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #b22222;
	background: #ffffff;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	background: #ffffff;
	font-size: 0.9em;
}

#footer a {
	color: #3f0080;
	background: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #b22222;
	background: #ffffff;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textRight {
	text-align: right;
}

span.textRight	{
	float: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

table.contact{
	padding: 0 0 20px 0;
} 

table.contact		{
	width: 450px;	
}

.contactLeftCol		{
	width: 250px;
	text-align: left;
}

.contactRightCol		{
	width: 175px;
	text-align: left;
}

.contactAlignLeft	{
	text-align: left;
}

.contactAlignCenter	{
	text-align: center;
}

.forms				{
	background-color: white;
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 1px;
	text-indent: 5px;
}

.errHilite			{
	background-color: white;
	border-color:	red;
	border-style: solid;
	border-width: 1px;
	text-indent: 2px;
}