* {
	font-family: verdana, arial, sans-serif;
	font-size: 100.1%;
	padding: 0; margin: 0;
}
body {
	color: black;
	background: #D4D4D4;
	font-size: 0.76em;
}
a img {
	border: 0;
}
.clear, .clear_right {
	clear: both; height: 1px; font-size: 1px;
}
.clear_right {
	clear: right;
}

#container {
	background: #fff url(../../system/images/bkg.gif) repeat-y;
	border-left: 1px solid #4D83B0;
	border-right: 1px solid #4D83B0;
	margin: 5px 10% 0 10%;
	width:798px;
}
#head {
	height: 80px;
	background: url(../../system/images/head.jpg) no-repeat;
	background: url(../../system/images/head-winter.jpg) no-repeat;
	border-top: 1px solid #4D83B0;
}
#menu {
	background: url(../../system/images/nav.jpg) repeat-y;
	padding: 5px;
	border-bottom:1px solid #4D83B0;
	text-align:right;
}
#menu ul {
	margin:0;
	padding:0;
	list-style: none;
	white-space: nowrap;
}
#menu li {
	display:inline;
}
#menu a	{
	color: #000000;
	background: #98bed1;
	margin: 3px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #4D83B0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#menu a:hover, #menu .select {
	color: #000000;
	background: #E8F7F8;
}
#submenu {
	float: left;
	width: 160px;
	overflow: hidden;
}
#submenu ul	{
	/* top right bottom left */
	margin: 20px 0 0 0;
	padding: 0px;
	list-style: none;
}
#submenu li {
	padding: 0px;
	margin: 8px 0 8px 0px;
}
#submenu a {
	width: 160px;
	display: block;
	color: #4D83B0;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
#submenu a:hover, #submenu .select {
	width: 160px;
	display: block;
	color: white;
	background: #4D83B0;
	font-weight: bold;
	text-decoration: none;
}
#submenu a.text	{
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}
#submenu p {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	margin: 0;
}
.box {
	margin: 20px 10px 0 10px;
	width: 130px;
	border: 1px solid #4D83B0;
	overflow: hidden;
}
.box a {
	color: #000000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
.box a:hover {
	color: #000000;
	background: transparent !important;
}

.box p {
	font-size: 0.8em;
	padding: 5px;
	font-weight: normal !important;
}
.box h1 {
	margin: 0 0 2px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 0.8em;
	border-left: 4px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content {
	color: black;
	background: white; /* blue */
	padding: 40px 20px 20px 20px;
	margin: 0 0 0 160px;
	border-left: 1px solid #4D83B0;
	min-height: 550px;
}
/*\*/
* html #content {
	height: 550px;
}
/**/
#content h1 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: normal;
	font-size: 1.4em;
	border-left: 10px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content h2 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 1.2em;
	border-left: 8px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content h3 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 5px;
	font-weight: bold;
	font-size: 1em;
	border-left: 6px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content h4 {
	margin: 25px 0 10px 0;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 1.3em;
}
#content hr {
	border: 1px dashed #4D83B0;
}
#content p {
	padding: 5px 5px 0 0;
	margin: 0 0 15px 0;
	vertical-align:top;
}
#content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.subtext {
	font-weight: bold;
	font-size: 0.8em;
	border-top: 1px solid #4D83B0;
}
#content ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type:square;
}
#content ul li {
	padding-left: 5px;
	font-weight: normal;
}
#content ul li a span {
	font-weight: normal;
}
#content input {
	font-weight: bold;
	font-size: 1em;
	border: 0px;
	border-left: 4px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content textarea {
	font-weight: bold;
	font-size: 1em;
	border: 0px;
	border-left: 4px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
}
#content img {
	text-align:center;
}
.left {
	text-align: left;
	vertical-align: text-top;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#foot{
	height: 30px;
	background: url(../../system/images/footer.jpg) no-repeat;
	border-top: 1px solid #4D83B0;
	border-bottom: 1px solid #4D83B0;
	text-align: right;
}
#foot a{
	color: #000000;
	margin: 3px;
	font-weight: bold;
	text-decoration: none;
}
