/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;	
	color: #333333;
	font: 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.small { font-size: 10px;}

A:link {text-decoration: none;	color: #00922d;}
A:hover {color: #00922d; text-decoration: none;}
A:visited {text-decoration: none; color: #00922d;}

.title {font-size:14px; font-weight:bold;}
.title a, .title a:active, .title a:hover, .title a:visited {text-decoration:none;}

.green {color: #00922d;}
.green a, .green a:active, .green a:hover, .green a:visited {color: #00922d; text-decoration:none;}

.footer {color: #333; font-size: 12px; font-weight:bold}
.footer a, .footer a:active, .footer a:visited {color: #333; text-decoration:none;}
.footer a:hover {text-decoration:underline;}

.footer2 {color: #333;}
.footer2 a, .footer2 a:active, .footer2 a:visited {color: #333; text-decoration:none;}
.footer2 a:hover {text-decoration:underline;}

.footer3 {color: #fff; font-size: 11px;}


.white {color: #fff;}
.white a, .white a:active, .white a:hover, .white a:visited {color: #fff; text-decoration:none;}

.nav{
	font-size: 12px;
	font-weight: bold;
	color:#fff; 
}

.box0_header {width: 260px; height: 10px; background: url(../images/box0_header.gif);}
.box0_content {width: 260px; background: #000;}
.box0_title {height: 30px; font-size: 14px; font-weight:bold; color: #fff; background: #000; padding-left: 10px;}
.box0_footer {width: 260px; height: 10px; background: url(../images/box0_footer.gif);}
.promo  {font-size: 24px; font-weight:bold; color: #fff;}


.box1_header {width: 260px; height: 10px; background: url(../images/box1_header.gif);}
.box1_content {width: 260px; background: #b21d2b;}
.box1_title {height: 30px; font-size: 14px; font-weight:bold; color: #fff; background: #b21d2b; padding-left: 20px;}
.box1_footer {width: 260px; height: 10px; background: url(../images/box1_footer.gif);}

.box2_header {width: 260px; height: 10px; background: url(../images/box2_header.gif);}
.box2_content {width: 260px; background: #002f81;}
.box2_title {height: 30px; font-size: 14px; font-weight:bold; color: #fff; background: #002f81; padding-left: 20px;}
.box2_footer {width: 260px; height: 10px; background: url(../images/box2_footer.gif);}

.content_header {width: 260px; height: 10px; background: url(../images/content_header.gif);}
.content_footer {width: 260px; height: 10px; background: url(../images/content_footer.gif);}


hr {
	color: #dfdfdf;
	background-color: #d5d5d5;
	height: 1px;
	border: 0px solid #d5d5d5;
	margin: 15px 0px 15px 0px;
}

.white {
	color: #ffffff !important;
}

.nav_item:hover .left_nav_item{
	background-image: url(../images/over_left.gif);
}

.nav_item:hover .middle_nav_item{
	background-color:#6885B6;
}

.nav_item:hover .right_nav_item{
	background-image: url(../images/over_right.gif);
}
