@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	
}
body {
background: url(/images/sandbg.gif);
	background-color: #e6decd;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-position:top;
	background-repeat:repeat;
}
a:link {
	color: #2c456c;
}
a:visited {
	color: #2c456c;
}
a:hover {
	color: #998F74;
}
a:active {
	color: #2c456c;
}

#left-menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 5px 8px 25px;
}
#left-menu a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
}
#left-menu a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
}
#left-menu a:hover {
	color:#2c456c;
	text-decoration:underline;
	font-weight:bold;
	padding:3px;
	background-color:#FFF;
}
#maincontent {
	padding:25px 0px 10px 25px;
}
.footer {
	background-color:#FFFFFF;
	padding-right:25px;
	padding-bottom: 15px;
	padding-top: 25px;
	color:#000000;
}
.tag {
	font-size:10px;
	text-align:center;
}
#box {
	display:block;
	float:right;
	width:300px;
	height:auto;
	background-color:#e6decd;
	margin:0 0 15px 15px;
	border:2px dotted #6d9cef;
	color: #2c456c;
}
.boxtitle {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #2c456c;
	width:100%;
	color:#2c456c;
}
.boxcontent {
	color:#2c456c;
	line-height:125%;
	font-size:105%;
}