*{margin:0;padding:0;} 

body {
	background: #fffeed;
	background-image: url("images/hibg.jpg");
	background-position: top left;
	margin:0px;
	color: #6d6d6d;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}

#wrapper {
	width:750px;
	background:#FFFFFF;
	padding:20px 60px 20px 60px;
	margin:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #009999;
	border-top:none;
}

#header {
	text-align: left;
}

#content {
	background:#FFFFFF;
	text-align: left;
}

#footer {
	background:#FFFFFF;
	background-image: url("images/footerborder.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	text-align:center;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}

ul {
	list-style:none;
	}
		
#footer ul {
	margin-left: 0px;
	margin-bottom:0px;
	margin-top:5px;
	/*border-bottom:1px solid #E2E1DF;*/
	padding-left: 0;
	padding-bottom:0px;
	display: inline;
	text-align: center;
	font-size:10px;
	} 

#footer ul li {
	margin-left: 0;
	padding: 3px 10px;
	list-style: none;
	display: inline;
	}
	
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	background:none;
	}

img {
	border:0px;
	margin:0px;
	}

ol li {
margin-left: 30px;
}


/*---------------------------------------------------------------------------------------------------------------
					LINKS
---------------------------------------------------------------------------------------------------------------*/

	a			{text-decoration:none;}
	a:link		{color: #2D81A7;}
	a:visited	{color: #454F82;}
	a:hover		{color: green; text-decoration:none; background-image: none;}
	a:active	{color: #7BB667;}
	
	.title a			{text-decoration:none;}
	.title a:link		{color: #80B7D1;}
	.title a:visited	{color: #5B9FBE;}
	.title a:hover		{text-decoration:none; background-image: none;}
	.title a:active		{color: #FFFFFF;}
	
	
	.highlight a			{text-decoration:none; background-color:#F2F8F8;}
	.highlight a:link		{color: #80B7D1; background-color:#F2F8F8;}
	.highlight a:visited	{color: #5B9FBE; background-color:#F2F8F8;}
	.highlight a:hover		{color: #896280; text-decoration:none; background-color:#F2F8F8;}
	.highlight a:active		{color: #FFFFFF;}	

/*---------------------------------------------------------------------------------------------------------------
					TEXT
---------------------------------------------------------------------------------------------------------------*/
	p {margin-bottom: 10px;}

	h1 {
		font-family: Arial, sans-serif;
		font-size: 30px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		line-height:75px;
		color:#003366;
	}


	h2 {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		text-transform: normal;
		color:#33cc66;
		margin-bottom:10px;
		line-height:20px;
	}
