img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#005900;
	text-align:left;
	}

#Page_Layout {
	text-align:center;
	width:900px;
	height:auto;
	background:url('../images/bg_page.jpg') repeat-y top center;
	margin:0;
	border:0;
	}
	

#header_photo {
	text-align:center;
	width:800px;
	padding:0;
	margin:0;
	}
	
#page {
	width: 800px;
	margin:0px 50px;
	text-align:center;
	}
	
	
#content {
	padding:5px 10px;
	margin:0;
	width:778px;
	min-height:467px;
	text-align:justify;
	height:auto;
	background-image: url('../images/watermark-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% top;
	}	

#content ul {
	list-style-image:url('../images/list-item.gif');
	line-height:21px;
	padding-left:35px;
	}
	
#application {
	margin:0px auto;
	padding:0px 5px;
	float:left;
	text-align:left;
	}
	

	
.sitework ol {
	list-style-image: url(images/list-item.gif);
	list-style-type:circle;
	}
	
.shadow-left {
	background:url('../images/shadow-left.jpg') repeat-y top left;
	height:100%;
	}
	
.shadow-right {
	background:url('../images/shadow-right.jpg') repeat-y top left;
	height:100%;
	}

h1 {
	font-family: 'Arial Black', Impact, 'Helvetica Compressed';
	font-size:175%;
	color: #542f17;
	line-height:auto;
	}
	
h2 {
	font-family: 'Arial Black', Impact, 'Helvetica Compressed';
	font-size:133%;
	color: #333;
	}

.main {
	font-family:Verdana, Tahoma;
	color:#333;
	line-height:1.4em;
	font-size:90%;
	}

.main img {
	padding:5 10px;
	margin:0px;
	border:0;
	}
	
.small {
	font-family:Verdana, Tahoma;
	color:#666;
	line-height:1.1em;
	font-size:83%;
	}


a {
	text-decoration:none;
	font-weight:bold;
	color:#1456b9;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#1456b9;
	}

a:visited {
	text-decoration: none;
	color:#666;
	}

a:hover {
	color:#000;
	text-decoration: underline;
	}

