body {
	font-family:verdana, sans-serif;
	font-size:0.8em;
	background-color:#E1E2E3;
}

body p{
	margin:0px;
}

body img{
	border:0px;
}

input[type=text],input[type=password],textarea {
	border: 1px solid #aaaaaa;
	padding: 1px;
}

div#box{
	margin:auto;
	border-left: 8px solid #FF9000;
	border-right: 8px solid #FF9000;
	border-top: 1px solid #FF9000;
	border-bottom: 1px solid #FF9000;
	width: 975px;
	background-color:#FF9000;
}

div#header{
	border: 1px solid #FF9000;
	height: 40px;
#	background-image: url(../img/header/header.jpg);
#	background-repeat: no-repeat;
	background-color:#FF9000;
}

div.navigation{
	float:left; 
	width: 175px;
	border: 2px solid #FF9000;
	background-color: #FF9000;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
}

.navigation ul {
	margin:0px;
	padding:0px;
}

.navigation p{
	padding:0px 5px;
}

.navigation li{
	list-style-type:none;
	padding:0px 5px;
}

.navigation a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display:block;
	padding:0px 0px 0px 2px;
	border-right: 1px solid #FF9000;
	border-bottom: 1px solid #FF9000;
}

.navigation a:hover, a#linkactive{
	border-right: 1px solid #FF9000;
	border-bottom: 1px solid #FF9000;
	color:#000000;
	background:#EEEEEE;
}

.linkactive{
	border-right: 1px solid #FF9000;
	border-bottom: 1px solid #FF9000;
	color:#000000;
	background:#EEEEEE;
}

.navigation p.navtitle:first-child {
	margin-top:0px;
}

.navtitle {
	font-weight:bold;
	color:#FF9000;
	padding:0px;
	margin:5px 0px 3px 0px;
	display:block;
	background:#FF9000;
}

p.sublink {
	padding: 0px 0px 0px 10px;
	font-size:0.85em;
}

.admincontent{
	margin:5px 5px 0px 195px;
	min-height: 35em;
	padding: 10px;
}

.admincontent a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.admincontent a:hover{
	text-decoration:none;
	color:#FF9000;
	background:#FF9000;
}


div#content{
	margin:0px 5px 0px 195px;
	min-height: 35em;
	padding: 0px 10px 10px 10px;
}

div#title {
	border-left: 5px solid #FF9000;
	border-right: 5px solid #FF9000;
	border-bottom: 5px solid #FF9000;
	height:20px;
	text-align:center;
}

div#title p{
	margin:0px;
	font-size:1.2em;
	font-weight:bold;
}

div#messagebox{
	border:1px dashed silver;
	height:22px;
	margin-left: 15em;
	text-align:center;
}

div#messagebox p{
	font-weight:bold;
}

div#footer{
	float:clear;
	border: 1px solid #FF9000;
	background-color:#FF9000;
}

div#footer p{
	font-size:0.85em;
	font-weight:bold;
}

table.tbconf {
	border:1px dashed silver;
}

.tractive td{
	background-color:#EEF7FF;
}

.trnotactive td{
	background-color:#FFEDED;
}

.trtitle p {
	font-weight:bold;
	font-size:0.85em;
}

.button {
	background:#E1E2E3;
	border: 1px solid #FF9000;
}

.pwbox {
	border: 2px solid #FF9000;
	background-color: #E1E2E3;
}

.tableleft {
	width:29%;
    float:left;
    margin-top:2px;
}

.tableright {
	width:69%;
    float:left;
    margin-left: 10px;
	margin-top:2px;
}

.tabledouble {
	width:98%;
	margin-top:4px;
}

/*
	********************
	Guestbook
	********************
*/

.guestbooksites {
	margin: 20px 5px 10px 5px;
	text-align:center;
	background: #EFEFEF;
}

.guestbooksites a{
	color:#000000;
	text-decoration: none;
	background: #EFEFEF;
	padding:4px;
}

.guestbooksites a:hover, #guestbookactivesite{
	background: #AAAAAA;
	padding:4px;
}

.guestbookentrytitle {
	background: #FF9000;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 5px;
}

.guestbookentrytitledate {
	width: 180px;
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
}

.guestbookentry {
	clear: right;
	background: #EFEFEF;
	border-top: 0px;
	border-left: 1px dotted #333;
	border-right: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}


/*
	********************
	News
	********************
*/

.newsnav {
	float: left;
	width: 200px;
	margin: 5px 5px 0 0;
	background: #EFEFEF;
}

.newsnavarchive {
	float: left;
	width: 200px;
	height: 302px;
	margin: 5px 5px 0 0;
	background: #EFEFEF;
}

.newsnav a, .newsnavarchive a {
	font-size: 0.8em;
	color: black;
	text-decoration: none;
	padding: 0 4px;
	margin: 0;
	font-weight: normal;
}

.newsnav a:hover, .newsnavarchive a:hover, #newsnavactive {
	color: black;
	text-decoration: underline;
	background: none;
}

.newsnavdate {
	font-size: 0.8em;
	float: right;
	padding: 0;
	margin: 0 4px;
	text-align: right;
}

.newsnav p, .newsnavarchive p{
	font-weight: bold;
	font-size: 0.8em;
	color:#000000;
	border-bottom: 1px solid black;
	text-decoration: none;
	background: #DDDDDD;
	padding: 0 4px;
	margin: 5px 0 3px;
}

.newsnav p:first-child, .newsnavarchive p:first-child {
	margin-top: 0;
}

.newsnavarchivelink {
	display: block;
	font-size: 0.8em;
	color:#000000;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-decoration: none;
}

.newscontent {
	float: left;
	width: 520px;
	min-height: 350px;
	margin: 5px 0 0 5px;
	padding: 10px;
	border: 1px dotted #333;
}

.newseditcontent {
	float: left;
	width: 550px;
	min-height: 350px;
	margin: 5px 0 0 0;
	padding: 0;
}

.newstitle {
	background: #FF9000;
}

.newscontent2 {
	background: #EFEFEF;
}


/*
	********************
	FCK Editor Fontstyles
	********************
*/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #FF9000;
}

