@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background-color: #282727;
	font-family: Arial, Helvetica, sans-serif;
	color: #282727;
	font-size: 12px;
}
#content td {
	font-size: 12px;
	padding: 3px;
}

a {
	text-decoration: none;
	color: #686343;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #282727;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #646363;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #524F2E;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #52522E;
}

a:hover {
	text-decoration: underline;
}
#row {
	height: 200px;
}
#content .floatRight {
	float: right;
}
#content img.floatRight {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#content_spc {
	float:left;
	width:1px;
	height: auto;
}
#content .floatLeft {
	float: left;
}
#content img.floatLeft {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 3px;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contain {
	float:left; 
	width:900px; 
	background-color: #D8D087;
}
#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 35px;
	width: 900px;
}
#left {
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 92px;
	width: 197px;
	text-align: center;
	padding-top: 400px;
	background-color: #D8D087;
}
#logo {
	height: 35px;
	float: left;
	width: 148px;
	margin-right: 25px;
	margin-left: 25px;
	display:inline;
}
#menu {
	height: 35px;
	width: 650px;
	margin-right: 26px;
	margin-left: 26px;
	float: left;
	display:inline;
}
#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 701px;
	background-color: #D7D7D7;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
#content_menu {
	text-align: right;
	float: left;
	width: 650px;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	display:inline;
}
#content_menu a {
	color: #737272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
}
#content_menu a:hover {
	text-decoration: underline;
}
#content_inner {
	margin: 25px;
	float: left;
	width: 649px;
	display:inline;
}
#content_inner li {
	font-size: 12px;
}
#content_inner img.border {
	margin-right: 3px;
	border: 3px solid #616060;
}
#calwrap {
	margin: 3px;
	float: left;
	width: 644px;
	border: 1px solid #605F5F;
	display:inline;
}
#calday {
	float: left;
	width: 90px;
	border: 1px solid #605F5F;
	display:inline;
}
#calnum {
	font-size: 10px;
	float: left;
	height: 12px;
	width: 12px;
	margin: 2px;
	display:inline;
}
#calcontent {
	margin: 0 2px;
	height: 120px;
	width: 86px;
	float: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #605F5F;
	display:inline;
}
#calweekday {
	float: left;
	width: 90px;
	border: 1px solid #605F5F;
	height: 15px;
	display:inline;
}
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 44px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3838;
}
#f_left {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D8D087;
	font-size: 11px;
	display:inline;
}
#f_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #D8D087;
	display:inline; 
}
#f_right {
	float: left;
	width: 470px;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D8D087;
	font-weight: bold;
	text-align: right;
	display:inline;
}
#f_right form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#f_right input.nlfield {
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	background-color: #C8C3C3;
	height: 21px;
	width: 183px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.nlbutton {
	background-color:#666666;
	color: #D8D087;
	width: 55px;
	border: #D8D087 1px solid;
}
#content_inner img {
	border: 2px solid #333333;
}
