
body
        {
        background-color:#FFFFCC;
        }
div.container
	{
	width:70%;
	margin:0px;
	position:relative;
	left:150px;
	top:0px;
	border:1px solid #BFAD91;
	line-height:150%;
	background-color:white;
	}
div.top{
	padding:0.5em;
	color:#797979;
	background-color:white;
	clear:left;
	}
div.header,div.footer
	{
	padding:0.5em;
	color:white;
	background-color:#BFAD91;
	clear:left;
	}
h1.header
	{
	font-family: arial;
	line-height: 0.9cm;
	padding:0;
	margin:0;
	}
h2.header2
	{
	font-family: arial;
	background-color: transparent;
	color: #000000;
	}
h3.header3
	{
	font-family: times;
	background-color: transparent;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	}
	
h4.header4
	{
	font-family: arial;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
div.left
	{
	float:left;
	width:160px;
	margin:0;
	padding:1em;

	background-color: white;
	}
div.content
	{
	margin-left:160px;
	height: 100%;
        background-color: white;
        border-left:1px solid #BFAD91;
	padding:1em;
	}
p 
	{
	background-color: white;
	color: #777777;
	}
p.footer
	{
	background-color: #BFAD91;
	color: #404040;
	}
p.right
        {
        text-align: right;
     	background-color: white;
	color: #777777;
        }
ul.circle {list-style-type: circle}
a {text-decoration: underline}
a:link {color: #404040}
a:visited {color: #404040}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
hr 
	{
	color: #BFAD91;
	width: 70%;
	}
hr.two
      {
      color: #BFAD91;
	width: 30%;
	border-style: dotted
	}
img {border: 0}

