* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

body {
	text-align: center;
	background-color: #2e4c04;
	padding: 0px;
	background-image: url(../gfx/page_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#page_box {
	width: 800px;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#page_head {
	background-image: url(../gfx/page_dev_1.0_r1_c1.gif);
	height: 120px;
	width: 800px;
}
#page_foot {
	background-color: #EFEFEF;
	height: auto;
	width: 500px;
	margin-left: 78px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
	font-size: 90%;
	letter-spacing: 0.3em;
	padding-right: 149px;
}
#page_bottom {
	width: 649px;
	margin-left: 78px;
	height: 20px;
	background-image: url(../gfx/bottom_end.gif);
	background-repeat: no-repeat;
}




#page_content {
	background-color: #EFEFEF;
	height: auto;
	width: 649px;
	margin-left: 78px;
}
#page_nav {
	border: 1px solid #F56501;
	margin-right: 3px;
	padding-top: 5px;
}
#page_nav a {
	display: block;
	margin-bottom: 6px;
	margin-right: 3px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	text-align: right;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:active {
	color: #002469;
	font-weight: bold;

}
#page_nav a:hover {
	color: #F56501;

}
#page_data {
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 125%;
	margin-bottom: 8px;
	color: #333333;
}
#page_data a:link, #page_data a:visited, #page_data a:active {
	color: #DE5C02;

}
#page_data a:hover {
	color: #637939;

}
#page_data p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.data_head {
	font-size: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F56501;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.news_entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.news_entry_head {
}
.news_entry_head h1 {
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.news_entry_desc {
	background-color: #E8E8E8;
	margin-bottom: 6px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 92%;
	color: #999999;
}

.news_entry_content {
	text-align: justify;
	margin-left: 10px;
	color: #666666;
	line-height: 120%;
}
.news_entry_content p {
	margin-bottom: 4px;
}
.news_entry_content h1, .news_entry_content h2, .news_entry_content h3, .news_entry_content h4, .news_entry_content h5, .news_entry_content h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}
.news_entry_info {
	margin-left: 10px;
	font-size: 80%;
	color: #999999;
}
.folder_desc_ext {
	font-size: 90%;
	line-height: 120%;
	color: #333333;
}

#file_container {
	margin-left: 50px;
}
.file {
	float: left;
	margin: 5px;
	height: 124px;
	width: 120px;
	border: 1px solid #999999;
}
.file_thumb {
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
.file_selected {
	background-color: #999999;
}

#slideshow_ctrl {
	height: 240px;
	width: 140px;
	z-index: 120;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #CCCCCC;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #424242;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	filter: Alpha(Opacity=0.5);
}

#dhtmltooltip hr {
	color: #FFFFFF;
	height: 1px;
	background-color: #000000;
}
#counter {
	text-align: center;
	margin-top: 20px;
}

.line {
	margin-bottom: 10px;
	margin-left: 20px;
}

.line .caption {
	float: left;
	position: fest;
}
.line .input {
	margin-left: 140px;
}
.line .input input, .line .input textarea {
	width: 240px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#formmailer {
}
#formmailer_sendt {
	padding-top: 60px;
}
