/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Tahoma;
	font-size: 13px;
	color: #252525;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color:#e1f2fc;
}
.footer a,
.centercol a,
a:link {
	text-decoration: none;
	color: ##006699;
}
.footer a:visited,
.centercol a:visited,
a:visited {
	text-decoration: none;
	color: #006699;
}
.footer a:hover,
.centercol a:hover,
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.footer a:active,
.centercol a:active,
a:active {
	text-decoration: none;
	color: #006699;
}
h1 {
	color:#CC0000;
	font-size:24px;
	padding:15px 0 0 0;
}
h2 {
	font-size:20px;
	color:#000;
}
h3 {
	font-size:16px;
	color:#000;
}
.wrap {
	width:1019px;
/*	height:800px;*/
	text-align:left;
	background-color:#fff;
	margin:50px 0 25px 0;
	border:#cfdfea solid 5px;
}
.page {
	width:969px;
	background-color:#ffffff;
	margin:25px 25px 50px 25px;
}
.header {
	height:118px;
/*	background-color:#99CCFF;*/
}
.logo {
/*	background-color:#99CCFF;*/
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	height:80px;
}
.affi {
	margin:0px 160px 0 0px;
	font-size:16px;
	font-weight:bold;
	color:#006699;
	text-align:right;
}
.slogan {
	margin:20px 0 0 237px;
	font-size:20px;
	font-weight:bold;
}

/*** menu ***/

.menu {
	height:31px;
	text-align: center;
	font-weight:bold;
	color:#fff;
/*	background-color:#3a72aa;*/
	background-color:#7996b6;
}
.menu ul{
	margin:0; padding: 0;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	float: left; text-decoration: none;
	color: #fff;
	padding: 7px 15px 6px 15px;
/*	padding: 10.5px 11px;
	background-color: #333;*/
}
	 
.menu ul li a:visited{
	color: #fff;}
	 
.menu ul li a:active,
.menu ul li a:hover,
.menu ul li .current{
	color: #fff;
	background-color:#3a72aa;
}

/*** main ***/

.main {
	margin-top:25px;
}

.leftcol {
	width:268px;
	float:left;
/*	background-color: #FFCCFF;*/
	margin-right:20px;
}
.rightcol {
	width:238px;
	float:right;
/*	background-color: #FFFF99;*/
}
.centercol {
	width:423px;
	margin-left:288px;
	padding:0 0 30px 0;
	line-height:1.6em;
}
.putol {
	height:800px;
}
.requestnow {
	text-align:right;
	padding:15px 25px 15px 0px;
}
.requestnow a {
	color:#006699;
}
.requestnow a:hover {
	color: #CC0000;
	text-decoration:underline;
}

/*** Footer ***/

.footer {
	padding-bottom:25px;
}
