

html {

	background: #000d0d;

}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #000;
	width: 100%;
	display: table;
	background: #000d0d;

}

a { 
	color: #902200; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover
{
    color: #003399;
    font-weight: bold;
    text-decoration: none;
}


#background_top {
	
	width: 100%;
	background: url(/images/bg_top.jpg) center top no-repeat;
	margin: 10px 0 0 0;

}
#background_middle {
	
	width: 100%;
	background: url(/images/bg_middle.jpg) center top no-repeat;

}

	
.container {

	width: 920px;
	margin: auto;

}

#header {
	
	width: 920px;
	height: 190px;
	background: url(/images/logo.jpg) center no-repeat;
	
}

.content {

	width: 920px;
	
}

#content_white_top {
	
	width: 920px;
	height: 100px;
	background:url(/images/white_content_top.jpg) no-repeat;
		
}


#content_white_top #menu {
	float: left;
	width: 470px;
	height: 35px;
	margin: 15px 0 0 240px;
}

#menu ul {
	float: left;
	width: 470px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0ff;
	border-right: 1px solid #FFFFFF;
}

#menu ul li .lastmenu
{
    border-right: none;
}
#menu ul li .lastmenu1
{
    border-right: none;
    text-decoration: underline;
}

#menu li a:hover, #menu li .current{
	text-decoration: underline;
}


#content_white_middle {

	width: 920px;
	background:url(/images/white_content_middle.jpg) repeat-y;
	
}

#content_white_middle .post_area {

	margin: 0 25px 0 25px;
	padding: 0;

} 


#content_white_middle .post_area h1
{
    font-family: "Monotype Corsiva" , Arial;
    font-size: 30px;
    font-weight: normal;
    color: #007b78;
    margin: 0 0 20px 270px;
    padding: 0 0 0 0px;
} 

#content_white_middle .post_area p{

	font-family: Arial;
	font-size:	12px;
	color: #000;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

} 

#content_white_middle .post_area img{

	float: left;
	margin: 0 20px 20px 0;
	padding: 0;

} 

#content_white_blue_joint {

	width: 920px;
	height: 48px;
	background: url(/images/white_blue_joint.jpg) no-repeat;
	
}

#content_blue_middle {

	width: 920px;
	background:url(/images/blue_content_bg.jpg) repeat-y;
	
}

#content_blue_middle .post_area {

	margin: 0 25px 0 25px;
	padding: 15px 0 0 0;

} 


#content_blue_middle .post_area h1{

	font-family:"Monotype Corsiva", Arial;
	font-size:	30px;
	font-weight: normal;
	text-decoration: underline;
	color: #007b78;
	margin: 0 0 20px 0;
	padding: 0;

} 

#content_blue_middle .post_area p{

	font-family: Arial;
	font-size:	12px;
	color: #000;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

} 

#content_blue_middle .post_area img{

	float: right;
	margin: 0 0 20px 20px;
	padding: 0;

} 

#content_blue_two_col_joint {

	width: 920px;
	height: 71px;
	background: url(/images/blue_2_col_joint.jpg) no-repeat;
	
}


#content_two_col_middle {

	width: 920px;
	min-height: 76px;
	background: url(/images/blue_2_col_bg.jpg) repeat-y;
	
}

#content_two_col_middle .post_area_left {

	float: left;
	width: 350px;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;

} 

.post_area_left h1{

	font-family:"Monotype Corsiva", Arial;
	font-size:	20px;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;


} 
.post_area_left img{

	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	clear: both;

} 

.post_area_left	ul{

	list-style: none;
	float: left;
	margin: 0;
	padding: 0;

}

.post_area_left	li{

	background: url(/images/bullet.jpg) left center no-repeat;
	padding: 0 0 3px 15px;
	font-size: 11px;
}

.post_area_left	li a{ color: #000; text-decoration: underline; }

.post_area_left	li a:hover{ color: #000; text-decoration: none; }



#content_two_col_middle .post_area_right {

	float: right;
	width: 350px;
	margin: 0 25px -0 0;
	padding: 0;
	display: inline;
	
} 

.post_area_right h1{

	font-family: "Monotype Corsiva", Arial;
	font-size:	20px;
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;

} 
.post_area_right h2 {

	font-family: Arial;
	font-size:	12px;
	color: #af1b03;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;

} 
.post_area {
	margin: 0;
	padding: 0;
}
.post_area_right p{

	font-family: Arial;
	font-size:	12px;
	color: #000;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

} 

.post_area_right img{

	float: right;
	margin: 0 0px 20px 20px;
	padding: 0;
	clear: both;

} 
#content_two_col_bottom {

	width: 920px;
	height: 45px;
	background: url(/images/blue_2_col_bottom.jpg) bottom no-repeat;
	
}

.post_area_img {
	cursor:default;
}

.copyright{
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0 0 0 25px;
	color: #fff;
	text-align: center;
}
.copyright a{ color: #fff; text-decoration: none; }
.copyright a:hover{ color: #fff; text-decoration: underline; }

.cleaner_with_height {

	clear:both;
	height: 1px;
	
}
#menu a:hover
{
    color: #FF0066;
}


