/*·#·#·#·#·#·#·#·#·#·#
#
·  Layout
#
·#·#·#·#·#·#·#·#*/

body {
	background-image: url(/images/bk.jpg);
	background-position: center bottom;
	background-color: #7395b4;
	font-size: 80%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

* html body {
	font-size: 90%;
}

#cmout {
	background-image: url(/images/bktop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 768px;
	margin: 0px;
	padding: 0px;
}

#cmin {
	width: 730px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

#cmtop {
	padding: 50px 20px 0px 0px;
}

#cmtop #ptit {
	background-image: url(/images/title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

#cmtop #ptit span {
	display: none;
}

#cmtop ul {
	position: absolute;
	top: 193px;
	margin: 0px 22px;
	padding: 0px;
}

#cmtop ul li {
	list-style-type: none;
	float: left;
	margin: 0px;
}

#cmtop ul li a {
	display: block;
	color: #777;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 14px;
}

#cmtop ul li a:hover {
	color: #000;
	background-color: #789cbe;
	background-color: #f2cb46;
	text-decoration: underline;
}

#cmtop ul li span.twalnksel {
	display: block;
	background-color: #d2ab26;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 14px;
}

#cmpanels {
	float: left;
	margin-left: 22px;
}

#cmcontent {
	font-size: 90%;
	margin: 0px;
	margin: 130px 0px 0px 0px;
	padding: 0px;
}

* html body #cmcontent {
	margin-top: 145px;
}

#cmcontent .maincols {
	display: inline;
	float: left;
	margin-left: 10px;
	padding: 0px;
}

* html #cmcontent .maincols {
	margin-top: 15px;
}

#cmcontent .maincols h3.title {
	color: #000;
	font-size: 180%;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1.5px;
	text-decoration: none;
	padding: 1px 6px 3px;
	border-bottom: 1px solid #ccc;
}

#cmcontent .maincols h4.title {
	color: #385c7e;
	font-size: 155%;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1.5px;
	padding: 1px 6px 1px;
	border-bottom: 1px solid #ccc;
}

#cmcontent #col1 {
	width: 520px;
}

#cmcontent #col2 {
	width: 180px;
}

#pie {
	color: #385c7e;
	font-size: 70%;
	width: 70%;
	margin-left: 150px;
	padding: 2px;
	border-top: 1px dotted #ccc;
}

* html #pie {
	font-size: 65%;
	margin-left: 10px;
}

img.fright {
	float: right;
	margin-left: 6px;
	margin-top: 0px;
}
.img {
	float: right;
}
.clrboth {
	clear: both;
}

a {
	color: #555;
	font-weight: bold;
}

a:hover {
	color: #000;
}

.inpt {
	border: 1px solid #537594;
}

.btns {
	background-color: #c3e1ed;
	border: 1px solid #537594;
}

.smtitular {
	margin-bottom: 0.5em;
}
img.imgtext {
	background-color: #eee;
	border: 1px double #aaa;
	padding: 4px;
}

img.right {
	float: right;
	margin: 6px;
}

