body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;margin:0;
	padding: 0px;
	background-color:#28903b;
	color: #000000;
	background-image:url(gifs/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
a:link {
	text-decoration: none;
	color:#1632A2;
}
a:visited {
	text-decoration: none;
	color:#1632A2;
}
a:hover {
	text-decoration: underline;
	color:#1632A2;
}
a:active {
	text-decoration: none;
}
ul {
	padding-left: 5px;
	margin-left: 15px;
}
.paper {
	background-image: url(gifs/paper.png) ! important;
	background: none;
}
.bodytext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:justify;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.subtitle {
	background-color:#972929;
	height:25px;
	padding:10px 30px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	color:#333;
	clear: both;
	margin:10px 0 0 35px;
	text-align:left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.footer_text a:link {
	color: #333;
}
.footer_text a:hover {
	text-decoration: underline;
	color: #333;
}
.footer_text a:active {
	color: #333;
}
.footer_text a:visited {
	color: #333;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.white {
	color:#FFFFFF;
}
#breadcrumb {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px 5px 5px 0px;
	font-weight: normal;
}


/* layout */

#container {
margin-top:146px;
}
* html #container {
margin-top:115px;
}
#main {
min-height:432px;
background-color:#FFFFFF;
width:940px;
}
* html #main {
min-height:432px;
background-color:#FFFFFF;
width:940px;
margin-top:-16px;	
} 
* html #content {
	margin-top:16px;
}
#left {
width:160px;
padding:25px 15px;
float:left;
}
#content {
/*position: relative;*/
padding:10px 40px 20px 0;
width: 650px;
float:right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
	padding:12px 0;
}
li {
padding-bottom:7px;	
}
