/* CSS Document */

.bodytext
{
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-color: #ffffff;
}

.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0E1D2;
}
.mainheading {
	font-size: 16px;
	color: #993300;
	font-weight: bold;
}

.secondaryheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666600;
	font-weight: bold;
}
.intimeotherheading {
	font-family: Georgia, Times New Roman, Times, serif; 
	color: #666600; 
	font-weight: bold; 
	font-size: 14px; 
}

.intimedescription {
	font-size: 10px; 
	color: #000000; 
	font-weight: bold; 
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bulletedlist {
	font-size:10pt; 
	list-style-type:square;
	list-style-position:outside;
	color:#800000;
	padding:0px;
	margin:8px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.container
{
width:800px;
margin:0px;
border:1px solid gray;
border-color:red;
line-height:150%;
border-bottom-style:groove
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}
