/* CSS Document */

* {
	border:0px;
	margin:0px;
	padding:0px;
}

body {
	background-color:#8fa65e;
	padding-top:10px;
}

div.container {
	width:795px;
	margin:0 auto;
	border:1px solid #8fa65e;
}
	

div.logo h1 {
	width:auto;
}

div.logo h1 a	{
	position:absolute;
	display:block;
	text-indent:-9999em;
	width:203px;
	height:169px;
	overflow:hidden;
	z-index:1;
	background:url(graphics/logo.png) transparent no-repeat;
}
	
div.header	{
	background-image:url(graphics/header.png);
	width:705px;
	height:72px;
	margin-left:45px;
	margin-top:50px;
}

div.body
	{background-image:url(graphics/body.png);
	width:635px;
	height:290px;
	padding:35px;
	margin-left:45px;
	text-align:left;}
		
div.links
	{background-color:#666699;
	width:684px;
	height:25px;
	margin-left:45px;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	padding-right:17px;}

p.links
	{color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	margin:0%;
	padding-top:3px;
	float:right;}

a
	{color:#ffffff;
	text-decoration:none;}
a:hover
	{color:#c7d7ba;
	text-decoration:none;}
	
p.copyright
	{color:#FFFFFF;
	font-size:14px;
	margin-left:45px;
	text-align:center;}
	
div.bottom	{
	background-image:url(graphics/bottom.png);
	margin-left:45px;
	width:705px;
	height:17px;}

a.link	
	{color:#666699;
	font-weight:bold;}
a.link:hover
	{color:#cc9966;
	font-weight:bold;}
span.bold
	{font-weight:bold;}

#external
{
	margin-top: 10px;
	clear: both;
}
	
#external ul
{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#external li
{
	list-style: none;
	font-size: 85%;
	line-height: 1.5em;
}

#external a
{
	padding-right: 1em;
	padding-left: 0.1em;
	margin-left: 0.1em;
	border: none;
	color: #666699;
}

#external .second
{
	position: relative;
	left: 350px;
}
	
