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

body	{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	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;
}

#back	{
	background-color: #515D6F;
	width: 750px;
}
#rightcol {
	float: right;
	width: 175px;
	background-color: #FCF9E8;
}
.bordersides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #515D6F;
	border-left-color: #515D6F;
}

#rightcol p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#rightcol a:link, #rightcol a:visited	{
	color: #000000;
	text-decoration: underline;
}
#rightcol a:hover	{
	color: #925253;
	text-decoration: none;
}
#rightcol h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #6E6655;
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: #A88D56;
	padding-left: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 1px;
	text-align: center;
	padding-top: 1px;
	background-image: url(../images/bg_gold.gif);
	background-repeat: repeat-x;
}
#content	{
	width:575px;
	background-color:#FFFFFF;
}
#content a:link, #content a:visited	{
	color: #000000;
	text-decoration: underline;
}
#content a:hover	{
	color: #000000;
	text-decoration: none;
}
#content blockquote {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#content p	{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	margin-top: 6px;
}
#content h1	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #A68B53;
	letter-spacing: 0.5px;
	text-indent: 6px;
	margin: 6px 0px;
	font-variant: small-caps;
}
#content h2	{
	color: #515D6F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-indent: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
}
#content h3	{
	color: #515D6F;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 6px;
	font-size: 14px;
	font-weight: bold;
}
#footer	{
	text-align: center;
	width: 750px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:link, #footer a:visited	{
	color: #515D6F;
}
#footer a:hover	{
	text-decoration: none;
	color: #515D6F;
}

/* TYPOGRAPHY */

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

.smalltext {
	font-size: 10px;
	color: #FFFFFF;
}
.smalltext a:link, .smalltext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.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;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

hr.wide {
	height: 1px;
	color: #dcdcdc;
	width: 100%;
	border: dotted;
}
