body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
.menu_bg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 355px;
	width: 225px;
}
.menu_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu_link a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu_link a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}
.bot_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:18px;
	text-align:justify;
}
.content a{
	color: #000000;
	text-decoration: none;	
}
.content a:hover{
	color: #666666;
	text-decoration: none;	
}

.content_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b60832;
	text-decoration: none;
}
.content_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}
.footer_bg a{
	color: #FFFFFF;
	text-decoration: none;	
}
.footer_bg a:hover{
	color: #FFFFFF;
	text-decoration: underline;	
}
.footer_img {
	background-image: url(../images/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.side_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background:url(../images/sidnav_bg.gif) no-repeat left bottom;
	/*background-image: url(../images/sidnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/	
	width: 215px;
	padding:3px 0 3px 5px;
}
.side_nav a{	
	color: #000000;
	text-decoration: none;
}
.side_nav a:hover{	
	color: #0066CC;
	text-decoration: none;
}
.side_nav_hold{	
	color: #0066CC;
	text-decoration: none;
}
.side_nav_hold a{	
	color: #0066CC;
	text-decoration: none;
}
.side_nav_hold a:hove{	
	color: #0066CC;
	text-decoration: none;
}
.text_field {
	width: 200px;
}
.image_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.left_right_bor {
	border-left:#e1e0e0 1px solid;
	border-right:#e1e0e0 1px solid;
	
}
