html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color:#306782;
	text-decoration: underline;
}
a:hover {
	color:#306782;
	text-decoration: none;
}
body {
	text-align:center;
	background-color: #CBD4D8;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	color:#306782;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#box img {
	padding: 4px;
 	background-color: #FFFFFF;
	border: 1px solid #C3CCD1;
	margin:3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003366;
	line-height: 1.5em;
	padding-bottom:10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 4px;
	font-size:18px;
	color:#003366;
}

#box {
	clear:left;
	background-color:#fff;
	padding:10px;
	float:left;
	width:705px;
	height:auto;
	margin:0px;

}
#box p {
	color:#003366;
	padding:0px;
}
#box a {
	color:#003366;
}
#box a:hover {
	color:#003366;
}
#box-menu {
	width:725px;
	height:386px;
	background-image: url(img/box.jpg);
	background-repeat: no-repeat;
	float:left;
	margin-top:10px;
}
#box-menu img {
border:#333333 thin 1px;
}

#page {
	margin: 0 auto;
	width: 960px;
	height:auto;
	padding:0;
}
#page-bg {
	height:auto;
	width:960px;
	background-image: url(img/page-bg.jpg);
	background-repeat: repeat-y;
	float:left;
	padding-bottom:10px;
	clear:both;
}
#header {
	height: 250px;
	width: 960px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	float:left;
	display:inline;
}
#header .top {
	height:150px;
	width:200px;
	float:left;
	margin-top:40px;
	/*border:1px dashed #FFFFFF;*/
	overflow: hidden;
}
#header .flash {
	width:744px;
	height:244px;
	float:right;
	border:none;
}
#left {
	width:200px;
	float:left;
	height:auto;
	text-align:left;
	padding-top:10px;
}

#content-main  {
	width:760px;
	height:auto;
	float:right;
}
#content {
	width:725px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight:normal;
	text-align:left;
	font-size: 12px;
	color: #666;
	margin-right:10px;
	float:right;
	min-height:800px;
	height:auto !important;
	height:800px;
	padding-top:10px;
	display:inline;
}
#footer-main {
	width:auto;
	text-align:center;
	height:100px;
	clear:both;
	float:none;
	background-image: url(img/footer-bg.jpg);
	background-repeat: repeat-x;
	position:relative;
}
.footer {
	width:960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height:100px;
	float:none;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	position:relative;
}
.footer-txt {
	padding-top:85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#3F7F9D;
	text-decoration: none;
}
.footer-txt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#3F7F9D;
	text-decoration:underline;
}
.footer-txt a:hover {
	color:#3F7F9D;
	text-decoration: none;
}