@charset "UTF-8";
/* CSS Document */


body
{
	background-image: url('../images/bg_stripe.jpg');
	background-repeat: repeat;
	margin: 0 auto;	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

.no_pad
{
	padding: 0px;
	margin: 0px;
	display: block;
}

.wrapper
{
	margin: 0 auto;
	width: 954px;
	background-image: url('../images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	padding-left: 4px;
	color: #FFFFFF;
} 

.logo
{
	border: 0px;
	position: relative;
	top: 16px;
	left: 41px;
}

.header
{
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	height: 86px;
	width: 950px;
}

.header_imgs
{
	float: right;
	margin-right: 4px;
	margin-top: 3px;
}

.header_text
{
	font-size: large;
	text-align: center;
	position: relative;
	top: 10px;
}

.menu
{
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	width: 950px;
	height: 36px;
	font-size: small;
	z-index: 10000000;
}

.menu_tab
{
	color: #FFFFFF;
	float: left;
	padding: 10px 20px 10px 20px;
}



.menu_tab:hover
{
	color: #FFFFFF;
	float: left;
	padding: 10px 20px 10px 20px;
	background-image: url('../images/menu_hover.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

.menu_tab a
{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_tab a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_tab a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu_tabT
{
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-top: 1px solid #505050;
	border-bottom: 0px solid #252525;
	margin: 0px;
}
.submenu_tab
{
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-top: 1px solid #505050;
	border-bottom: 0px solid #252525;
	margin: 0px;
}
.submenu_tabB
{
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 100%;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	margin: 0px;
}
.submenu_tabT a
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tabT a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tabT a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu_tabB a
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tabB a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tabB a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.submenu_tab a
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tab a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu_tab a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_box
{
	background-image: url('../images/footer_box.jpg');
	background-repeat: repeat-x;
	width: 950px;
	height: 69px;
	text-align: center;
	padding-top: 12px;
}

.footer
{
	width: 330px;
	margin: 0 auto;
	font-size: small;
	color: #4f4f4f;
}
.footer a
{
	color: #4f4f4f;
	text-decoration: underline;
}

.footer a:visited
{
	color: #4f4f4f;
	text-decoration: underline;
}
.footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}

/* Content Page Only */

.content
{
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	width: 940px;
	min-height: 420px;
	padding-top: 20px;
	padding-left: 14px;
}

.content_body
{
	background-image: url('../images/con_tbl_body.png');
	background-repeat: repeat-y;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
	/* for IE */
	/*filter:alpha('opacity=80');*/
	/* CSS3 standard */
	/*opacity:0.8;*/
}
.content_body a
{
	color: #000000;
	text-decoration: underline;
}
.content_body a:visited
{
	color: #000000;
	text-decoration: underline;
}
.content_body a:hover
{
	color: #1d58a2;
	text-decoration: none;
}

.content_body1
{
	background-image: url('../images/con_tbl_body1.png');
	background-repeat: repeat-y;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
	/* for IE */
	/*filter:alpha('opacity=80');*/
	/* CSS3 standard */
	/*opacity:0.8;*/
}
.content_body1 a
{
	color: #000000;
	text-decoration: underline;
}
.content_body1 a:visited
{
	color: #000000;
	text-decoration: underline;
}
.content_body1 a:hover
{
	color: #1d58a2;
	text-decoration: none;
}

.con_header
{
	color: #1d58a2;
	font-weight: bold;
	display: inline;
}

.right_menu
{
	float: right;
	margin-right: 12px;
}


.pngfix
{
	/* for IE */
	/*filter:alpha('opacity=80');*/
	/* CSS3 standard */
	/*opacity:0.8;*/
}

.rmenu_body
{
	background-color: #FFFFFF;
	width: 193px;
	color: #000000;
	padding-left: 8px;
}

.rmenu_body1
{
	background-color: #FFFFFF;
	width: 451px;
	color: #000000;
	padding-left: 8px;
}

.rmenu_img_gap
{
	margin-bottom: 8px;
}

.rmenu_img_gap1
{
	border: 5px solid #ffffff;
	margin: 0px;
	padding: 0px;
	display: block;
}

.img4
{
	margin-left: 10px;
}



