/* @import url(/css/loginform.css); */

html,body {
	width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
	background-color: #fff;
/*	background-image: url(/images/bkvert.png);
	background-position: center top;
	background-repeat: repeat-y;*/
	background-image: url(/images/bktop1.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, Serif;
	font-size: 10pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

* html body {
	font-size: 12pt;
}

fieldset {
	border: 0 none;
}

#cmout {
	background-image: url(/images/bkmenu1.png);
	background-repeat: repeat-x;
	background-position: left 86px;
	text-align: center;
	min-height: 100%;
}

* html body #cmout {
/* 	width: 935px; */
/* 	margin-top: -6px; */
}

#cmin {
/*	background-color: #695;
	height: 600px;*/
	text-align: left;
	width: 960px;
	height:auto!important;
	height:100%;
	min-height:100%;
	margin: 0 auto -136px;
}

* html body #cmin {
	height: 100%;
}

#cmmenu {
	position: absolute;
	top: 96px;
	padding: 0;
}

#cmcontent {
	padding: 0 0 136px;
	margin: 48px 0 0 0;
}

#cmfoot {
	background-image: url(/images/pie.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 136px;
}

#cmfoot p {
	text-align: center;
}

#cmfoot p#txt1 {
	font-family: Georgia, sans-serif, serif;
	padding-top: 60px;
}

#cmfoot p#txt2 {
	color: #fff;
	font-size: 130%;
	padding-top: 24px;
}

#cmfoot p#txt2 a {
	color: #fff;
}

#cmfoot p#txt2 a:hover {
	color: #ddd;
}

#cmtop {
	height: 100px;
}

