html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-image: url(/images/bktop.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana, Tahoma, serif;
	font-size: 10pt;
}

a {
	color: #23408b;
}

a:hover {
	color: #03206b;
}

a img {
	border: 0;
}

#cmout {
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

#cmin {
	clear: both;
	text-align: left;
	width: 960px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0px auto -132px;
}

#cmtop {
	height: 60px;
}

#cmcontent {
	padding-bottom: 132px;
}

#dumm0 {
	clear: left;
	float: left;
	height: 1px;
}

#cmfoot {
	clear: both;
	background-image: url(/images/bkbot.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 132px;
}

h1#title {
	position: absolute;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -24000px;
	width: 160px;
	height: 131px;
	padding: 0;
	margin: 80px 0 0 20px;
}

#incoming {
	position: absolute;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	height: 1em;
	width: 960px;
	margin-top: 16px;
}

#incoming .fleft,
#incoming .fright {
	width: 30px;
}

#incoming #inctitle {
/* 	width: 704px; */
}

#incoming #inctitle p {
	padding: 0;
	margin: 0;
}

#cmmenu {
	position: absolute;
	background: url(/images/vertBoxBot.gif) no-repeat center bottom;
	width: 210px;
	top: 220px;
	padding: 0;
	margin: 0 0 0 0;
}

#cmmenu ul {
	display: block;
	background: url(/images/vertBoxTop.gif) no-repeat center top;
	padding: 20px 12px 12px;
	margin: 0 0 12px;
}

#cmmenu li {
/* 	float: left; */
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 4px 8px;
}

#cmmenu li a,
#cmmenu li span {
	color: #fff;
	background-color: #6e9cf6;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 10px;
	border: 1px solid #84abfb;
}

#cmmenu li a:hover {
	background-color: #7eacf6;
	border: 1px solid #ccf;
}

#cmmenu li span {
	background-color: #8ebcf6;
	border: 1px solid #fff;
}

h2 {
	color: #999492;
	font-size: 200%;
	margin-left: 270px;
	padding-bottom: 0;
	margin-bottom: 1em;
}

h3 {
	padding-top: 0;
	margin-top: 0;
}

/*div#intro {
	float: left;
	color: #555;
	font-size: 110%;
	width: 250px;
	margin-top: 200px;
}*/

div#cmcontent {
}

div#cexpos {
	background: url(/images/bklogo.gif) center center fixed no-repeat;
	padding-bottom: 10px;
	margin: 0px 0 0 240px;
}

div#ctext {
	color: #444;
	font-size: 110%;
	padding-top: 0px;
	margin: 0 0 0 270px;
}

div#cexpos ul#lexpos {
/* 	text-align: left; */
	overflow: auto;
	padding-top: 6px;
	padding-left: 0;
	margin-left: 0;
}

div#cexpos ul#lexpos li {
	float: left;
	list-style-type: none;
/*	background-color: #dfe7ff;*/
	width: 47%;
	padding: 4px 0;
	margin: 20px 2% 0 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

div#cexpos ul#lexpos li a.aimg {
	display: block;
	width: 100%;
	outline: none;
}

div#cexpos ul#lexpos li a.aimg span.img {
	display: block;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -25000px;
	width: 100%;
	height: 100px;
	margin-bottom: 12px;
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
}

div#cexpos ul#lexpos li div.h3 {
}

div#cexpos ul#lexpos li div.content {
	padding: 0 0 5px;
	border-bottom: 6px solid #000;
}

div#cexpos ul#lexpos li div.desc {
	padding: 0 26px;
}

div#cexpos ul#lexpos li div.desc a.info {
	display: block;
	background-image: url(/images/button1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -24000px;
	width: 100px;
	height: 32px;
}

div#cexpos ul#lexpos li div.desc a.info:hover {
	background-position: left bottom;
}

input.inpt,
textarea.inpt,
select.inpt {
	color: #000;
	background-color: #e4e4e4;
	font-size: 110%;
	margin-right: 6px;
	border: 1px solid #333;
}

input.inpt:hover,
textarea.inpt:hover,
select.inpt:hover {
	background-color: #f3f3f3;
}

input.inpt:focus,
textarea.inpt:focus,
select.inpt:focus {
	background-color: #eee;
	outline: 2px solid #999;
}

input.btns,
button.btns {
	color: #000;
	background-color: #ddd;
	font-size: 100%;
	margin-right: 6px;
	border: 3px double #777;
}

table {
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table th {
	padding: 2px 4px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table td {
	padding: 2px 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img.fright {
	margin: 6px 12px;
}

.clrleft {
	clear: left;
}

div#cexpos img.fright {
	border: 1px solid #000;
}

div.twapager {
	float: right;
	margin: -52px 22px 0px 0;
}

div.twapagerb {
	margin-top: 30px;
}

div.twapager span,
div.twapager a {
	display: block;
	float: left;
	color: #006;
	background-color: #eef;
	text-decoration: none;
	padding: 2px 4px;
	margin: 0 3px;
	border: 1px solid #336;
}

div.twapager span {
	color: #777;
	background-color: #f1f1ff;
	border: 1px solid #777;
}

div.twapager a:hover {
	color: #339;
	background-color: #ccf;
}

div.twapager span.pgsel {
	color: #fff;
	background-color: #99f;
}
