/* CSS Document */


body {
	background-color: #0c4c82;

	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 14px;
}

/* text */

h1 {    font-size: 26px;
	color: #a00;
	letter-spacing: -1px;
	width: 350px;
	display:none;

}
h2 {
	font-size: 25px;
	color: #006699;
	letter-spacing: -1px;
	padding-left: 0px;
}

h4 {
	color: #0099CC;
	line-height: 22px;
	font-weight: lighter;
}

a {
	color: #a00;
}


ul {
	line-height: 190%;

}

#top {
	width: 740px;
	height: 118px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}


.menu{
	width:740px;
	height:64px;
	margin:0 auto;
	background:url(menu_bg.gif) repeat-x; margin-right:50px;		
}
.menu-left{
	background:url(menu_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.menu-right{
	background:url(menu_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.menu a {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 14px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	float: left;
	margin-top: 5px;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#right {margin-left:30px; margin-bottom:30px }



#content {
	text-align: left;
	width: 780px;
	background-image: url(content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#content .inner {
	padding-left: 20px;
	padding-top: 27px;
	padding-right: 10px;
}

#side, .img-right {
	margin-right: 10px; margin-left:70px; margin-bottom: 40px;
	float: right;
}
strong {
	color: #a00;
}


.footer {
	font-size: 12px;
	color: #1B61AD;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: auto;
	text-align: center;
	background-position: center bottom;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	padding-bottom: 25px;
}

.footer .inner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #18518E;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
}
.bottom {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	height: 20px;
	width: 780px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFFFFF;
}
