body {
	background-color: #F5F4F4;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	display: none;
}
#header-inner {
	display: none;
}
#header h1 {
	margin: 0px;
	display: none;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: none;
}
#menu-inner {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8DAD7;
	border-left-color: #D8DAD7;
	width: 80%;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DAD7;
	background-image: url(../imgs/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F06520;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#nav {
	height:38px;
	line-height:38px;
	white-space:nowrap;
}
#nav ul{
	list-style:none;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
#nav li{
	display:inline;
}
#nav a{
	padding:0 0%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4%;
	margin-left: 4%;
}
#nav a:hover {
	padding:0 0%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4%;
	margin-left: 4%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.active {
	padding:0 0%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4%;
	margin-left: 4%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#sub-menu {
	margin: 0px;
	padding: 0px;
	height: 24px;
	display: none;
}
#sub-menu-inner {
	padding: 0px;
	height: 24px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8DAD7;
	border-right-color: #D8DAD7;
	border-left-color: #D8DAD7;
	background-color: #C4C7C2;
	background-image: url(../imgs/sub-menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sub-nav {
	line-height:24px;
	white-space:nowrap;
	margin: 0px;
	padding: 0px;
}
#sub-nav ul{
	padding: 0px;
	margin: 0px;
	float: right;
}
#sub-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sub-nav a {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 0.7em;
	color: #666666;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #333333;
	text-decoration: underline;
}
#sub-nav .active2 {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 0.7em;
	color: #333333;
	text-decoration: underline;
}
#main {
	margin: 0px;
	padding: 0px;
}
#main-inner {
	padding: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D8DAD7;
	background-color: #FFFFFF;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	background-color: #F06520;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8DAD7;
	border-left-color: #D8DAD7;
	display: none;
}
#footer-inner {
	margin: 0px auto;
	padding: 20px;
	text-align: center;
	font-size: 0.7em;
	color: #F5F4F4;
	line-height: 1.5em;
}
#footer a {
	color: #F5F4F4;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#content {
	margin: 0px;
	padding: 30px 40px;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5em;
	text-align: justify;
}
#content a {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #F06520;
	text-decoration: underline;
}
h2 {
	color: #F06520;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#container #main #main-inner #content ul {
	padding-left: 20px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: url(../imgs/bullet.gif);
}

h3 {
	color: #5F704C;
	font-size: 1.2em;
}
#container #main #main-inner #content strong {
	color: #5F704C;
}

.date {
	color: #999999;
	font-size: 0.8em;
}
.line-break {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8DAD7;
}
#news-box {
	background-color: #F5F4F4;
	float: right;
	border: 1px solid #D8DAD7;
	width: 250px;
	margin-left: 40px;
	margin-bottom: 40px;
	margin-top: 15px;
}
h4 {
	color: #666666;
}
h5 {
	margin-bottom: 5px;
}
.latest-news {
	text-align: center;
	background-color: #DCDEDB;
	padding: 4px;
	background-image: url(../imgs/news-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	color: #666666;
}
#news-box-articles {
	padding: 0px 8px 8px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666666;
}
#news-box-articles p {
	margin-top: 8px;
	margin-bottom: 0px;
}
.news-article-link {
	background-image: url(../imgs/article.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
}
.news-article-link a {
	text-decoration: underline;
	color: #6F786D;
}

.news-article-link a:hover {
	text-decoration: underline;
	color: #000000;
}
.xml {
	background-image: url(../imgs/xml.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DAD7;
	line-height: 3px;
}
#clear {
	clear: both;
}
.hide {
	display: none;
	margin: 0px;
	padding: 0px;
}
.photo-float-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#flickr {
	margin: 4px 10px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	}
#flickr img {
	float: left;
	margin: 0 15px 15px 0;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 1px solid #ccc;
	}
#flickr a:hover img {
	padding: 0;
	border: 3px solid #F06520;
	}
