/* CSS Document */
body {
	background: url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #999;
	background-color: #999;
	height: 1px;
}
h1 {
	margin: 0px;
	font-size: 1.6em;
}
h2 {
	margin: 0px;
	font-size: 1.3em;
}
#page {
	background: #ccc;
	border: 1px solid #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	background: url(images/header2.png) no-repeat;
	height: 105px;
	width: auto;
}
#nav {
	padding: 76px 0 0 225px;
	margin: 0;
}
ul li.page_item {
	position: relative;
	}
li.page_item {
	float: left;
	display: block;
	border-right: 1px solid #fff;
	list-style: none;
	height: 23px;
	width: auto;
}
li.page_item ul {
	background: #333;
	position: absolute;
	width: auto;
	left: -1px;
	top: 23px;
	display: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	}
li.page_item a {
	background-image: url(images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 3px 20px 0 5px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
li.page_item a:hover {
	background: #666;
	background-image: url(images/arrowhover.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}
li.page_item a.home {
	background: none;
	padding: 3px 5px 0 5px;
}
li.page-item-44 a, li.page-item-45 a, li.page-item-47 a {
	background: none;
	padding: 3px 5px 0 5px;
}
li.page-item-44 a:hover, li.page-item-45 a:hover, li.page-item-47 a:hover {
	background: #666;
}
li.page_item a:hover.home{
	background: url(images/homehover.gif) repeat-y #333;
	background-position: top right;
	padding: 3px 5px 0 5px;
	text-decoration: none;
}
li.page_item ul li {
	height: auto;
	border: 1px solid #fff;
	border-bottom: 0px;
}
li.page_item ul li a {
	padding: 2px 5px 0 5px;
	background: none #333;
	width: 130px;
	height: auto;
}
li.page_item ul li a:hover {
	background: #666;
	text-decoration: none;
}
li:hover ul, li.over ul { 
	display: block; 
}
/* Fix IE. Hide from IE Mac \*/
* html li.page_item ul li { clear: left; }

/* End */

#container {
	background: #fff;
	border: 1px solid #666;
	margin: 0px 5px 5px 5px;
	width: auto;
	padding: 5px;
	text-align: justify;
	height: auto;
}
.insidebox {
	background: url(images/hex.gif) no-repeat;
	background-position: bottom left;
	border: 1px solid #999;
	width: auto;
	padding: .5em;
	margin-bottom: 5px;
}
.insideboxhead {
	border: 1px solid #999;
	border-bottom: 0px;
	background: url(images/titlebg.gif) repeat-x #040101;
	margin: 0;
	padding: 0 0 0 .5em;
	width: auto;
	height: 29px;
	color:#fff;
}
#footer {
	clear: both;
	color: #fff;
	background: #333;
	padding: 5px;
	height: 25px;
	width: auto;
	border-top: 1px solid #fff
}
img.float {
	float: left;
	padding-right: 7px;
}
.date {
	font-size: .8em;
}
.right a {
	text-align: center;
	display: block;
	border: 1px solid #999;
	border-bottom: 0px;
	background: url(images/titlebg.gif) repeat-x #040101;
	margin: 0;
	padding: 0 0 0 .5em;
	width: auto;
	height: 29px;
	color:#fff;
	font-weight: bold;
}
.left {
	float: left;
}
.left a {
	text-align: center;
	display: block;
	border: 1px solid #999;
	border-bottom: 0px;
	background: url(images/titlebg.gif) repeat-x #040101;
	margin: 0;
	padding: 0;
	width: auto;
	height: 29px;
	color:#fff;
	font-weight: bold;
}
.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	border: 1px solid #999;
	color: #fff;
    width: auto;
	margin: 5px 0 0 0;
	padding: 0 0 0 .5em;
	background: url(images/xaccordion_toggle.gif) no-repeat #333;
	background-position: right;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
.dhtmlgoodies_question:hover {
	color:#FF0000;
}

.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	border: 1px solid #999;
	border-top: 0px;
	background-color: #fff;
	width: auto;
	padding: .5em;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
/*	position:relative;
*/}
.news {
	border-bottom: 1px solid #999;
}