body {
	background-image: url(images/structure/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#CFCFCA;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px
}

/* main structure */
.container {
	width:945px;
	text-align:left
}
.header {
	height:100px;
	padding:4px
}
.menu_container {
	width:211px;
	display:inline;
	float:left
}
.menu_top {
	background-image:url(images/structure/menu_top.png);
	background-repeat:no-repeat;
	background-color:#86C433;
	width:211px;
	height:6px
}
.menu_content {
	background-color:#86C433;
	padding-top:10px;
	min-height:550px;
	height:auto !important;
	height:550px;
}
.menu_bottom {
	background-image:url(images/structure/menu_bottom.png);
	background-repeat:no-repeat;
	width:211px;
	height:7px
}
.tabs {
	display:inline;
	float:left;
	height:289px;
	width:23px;
	margin:7px 0 0 0;
	background-image:url(images/structure/menu_tabs.png);
	background-repeat:no-repeat;
}
.content_container {
	background-color:#ECEDEA;
	display:inline;
	float:right;
	width:695px;
	margin:0 4px 0 0;
}
.container_inner {
	padding:10px;
}
.content_top_left_corner {
	background-image:url(images/structure/content_main_top_left.png);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	display:inline
}
.content_top_right_corner {
	background-image:url(images/structure/content_main_top_right.png);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	display:inline
}
.content_bottom_left_corner {
	background-image:url(images/structure/content_main_bottom_left.png);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	display:inline
}
.content_bottom_right_corner {
	background-image:url(images/structure/content_main_bottom_right.png);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	display:inline
}
.content_bottom_container {
	background-color:#ECEDEA;
	height:5px;
	font-size:1px
}
.footer {
	padding:10px;
	font-size:11px;
	color:#999;
	text-align:center;
	clear:both
}
/* menu */

.menu_item_title {
	background-color:#C2E167;
	padding:2px;
	margin:7px 0 7px 0;
	border-top:2px solid #80ba32;
	color:#437E01;
	font-size:11px;
	font-weight:bold
}

a.menu_item_link:link, a.menu_item_link:visited, a.menu_item_link:active, a.menu_item_link:hover {
	text-decoration:none;
	color:#FFF
}

.menu_item_alt_1 {
	border-top:2px solid #80ba32;
	padding:2px;
	color:#FFF;
	font-size:11px;
	font-weight:bold
}
.menu_item_alt_2 {
	background-color:#A8D46C;
	padding:2px;
	border-top:2px solid #80ba32;
	color:#FFF;
	font-size:11px;
	font-weight:bold
}

.menu_spacer {	
	font-size:1px;
	height:10px
}

.menu_item_extra {
	padding:10px 0
}
/* content boxes */
.box_container {
	background-color:#FFF;
}
.box_top_left_corner {
	background-image:url(images/structure/content_box_top_left.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	display:inline
}
.box_top_right_corner {
	background-image:url(images/structure/content_box_top_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	display:inline
}
.box_bottom_left_corner {
	background-image:url(images/structure/content_box_bottom_left.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	display:inline
}
.box_bottom_right_corner {
	background-image:url(images/structure/content_box_bottom_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	display:inline
}
.box_bottom_container {
	background-color:#FFF;
	height:10px;
	font-size:1px
}
.box_content {
	clear:both;
	margin:0 10px 10px 10px;
	min-height:50px;
	height:auto !important;
	height:50px
}
/* fonts */
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666;
}
a:active {
	color: #333;
}
.title {
	font-size:12px;
	font-weight:bold;
	margin:5px 0
}

/* Pagination */

.paginationOrder {
	margin-bottom:10px
}

.paginationDisplay {
	text-align:center;
	margin:5px
}

.paginationCurrent {
	color:#999
}

.paginationPages {
}

.paginationNext {
}

.paginationPrevious {
}

/* misc styles */
img {
	border:0
}
img.menu_arrow {
	margin-right:5px
}
img.menu_archive {
	margin-right:7px
}
.success {
	padding:5px;
	background-color:#D7FFD7;
	border:1px solid #090;
	margin:10px
}
.error {
	padding:5px;
	background-color:#FFB3B3;
	border:1px solid #FF4646;
	margin:10px
}
.message {
	padding:5px;
	text-align:center;
	background-color:#FFFFCC;
	border:1px solid #FEDE01;
	margin:10px;
}
.hr {
	border-bottom:1px solid #CCC;
	margin:20px;
	clear:both
}
.list_td {
	background-color:#F5F5F5;
	padding:5px;
	margin:2px;
	border:1px solid #CCC;
	overflow:hidden
}
	