/* general settings */
*, html, body, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: top;
}
.clr { clear: both;}
.warning { color: #f9a400; font-weight: bold; padding: 4px 0; border-top: 1px solid #f9a400; border-bottom: 1px solid #f9a400; margin: 15px 0;}
.tocenter { text-align: center;}

body {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #353535;
	font-size: 11px;
	background: white;
}
#container {
	text-align: left;
	width: 841px;
	margin: 0 auto;
}
#top {
	background: url(/images/orange/topbg.jpg) no-repeat;
	height: 250px;
}
#top-menu { list-style-type: none; float: left; margin: 8px 0 0 181px; width: 655px; overflow: hidden; display: inline;}
#top-menu li { float: left;}
#top-menu li a:link, #top-menu li a:visited {
	display: block;
	padding: 6px 5px;
	color: #d1d1d1;
	text-decoration: none;
	font-size: 12px;
	width: 123px;
	text-align: center;
}
#top-menu li a:hover, #bottom-menu li a:hover { text-decoration: underline;}
#sitetitle { padding: 110px 20px 0 0; color: black; font-size: 33px; font-weight: bold; text-align: right; _padding-top: 75px;}
#sitetitle a { color: black; text-decoration: none;}

#wrapper-2col { float: left; margin-top: 20px;}

#contents {
	float: right;
	margin: 30px 0 0 20px;
	display: inline;
	width: 580px;
}
#pagetitle { font-size: 18px; font-weight: bold; color: #353535; margin-bottom: 15px;}
#contents .wysiwyg { margin-right: 15px;}

#sidebar {
	float: left;
	width: 215px;
	display: inline;
	margin: 0 25px 0 0;
}
#sidebar-menu-caption {
	height: 16px;
	background: url(/images/orange/sidemenutitle.gif) no-repeat;
	color: #353535;
	padding: 1px 0 0 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
#sidebar-menu {
	list-style-type: none;
	margin-left: 20px;
	border-bottom: 1px dashed #7f7f7f;
}
#sidebar-menu li {
	margin: 4px 0;
	background: url(/images/orange/sidemenuarrow.gif) 0 55% no-repeat;
	padding: 8px 0 4px 0;
	border: 1px dashed #7f7f7f;
	border-left: none;
	border-bottom: none;
}
#sidebar-menu a:link, #sidebar-menu a:visited { color: #353535; text-decoration: none; padding-left: 15px;}
#sidebar-menu a:hover { color: #f9a400; text-decoration: underline;}

#footer {
	margin: 30px 0;
	background: url(/images/orange/bottombg.jpg) no-repeat;
	height: 29px;
}
#copyrights { color: #a1a1a1; padding: 8px 0 0 15px;}
#copyrights a { color: #a1a1a1; text-decoration: none; font-weight: bold;}

#sendmailform {
	width: 500px;
	text-align: center;
	margin: 10px auto;
}
#sendmailform .row { clear: both; margin: 6px 0;}
#sendmailform .row span.head { float: left; padding-right: 5px; width: 130px;}
#sendmailform .row span.value { padding-left: 5px;}
#sendmailform select, #sendmailform input, #sendmailform textarea { width: 300px;}
#sendmailform .submitbutton { background: #353535; padding: 2px 5px; border: none; width: 75px; color: #f9a400; font-weight: bold;}


.wysiwyg { margin: 2px 0; line-height: 16px; font-weight: normal;}
.wysiwyg p { line-height: 16px; margin: 10px 0;}
.wysiwyg ul { margin-left: 15px; list-style-type: square;}
.wysiwyg ol { margin-left: 15px; list-style-type: decimal;}
.wysiwyg h1, .wysiwyg h2 { font-weight: bold; font-size: 14px; margin-bottom: 10px;}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5 { font-size: 13px; font-weight: normal; text-decoration: none; margin-bottom: 6px;}
.wysiwyg h3 { font-weight: bold;}
.wysiwyg li { margin-left: 15px;}
.wysiwyg ul li { margin-left: 0;}
.wysiwyg a:link, .wysiwyg a:visited { color: #f9a400; text-decoration: none;}
.wysiwyg a:hover { text-decoration: underline;}
