@charset "UTF-8";





body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: #333;
	}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
a:active {
	color: #009;
	text-decoration: underline;
}





#wrapper {
	width:920px;
	margin:0px auto;
	background-color: #FFF;
	border:1px solid #9FBAC1;
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	}

#header-top {
	height:40px;
	text-align: left;
	padding-left: 385px;
	margin-top:-14px;
	}

#header-mid {
	height:67px;
	}

#header-bot {
	height:38px;
	}

#content {
	}

#content div {
	float:left;
	}

#content-left {
	width:200px;
	padding-top:15px;
	text-align: center;
	}

#middle {
	width:600px;
	padding-top:20px;
	padding-left:30px;
	padding-right: 25px;
	padding-bottom:35px;
	}

#middle-nofloat {
	float:none;
	clear:left;
	}

#footer {
		float:left;
		width:920px;
	}

#bottom {
		clear:both;
		text-align:right;
	}





.grey {
	font-family: Verdana;
	color: #7A7A7A;
}

.italic_blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F849D;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.italic_grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.small {
	font-family: Verdana;
	color: #7A7A7A;
	font-size: 10px;
}

.small_black{
	font-family: Verdana;
	color: #000;
	font-size: 11px;
}

.red {
	font-family: Verdana;
	font-size: 18px;
	color: #F00;
}

.title1 {
	font-family: Verdana;
	font-size: 22px;
	color: #29B1D3;
}

.title2 {
	font-family: Verdana;
	font-size: 22px;
	color: #666;
}

