@charset "UTF-8";
/* CSS Document */

body, table, td, tr, div{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:19px;
	padding:0;
}
.top{
	width:100%;
	background-color:#FFF;
}
.header{
	width:570px;
	padding:70px 0px 0px 180px;
	background:url(images/given_logo.jpg) no-repeat bottom left;
}
.nav{
	padding-bottom:15px;
}
.menu{
	padding:5px;
	height:23px;
	font-size:10px;
	color:#666;
	text-decoration:none;
	border-right:solid 1px #FFF;
}
.menu:hover{
	background:url(images/given_menuGradient.jpg) repeat-x;
	color:#FFF;
	border-right:solid 1px #FFF;
}
.menuon{
	padding:5px;
	height:23px;
	font-size:10px;
	background:url(images/given_menuGradient.jpg) repeat-x;
	color:#FFF;
	border-right:solid 1px #FFF;
	text-decoration:none;
}
.indexmiddle{
	clear:both;
	background:url(images/given_indexbg.jpg) repeat-x top #0d3656;
}
.middle{
	clear:both;
	background:url(images/given_topcurve.jpg) no-repeat top;
}
.indexbody{
	width:750px;
	padding:270px 25px 10px 25px;
	color:#FFF;
	font-size:18px;
	line-height:24px;
}
.inbody{
	width:750px;
	min-height:380px;
	padding:70px 25px 0px 25px;
	font-size:14px;
	line-height:19px;
}
.footer{
	width:750px;
	border-top: solid 1px #666;
	padding:15px 0px;
	font-size:11px;
}
.bgfooter{
	padding:150px 0px 2px 0px;
	height:80px;
	background:url(images/given_footerimage.jpg) no-repeat center;
}
.link{
	color:#f6911f;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}
.bluetext{
	color:#1970b7;
}
.redtext{
	color:#F00;
}
.h1{
	font-size:18px;
}