body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
	color: #333;
	font-family: verdana;
	font-size: 12px;
}
img {
	border: 0px;
}
img a {
  border: 0px;
}
input, select, textarea {
	border: 1px inset #ccc;
}

a:link, a:visited {
	color: #F40;
	text-decoration: none;
}
a:hover, a:active {
	color: #930;
}
form {
        display: inline;
}

/* IDENTIFIERS */
#container {
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}
#header {
	width: 100%;
        height: 30px;
}
#menu {
	float: left;
	width: 160px;
	text-align: right;
	padding: 20px;
}
#sublist {
	float: left;
	width: 160px;
	padding: 20px;
}
#content {
	float: left;
	width: 600px;
	padding-bottom: 30px;
}
#footer {
	float: left;
	width: 100%;
	height: 30px;
}

/* CLASSES */
.searchform {
        float: right;
	margin: 5px 0 5px 0;
        padding-right: 230px;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}
.nav li {
	color: #333;
}
.nav li a:link, .nav li a:visited {
	color: #F40;
	text-decoration: none;
}
.nav li a:hover, .nav li a:active {
	color: #333;
}
.nav li.navTitle {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.nav li.active {
	color: #333;
	font-weight: bold;
}




/* OBJECTS */
input.searchbutton {
	background-color: #fff;
	border: 1px solid #000;  
}

input.searchfield {
	background-color: #fff;
	border: 1px solid #000;
}

p.pageTitle {
	text-align: right;
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #F40;
}
p.pageFooter {
	text-align: right;
	font-size: 10px;
	color: #ccc;
	margin: 0 220px 0 0;
	padding: 0px;
	
}

/* EXOLOG */

#richeditpagetext {
  display: inline;
  border: 1px dotted #F40!important;
}