* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
    font-size: 13px;
    color: #464646;
    line-height: 160%;
}

html {
    width: 100%;
    height: 100%;
}

div, p, form, fieldset, h1, h2, h3, h4, h5, table, tr, td, span {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: top;
    text-align: justify;
}

img, a img {
    border: none;
}

p {
	margin-bottom: 12px;
}

h1 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 150%;
}

h2 {
    margin-bottom: 10px;
    font-style: italic;
    font-weight: normal;
}

label {
    vertical-align: top;
    width: 120px;
    float: left;
}

input, textarea {
    width: 300px;
    height: 15px;
    margin-bottom: 10px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

input.button {
	height: 20px;
	width: 150px;
}

select {
    width: 150px;
    margin-bottom: 10px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

textarea {
    height: 100px;
}


a, a span {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border: none;
    border-top: solid 1px #999999;
    height: 1px;
}

ul {
	margin-left: 15px;
}



body {
	background-color: white;
	overflow: scroll;
}

body div#center {
    width: 772px;
    position: absolute;
    left: 50%;
    margin-left: -386px;
    margin-top: 20px;
    z-index: 0;
    background-color: white;
}

div#top {
	width: 770px;
	height: 115px;
	position: absolute;
	top: 1px;
	left: 1px;
	background-image: url("../images/top_bar.png");
}

div#middle {
	position: absolute;
	top: 117px;
	left: 1px;
	width: 770px;
	background-color: #48181c;
}

div#menu {
	position: absolute;
	left: 0px;
	width: 125px;
	height: 322px;
	background-image: url("../images/side_bar.png");
	background-repeat: no-repeat;
	padding: 30px 15px 30px 15px;
}


div#main {
	margin-left: 155px;
	width: 585px;
	min-height: 322px;
	padding: 35px 15px 20px 15px;
	background-color: white;
}* html div#main {
	height: 322px;
}

div#bottom {
	background-color: white;
	height: 93px;
}

div#leftbottom {
	position: absolute;
	width: 155px;
	height: 72px;
	left: 0px;
	bottom: 1px;
	background-image: url("../images/bottom_bar.png");
	margin-bottom: 20px;
}

/*div#leftbottom {
	position: absolute;
	width: 155px;
	height: 135px;
	left: 1px;
	bottom: 1px;
	background-image: url("../images/side_bottom.png");
	margin-bottom: 20px;
}*/

div#logo {
	position: absolute;
	width: 365px;
	height: 73px;
	bottom: 1px;
	right: 1px;
	background-image: url("../images/logo.png");
	margin-bottom: 20px;
}

div#notes {
	position: absolute;
	bottom: 0px;
	right: 1px;
}

div#notes a, div#notes{
	font-size: 12px;
	color: #888888;
}


ul#menu_nodes, ul#menu_nodes ul{
	margin-left: 0px;
}

ul#menu_nodes li {
	list-style-type: none;
}

ul#menu_nodes li a, ul#menu_nodes li a span {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
    font-size: 14px;
    font-style: italic;
    color: white;
    line-height: 250%;
}

form#messageboardForm {
	margin-bottom: 20px;
}

form#messageboardForm span.messageboardFormError {
	color: red;
	font-style: italic;
}

div.message {
	padding-bottom: 25px;
}

div.message span.messageSender, div.message span.messageTime {
	font-weight: bold;
}

