@charset "utf-8";
/* CSS Document */
body{
	background-color: #1B75BB;
	font-family: Arial, Helvetica, sans-serif;
}
#green_box{
	background:url(images/green_box.jpg) no-repeat;
	/*padding:20px;*/
}
#footer{
	background:url(images/footer.jpg) no-repeat;
}
#white_box_left{
	background:url(images/box_left.gif) repeat-y;
}
#white_box_right{
	background:url(images/box_right.gif) repeat-y;
}
#gray_box_left{
	background:url(images/box_left_gray.gif) repeat-y;
}

.address{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#phone{
	color:#000000;
	font-size:40px;
	font-weight:bold;
}
.bottom_links{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;
}

#copy{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}
#content{
	padding:20px;
	color:#000000;
	font-size:14px;
}
.content_title{
	color:#000000;
	font-size:18px;
	font-weight:bold;
}
.content_bold{
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
a {
	text-decoration: none;
	color:#0000FF;
}
.tab_div{
	padding:20px;
}
.side_menu_title{
	background:url(images/side_menu_title_bkg.jpg) no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
}
.reg12{
	color:#000000;
	font-size:12px;
}
.side_menu{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
}
.side_menu_link{
	color: #003354;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	
}

#search_form{
	padding:0px;
	margin:0px;
}

#search_txt_box{
	background: url(images/seach_bkg.jpg) no-repeat top;
	width:120px;
	height:24px;
	font-size:14px;
	line-height:14px;
	padding-top:5px;
	padding-left:10px;
	border:none;
}
#searchsubmit{
	background: url(images/search_btn.jpg) no-repeat top left;
	border:none;
	padding:0px;
	width:24px;
	height:24px;
}
#search_txt{
	color: #003354;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	padding-right:10px;
	text-decoration:none;
}
.red{
	color:#CC0000; 
	font-size:12px; 
	font-weight:bold;
}

.redLg{
	color:#CC0000; 
	font-size:24px; 
	font-weight:bold;
}
