@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	width: 100%;
	display: table;
	background-color: #999999;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
} 

a:active, a:hover {
	color: #009966;
	font-weight: bold;
}


h1 {

	font-size: 20px;

	font-weight: bold;

	color: #a30000;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	text-align: center;

}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009966;

}

p {
	padding-right: 20px;

}

#container {
	width: 750px;
	margin: auto;

}
#header {
	width: 750px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);

}
#menu {
	width: 750px;
	padding-top: 150px;
	text-align: center;
}
.menu_left {
	float: left;
	width: 235px;
	margin-top: 50px;
}
.menu_left  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}
.menu_left  li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;


}
.menu_left  li  a {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;


}

.menu_left li a:hover ,.menu_left li .current {
	color: #00CC99;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;


}
.menu_center {
	float: left;
	width: 280px;
	height: 125px;
	margin-top: 15px;
	text-align: center;

}
.menu_center a {
	color: #FFFFFF;

}
.menu_right {
	float: right;
	width: 235px;
	margin-top: 50px;
}

.menu_right  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;


}
.menu_right  li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;


}
.menu_right  li  a {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;


}

.menu_right li a:hover ,.menu_right li .current {
	color: #00CC99;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;


}

#content {
	float: left;
	width: 730px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 20px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;

}

.content_left {
	float: left;
	width: 415px;
	margin-left: 50px;
	margin-bottom: 10px;


}
.content_right {
	float: right;
	width: 226px;
	background-color: #999999;
	margin-left: 20px;
	padding-left: 10px;

}

#right_content {
	float: left;
	width: 235px;
	text-align: justify;
	background-color: #999999;
	padding-left: 0px;
	

}

#category {
	float: right;
	width: 230px;

}

.rightmenu {
	width: 211px;

}

.rightmenu ul {
	list-style: none;
  margin: 0;
  padding: 0;

}

.rightmenu a {
	font-size: 12px;
	font-weight: bold;
	color: #a30000;
		
}
.rightmenu li {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	
}

.rightmenu li a:hover{

	color: #000;

}

#contact {
	float: right;
	width: 215px;
	margin-right: 10px;

}

#contact p {
	padding-left: 10px;
	font-weight: bold;
	text-align: left;

}

#footer {
	clear: both;
	width: 745px;
	height: 45px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 25px;
	background-color: #333333;
	background-image: url(../images/bottombg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	font-size: 11px;
	line-height: normal;

}
.style1 {
	font-size: 9px;
	color: #999999;
}

#footer a {
	color:#FFFFFF;

}

