/* CSS STYLE SHEET
   (c)2006 TECHTRIAD, INC */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 0px;
	background-color: #FFFFFF;
}
#container	{
	clear: both;
	float: none;
	width: 750px;
	margin:0px auto;
}

/* DIVS */

#topbar	{
	background-color: #925253;
	height: 32px;
}

#homecontent	{
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFF;
	width: 750px;
}
#homecontent a:link, #homecontent a:visited	{
	color: #000;
	text-decoration: none;
}
#homecontent a:hover	{
	color: #000;
	text-decoration: none;
}
#homecontent blockquote {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#homecontent p	{
	padding-right: 10px;
	padding-left: 10px;
}

#footer	{
	text-align: center;
	width: 750px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited	{
	color: #000;
	text-decoration:none;
}
#footer a:hover	{
	text-decoration: none;
	color: #000;
}

/* TYPOGRAPHY */

select,input,textarea {
	font:11px Arial, Helvetica, sans-serif;
}
h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size: 10px;
	color: #000;
}
.smalltext a:link, .smalltext a:visited {
	color: #000;
	text-decoration: none;
}
.smalltext a:hover	{
	color: #EBD176;
	text-decoration: none;
}
.goldborder {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBD077;
	border-left-color: #EBD077;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px;
	display:none;
}