@charset "iso-8859-1";
/* CSS Document */

@import url(/pages/r1/common/daMenus.css);

body {
	font: 14px Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #06C;
	border-style: none;
}
.small {
	font-size: 0.75em;
	color: #666;
}
h2, h2 a {
	color: #232018;
	font-size: 1.2em;
	padding-bottom:4px;
	border-bottom: 1px dashed #2F2B20;
	line-height: 1.3em;
}
h2 a {
	text-decoration: none;
	border-style: none;
}
h2 a:hover {
	color: #9D511E;
}
.fright { float:right;}
.fclear { clear:both; }
.comment {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
#header {
	height:160px;
	width: 900px;
	margin:0 auto;
}

#header img {
	margin:0;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#wrapper {
	width:900px;
	margin:20px auto;
}
#footer {
	width:900px;
	clear:both;
}

/*------------------------------------------------------------------------------------*/
#leftcol {
	width:180px;
	float:left;
	margin:0 5px 0 0;
	overflow:hidden;
}
/*------------------------------------------------------------------------------------*/
#middlecol {
	width:550px;
	padding:10px 5px 10px 5px;
	margin:0;
	background: url(/images/system/contentrr.png) no-repeat left top;
	float:left;
	overflow:hidden;
}
#middlecol h1 {
	font-size: 1.4em;
	color: #D0BDA7;
}
#middlecol h3 {
	font-size: 1.2em;
	color: #2F2B20;
	padding: 5px;
}
#middlecol a {
	text-decoration: none;
	border-style: none;
}
#middlecol .link {
	text-decoration: none;
	margin-top: 10px;
}
#middlecol h3 a {color:#2F2B20;}
#middlecol h3 a:hover {color:#EA7500;}
#middlecol p {
	font-size: 1em;
	line-height: 1.4em;
	color: #222;
	padding:0 5px;
}
/*------------------------------------------------------------------------------------*/
#rightcol {
	width: 150px;
	float:right;
}
#rightcol .btext {
	font: 0.8em/1.3em Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*------------------------------------------------------------------------------------*/
#panel { margin-bottom:20px;}
#panel .top {
	background: url(/images/system/paneltop.jpg) no-repeat;
	height:20px;
	color:#FFF;
	padding:1px 0 0 5px;
	font-weight:bold;
}
#panel .mid {
	background: url(/images/system/panelmid.jpg) repeat-y;
	padding:5px 8px;
	font:0.8em Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}
#panel .mid p { margin:0;}
#panel .mid a {
	display: block;
	padding:5px 0 0 0;
	border-style: none;
}
#panel .mid a:hover {
	color: #811F1E;
}
#panel .mid h2 {
	margin:8px 0;
	font-size: .95em;
	}
#panel .bot {
	background: url(/images/system/panelbot.jpg) no-repeat;
	height:4px;
}
/*------------------------------------------------------------------------------------*/
#frm {
	font-size: 1em;
	color: #333;
}
#frm input, #frm textarea {
	background: #F0F0F0;
	border: 1px dotted #999;
}
#frm td {
	font-weight: bold;
	font-size: 10px;
}
#frm h3 {
	font-size: 14px;
	color: #666;
}
#frm p {
	width: 320px;
	font-weight: normal;
}
#frm .alert {
	font-size: 1.2em;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
