/* CSS Document */
html,body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
}

.column_left
{
	background-image:url(/graphics/bg/bgleft.gif);
	background-position:top right;
	background-repeat:repeat-y;
}

.column_center
{
	width:1024px;
	background-color:#efece5;
	vertical-align:top;
}

.column_right
{
	background-image:url(/graphics/bg/bgright.gif);
	background-position:top left;
	background-repeat:repeat-y;

}

.mainintro
{
	width:650px;
	padding:5px;
	border:1px dotted #DD0000;
	text-align:left;
}

.mainintroheader
{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#DD0000;
}

.millerinfocolumn
{
	width:1000px;
	padding:10px;
}

.infoblock
{
	text-align:center;
}

.infoblocktitle
{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.subheader
{
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
.linklist
{
	text-align:left;
}

.links
{
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	display:block;
	border-bottom:1px dotted #DD0000;
}
.links:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#FF0000;
	background-color:#FFFFFF;
}
.links:active
{
	font-weight:bold;
	text-decoration:none;
	color:#DD0000;
}
.links:visited
{
	font-weight:bold;
	text-decoration:none;
	color:#660000;
}
.links:link
{
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}
.infoblocktext
{
	/*text-align:left;*/
}
.lefttext
{
	text-align:left;
}
.navblock
{
	width:150px;
	background-color:#cab693;
	padding:5px;
}