body {
	font-family: "Trebuchet MS", Tahoma, sans-serif, Arial;
	color: #333;
	background-color: #fcf9f0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
* {
	margin: 0px;
	padding: 0px;
}
.clr{
	clear: both;
}
a{
	color: #1472bc;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
#outer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5{
	color: #1472bc;
	font-size: 20px;
}
#logo{
	display: inline;
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sm_menu{
	display: inline;
	float: left;
	width: 340px;
	text-align: center;
	margin-top: 25px;
}
#menu{
	display: inline;
	clear: left;
	float: left;
	width: 180px;
}
#menu ul{
	list-style-type: none;
}
#menu li{
	display: inline;
	clear: left;
	float: left;
	width: 180px;
	background-color: #CCCCCC;
	margin-bottom: 5px;
	text-align: center;
}
#menu li a{
	background-color: #1472BC;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline;
	padding: 3px;
	float: left;
	width: 174px;
}
#menu li a:hover{
	background-color: #333;
}
#cnt{
	display: inline;
	float: left;
	width: 700px;
	margin-left: 20px;
}
#cnt input, #cnt .inp, #cnt textarea{
	background-color: #fff;
	border: 1px solid #d4d2c5;
	padding: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#cnt input.button{
	background-color: #1472BC;
	color: #fff;
	border: 1px solid #FCF9F0;
	padding: 2px;
}
#cnt table tr{
	background-color: #fff;
}
/*#cnt table .frm{
	background-color: #d4d2c5;
}*/
#cnt table tr.tcn td{
	border-bottom: 1px solid #d4d2c5;
}
#cnt table td{
	padding: 5px;
}
#cnt table.no_pad td{
	padding: 0px;
}
#cnt table td.hd{
	color: #fff;
	background-color: #1472BC;
	padding: 2px;
}


#login{
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 230px;
	padding-left: 90px;
	background-color: #edebdf;
	border: 1px solid #d4d2c5;
	background-image: url(../images/lock.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#login h1{
	margin-top: 10px;
	margin-bottom: 10px;
}
#login input{
	background-color: #fff;
	border: 1px solid #d4d2c5;
	width: 200px;
	padding: 2px;
}
#login .button{
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #1472BC;
	color: #fff;
	border: 1px solid #FCF9F0;
}
/* ################################ footer ################################ */
#footer {
	display: inline;
	clear: left;
	float: left;
	width: 900px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#footer a {
	color: #980107;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
}

#footer p {
	padding-top: 15px;
}

