body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:18px;
	background-color:#CCE9FA;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	
}

.img{
	border-style:none;
	text-decoration: none;
}

.feat{
	border-style:outset;
	border-color: #333;
	border-width:1px;
}

.img_caption {
	margin-right: 10px;
	border-style:outset;
	border-color: #333;
	border-width:1px;
}

.orange{

	color:#EC9A1A;
	font-size:12px;
	font-weight:bold;

}

.blue{

	color:#007CC3;
	font-size:16px;
	font-weight:bold;

}

.dark_blue{

	color:#273945;
	font-size:16px;
	font-weight:bold;
}

.white{

	color:#fff;
	font-size:12px;
	font-weight:bold;
}


.logo{

	width:275px;
	height:67px;
	float:left;

}

.add{

	width:147px;
	height:47px;
	float:right;

}


#box{

	width:300px;
	height:;
	background-image:url(images/box_bg.jpg);
	background-repeat:no-repeat;

}

#main-nav1 {
	height:34px;
	width:933px;
	position: relative;
	top:0px;
	float:left;
	margin:0 auto;
	padding:0;
	background-image:url(images/btn_bg.jpg);
	background-repeat:repeat-x;
}

#main-nav1 ul {
	list-style: none;
	margin:0 auto;
	padding:0;
}

#main-nav1 ul li {
	float: left;
}

#main-nav1 ul li a {
	/* background: #00aeef url(../images/bg_nav_button-blue.gif) repeat-x top left; */
	color: #ffffff;
	height: 28px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	margin: 0px 1px 0px 0px;
	padding: 5px 30px 0px 30px;
	
	

}

#main-nav1 ul li a:hover, #main-nav1 ul li a:active  {
	background: #324A58 url(images/btn_over.jpg) repeat-x top left;
	
	/* color: #055574; */
}

#main-nav1 ul li.selected a, #main-nav1 ul li.selected a:hover {
	background: #324A58 url(images/btn_over.jpg) repeat-x top left;
	color: #ffffff;
}


.blue_border{

	border:1px solid #4CB0E4;
}

/****mine*****/

.greylinks {
	color: #313493;
	font-size: 10px;
	text-decoration: none;
}
.greylinks a:hover {
	color: #00A0BB;
	text-decoration: overline underline;
}

/*****end mine ****/
