/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#076633 url(../images/bg.jpg) repeat-x;
	text-align:center;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 0px;
}
a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

h1 {
	font-size:14px;
}

#bg {
	width:1024px;
	height:auto;
	background:url(../images/body_bg.jpg) no-repeat;
	margin:0 auto;
}

#all {
	width:889px;
	text-align:justify;
	margin:0 0 0 69px;
	_margin:0 0 0 3px;
}

#header_right, #header_left {
	float:right;
	height:31px;
	line-height:24px;
	text-transform:uppercase;
	font-size:10px;	
}

#header_right, #header_left a { 
	font-weight:bold;
}

#header_right {
	float:right;
}
#header_right a {
	padding-left:10px;
}

#header_left {
	float:left;
}

#content {
	
}

#content_right {
	float:right;
	width:424px;
}

.red_image_border {
	border-bottom:#D10019 6px solid;
}

#content_right_menu {
	margin:16px 0 0 21px;
}

.right_menu_item {
	text-transform:uppercase;
	line-height:30px;
}
.right_menu_item a {
	font-size:21px;
}

#content_left {
	background:#FFFFFF;
	height:auto;
	width:465px;
	position:relative;
	float:left;
	overflow: visible;
}
.content_left_text {
	padding:20px;
	overflow: auto;
	height: auto;
}	
.content_left_text ul {
	padding-left:14px;
}

#content_menu_items {
	position:absolute;
	visibility: visible;
	left: 0px;
	top: 611px;
}
.content_menu_item {
	background:#A8D599;
	border-bottom:#FFFFFF 1px solid;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:465px;
}
.content_menu_item div {
	padding:8px 22px 6px 22px;
}
.content_menu_item a {
	color:#000000;	
}


#footer {
	color:#FFFFFF;
	height:46px;
	line-height:46px;
}



.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
