
body
{
    margin: 0 auto;   
	font-family: Arial, Helvetica;
	font-size: .96em;
	background-color: #F3EDDE;
	display: table;
	border-style: solid;
	border-color: #663300;
	border-width: 5px;
	padding:1%;
    width: 973px;
/*    position: absolute;
    margin-top: 0px;
	margin-left: 0px;*/
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: #FFFFFF;
	text-align:center
}
h2
{
	color: #663300;
	text-align:center
}
h3
{
	color: #663300;
	text-align:center
}
h4
{
	color: #663300;
	text-align:center;
	font-weight:bold
}
h5
{
	text-align:left;
	color: #663300;
	font-size: 115%;
	font-weight:600
}
h6
{
	color: #663300;
	text-align:center
}

p
{
    text-align:left
}

.pagetitle
{
    font-family: Arial; 
    font-variant: small-caps; 
    font-size: 175%; 
    font-weight: bold; 
    color: white;  	
    text-align: center; 
    vertical-align: top
}

.lside-div
{
    display:inline;
    float:left;
    width: 21%;
    height:700px;
    text-align:center    
}
.mid-div
{
    display:inline;
    float:left;
    margin-left: 2.6%;
    width: 45%;
    height:500px;
    border-color:#F3EDDE;
    background-color:#F3EDDE;
    padding:2%
}
.rside-div
{
    display:inline;
    float:right;
    width: 21%;
    height:700px;
    text-align:center
}
.inline-blox a
{
	display: inline-block;
	font-weight:normal;
	font-size: 0.8em;
	color: #402000;
	vertical-align: top;
	padding: 10px;
	width: 48%
}
.lineup 
{
	display: inline-block;
}
.ctop .lineup
{
	vertical-align: top;
	width: 50%
}
.w100 
{
	width: 100%
}
.w400 
{
	width: 400px
}
div.spacer
{
	clear: both
}  
div.floatl
{
	float: left
}
div.floatr
{
	float: right
}
A:link
{
    color: #663300; 
    font-weight:bold;
    text-decoration: none
}
A:visited
{
    color: #663300;
    font-weight:bold;
   text-decoration: none
}
A:hover
{
    color: #ff0000;
    font-weight:bold;
    text-decoration: underline
}
