@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap {
	width:684px;
	margin:0px auto;
	margin-top:95px;
	clear:both;
	background-image:url(images/mainbg.png);
	background-repeat:repeat-y;
}
#logo {
	text-align:center;
	width:100%;
	height:79px;
}
#content {
	float:left;
	padding:10px;
	width:375px;
}
#nav {
	float:left;
	width:245px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	background-image:url(images/navbg.jpg);
	height:30px;
	width:225px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li:hover {
	background-image:url(images/navbghover.jpg);
}
#nav a {
	padding-top:4px;
	margin:0;
	display:block;
	margin-left:50px;
	font-size:16px;
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#0F3;
}
#nav #info {
	width:245px;
	text-align:center;
}
#nav #info-home {
	width:245px;
	text-align:center;
	color:#003;
}
#aca {
	margin-left:50px;
	height:84px;
}
#main {
	background-image:url(images/top.png);
	background-position:top right;
	background-repeat:no-repeat;
	width:430px;
	height:307px;
	float:left;
	margin-top:-25px;
}
#main #text {
	margin-top:300px;
	margin-left:25px;
	margin-right:15px;
	color:#003;
	line-height:16px;
	margin-bottom: auto;
}
#main #text-home {
	margin-top:300px;
	margin-left:25px;
	line-height:14px;
	margin-right:15px;
	text-align:center;
	color:#003;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topnav {
	float:right;
	color:#ffffff;
	margin-top:4px;
	margin-right:11px;
}
#topnav a {
	color:#ffffff;
	text-decoration:none;
}
#footer {
	height:50px;
	width:685px;
	margin:0px auto;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	clear:both;
}
.ftext {
	float:right;
	color:#ffffff;
	font-weight:bold;
	padding-top:20px;
	padding-right:20px;
}

