/*[variables]
colors
{
	@10: #650615;
}
*/
HTML
{
	height: 100%;
}	
BODY
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#666;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image: url(../images/scale_watermark.jpg);
}
a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a.blue
{
	color: #0000FF;
	text-decoration: none;
}
#page_container
{
    width: 1024px;
	text-align: center;
	background-color: #FFFFFF;
	border: #9C8559 medium ridge;
}
.container
{
	width: 100%;
}
#containergray
{
	width: 100%;
	background-color: #D3D3D3;
}
#containerwhite
{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	padding: 2em;
}
#headerbox
{
	float: left;
	width: 600px;
	height: 300px;
	margin: 0px;
	background-color: #D3D3D3;
	color: black;
}
#footer
{
	font-size: x-small;
	text-align: center;
	color: #9C8559;
	margin-bottom: 0;
	background-color: #650615;
}
.photoboxleft
{
	float: left;
	width: 200px;
	height: 300px;
	border: 0px;
}
.photoboxright
{
	float: right;
	width: 200px;
	height: 300px;
	border: 0px;
}
.centertextboxlarge
{
	font-size: large;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	color: #000000;
}
.centertextbox
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
}
.centerbox
{
	text-align: center;
	color: #000000;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.boxjust
{
	text-align: justify;
	font-size: medium;
}
.boxcenter
{
	text-align: center;
	width: 100%;
	float: middle;
}
.officebox
{
	float: left;
	font-size: small;
	text-align: center;
	color: #000000;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
.redbox
{
	width: 50%;
	background-color: #650615;
	color: #9C8559;
	font-weight: bold;
	font-size: medium;
	padding: 2em;
	text-align: center;
}
.floatingleft 
{
	float: left;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
h2
{
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	padding: 4px;
	color: #000000;
}
h3
{
	font-weight: bolder;
	text-align: center;
	text-decoration: underline;
	padding: 3px;
	color: #000000;
	font-size: medium;
}
h4
{
	font-weight: bolder;
	text-align: center;
	padding: 3px;
	color: #000000;
	font-size: small;
}
.text2center
{
	text-align: center;
	color: black;
	font-size: medium;
}
.text2centercap
{
	text-align: center;
	color: black;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}
.text3center
{
	text-align: center;
	color: #000000;
	font-size: small;
}
.text4center
{
	text-align: center;
	color: #000000;
	font-size: x-small;
}
.text3reditalics
{
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
	color: #650615;
	font-size: small;
}
.textred
{
	color: #650615;
	font-size: inherit;
	font-weight: bold;
}
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}