html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ABCFE5;
	font-family: "comic sans ms", georgia, "times new roman";
	font-size: 14px;
	text-align: center;
	color: #1f5893;
}
#all {
	margin: 0px auto;
	width: 960px;
	min-height: 100%;
	border: solid 1px #e1edf4;
	border-width: 0px 1px;
	background-color: #e1edf4;	
}
*html #all {
	height: 100%;
}
#top {
}
#print {
	float: right;
	margin: 10px;
}
img {
	border: 0px;
}
#form {
	border: solid 1px #e1edf4;
}
#form td {
	padding: 5px;
}
#form input {
	padding: 0px;
	width: 98%;
}
#form textarea {
	padding: 0px;
	width: 98%;
	font-family: verdana;
	font-size: 12px;
}
#bd_bd {
	border: 2px solid #e1edf4;
	border-top: none;
	background: #fff;	
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
#menu {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	padding: 2px 5px;
	margin: -4px 0px 0px 0px;
	background-color: #ABCFE5;
}
#menu li {
	display: inline;
}
#menu li:first-child a {	
	padding: 2px 5px 2px 10px;
	margin: 0px 0px 0px -5px;
	border-style: none;
}
#menu li a {	
	padding: 2px 5px;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #e1edf4 #1f5893 #e1edf4 #e1edf4;
}
#menu li a:hover {	
	text-decoration: none;
	background-color: #e1edf4;
}
#submenu {	
	padding: 2px 5px;
	font-size: 14px;
	text-align: left;
	color: #1f5893;
	list-style-type: none;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	background-color: #D5E7F3;
}
#submenu li {
	display: inline;
}
#submenu li a {
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #1f5893;
}
#submenu li a:hover {
	color: #A90633;
}
#content {
	padding: 5px;
	vertical-align: top;
}
#ct_title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#ct_subtitle {
	color: #000;
	text-decoration:underline;
}
#ct_left {
	float: left;
	width: 150px;
	text-align: center;
	background-color: #e1edf4;	
	padding: 10px;
}
#ct_left img {	
	padding: 0px;
}
#ct_center {
	float: left;
	width: 600px;
	text-align: justify;
	padding: 5px;
	padding-bottom: 40px;
	background-color: #e1edf4;	
}
#ct_center a {
	color: #c00;
}
#ct_right {
	float: right;
	width: 150px;
	text-align: center;
	background-color: #e1edf4;	
	padding: 10px;
}
#ct_right img {	
	padding: 0px;
}
#address {
	height: 20px;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #1f5893;
	vertical-align: middle;
}
#footer {
	clear: both;
	position: relative;
	height: 30px;
	margin: -30px auto 0px;
	width: 960px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #e1edf4;
	border: solid 1px #e1edf4;
	border-width: 0px 1px;
}
