body {
	background: #FFFFFF;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

* {
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
}

p, div, th, td, li {
	font-size: 90%;
}

div p, div div, div th, div td, div li, td td {
	font-size: 100%;
}

h1 {
	color: #000000;
	font-size: 130%;
}

h2 {
	color: #008000;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

.required {
	color: #ff0000;
	font-weight: bold;
}

/* Page Layout */

.leftside {
	background: url(../images/shadow_left.jpg) right repeat-y;
}

.rightside {
	background: url(../images/shadow_right.jpg) left repeat-y;
}

table#page {
	width: 90%;
	vertical-align: top;
}

#container {
	text-align: left;
	vertical-align: top;
}

#leftcolumn {
	width: 180px;
	padding: 10px 0px 10px 10px;
	vertical-align: top;
}

#content {
	padding: 10px;
	vertical-align: top;
}

#ads {
	padding: 10px;
	width: 170px;
	background: #F8F2E4;
	color: #000000;
	vertical-align: top;
}

/* repeat images */

#header {
	padding: 0px;
	background: url(../images/header_repeat.jpg) repeat-x;
	height: 80px;
	width: 80%;
}

#banner {
	padding: 0px;
	background: url(../images/banner_repeat.jpg) repeat-x;
	height: 175px;
	width: 80%;
}

#footer {
	padding: 10px;
	font-size: 85%;
}

/* Left column */

/* Comments */

#comments_text {
	width: 150px;
	border-top: 1px solid #64A8B8;
	border-left: 1px solid #64A8B8;
	border-right: 1px solid #64A8B8;
	background: #FFFFFF url(../images/quotes_left.jpg) top left no-repeat;
	padding: 30px 10px 0px;
	color: #155C6D;
}

#comments_from {
	width: 150px;
	border-bottom: 1px solid #64A8B8;
	border-left: 1px solid #64A8B8;
	border-right: 1px solid #64A8B8;
	background: #FFFFFF url(../images/quotes_right.jpg) bottom right no-repeat;
	padding: 12px 10px 30px;
	color: #155C6D;
}

/* Menu styles */

ul#menu {
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
}

ul#menu li
{
	display: block;
}

ul#menu li a {
	width: 165px;
	display: block;
	border: 1px solid #64A8B8;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;	
	font-weight: bold;
	font-size: 130%;
	margin: 0px 0px 5px;
}

ul#menu li a:link, ul#menu li a:visited {
	background-color: #F8F2E4;
	color: #155C6D;
}

ul#menu li a:hover {
	background-color: #64A8B8;
	color: #FFFFFF;
}

/* Content */

.column1 {
	float: left;
	width: 47%;
}

.column2 {
	float: right;
	width: 47%;
}

.smalltext {
	font-size: 75%;
}

.divider {
	height: 1px;
	color: #000000;
}

/* All other links */

a:link, a:visited {
	color: #155C6D;
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
}

a:hover {
	color: #64A8B8;
	text-decoration: underline;
	font-size: inherit;
}
