body {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	background:#9999de;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: #0000dd;
	text-decoration: none;
}

div {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	font-size: 13px;
	color: #666666;	
}

div.personal
{
	color: #fa9723;
	text-align: right;
	 font-style:italic;
}
div.personalleft
{
	color: #fa9723;
	text-align: leftt;
}
div.atext a
{
	color: #fa9723;
	text-decoration: none;
}

div.atext a:visited
{
	color: #fa9723;
	text-decoration: none;
}

div.atext a:hover
{
	color: #0000dd;
	text-decoration: none;
}



h1
{
color: #fa9723;
font-weight: bold;
font-size: 120%;
line-height: 100%;
text-align: left;
}

h2
{
color: #fa9723;
font-weight: bold;
font-size: 100%;
line-height: 100%;
text-align: left;
}

table {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	font-size: 13px;
}
p {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	font-size: 13px;
	color: #666666;
}

li {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	font-size: 13px;
	color: #666666;
}



#container {
	top: 10px;
  position: relative;
	width: 800px;
	margin: auto;
	text-align: left;
	background: #ffffff;
	border-left: 0px solid #4d5607;
	border-right: 0px solid #4d5607;
	border-bottom: 0px solid #4d5607;
}

#header {
	position: relative;
	margin-top: 0px;
	background: #f9b143;
	border-top: 0px solid #4d5607;
	border-bottom: 0px solid #4d5607;
}

#footer {
	font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif; 
	font-size: 11px;
}
#main_content {
	position: relative;
	margin-top: 10px;
	background: #ffffff;
	padding-left: 10px;
}
