/**************************			Overall		**************************/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
}

table {
	text-align: left;
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

a {
	color: #234E7F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #337ECF;
}

p {
	margin-top: 5px;
	text-indent: 15px;
}

/**************************			#main			**************************/
#main {
	width: 750px;
}

/**************************			#top			**************************/
#top {
	width: 100%;
	height: 90px;
	border-left: solid 1px #CACBCD;
	border-right: solid 1px #CACBCD;
	border-bottom: solid 1px #CACBCD;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
}

/*#top {
	width: 100%;
	height: 86px;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
}*/

#top th {
	height: 55px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 19px;
}

#top td {
	height: 35px;
	padding-left: 5px;
}

/**************************			#linkbar		**************************/
.linkbar {
	width: 100%;
	border: solid 1px #CACBCD;
	background-color: #810213;
	font-weight: bold;
}

.linkbar .currentpage {
	background-color: #AF6D77;
	padding: 1px 3px 1px 3px;
	color: #FFFFFF;
	border: solid 1px #CACBCD;
}

.linkbar td {
	padding: 3px 1px 3px 1px;
}

.linkbar a {
	color: #FFFFFF;
	padding: 1px 4px 1px 4px;
}

.linkbar a:hover {
	background-color: #AF6D77;
	padding: 1px 3px 1px 3px;
	color: #FFFFFF;
	border: solid 1px #CACBCD;
	text-decoration: none;
}

.linkbar a:visited {
	color: #CACBCD;
}

/**************************			.search			**************************/
.search {
	text-align: right;
}

.search input {
	height: 10px;
}

/**************************			.content			**************************/
.content {
	width: 100%;
}

/**************************			.left				**************************/
.left {
	width: 140px;
	vertical-align: top;
}

/**************************			.leftbox			**************************/
.leftbox {
	width: 140px;
	border: solid 1px #234E7F;
	float: left;
}

.leftbox th {
	background-color: #234E7F;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
}

.leftbox td {
	padding: 1px;
	background-color: #F1F1F1;
	font-size: 95%;
}

.leftbox a {
	display: block;
	padding: 3px 4px 3px 6px;
}

.leftbox a:hover {
	border: 1px solid #AFAFAF;
	padding: 2px 3px 2px 5px;
	background-color: #CACBCD;
	text-decoration: none;
}

/**************************			.right			**************************/
.right {
	width: 610px;
	vertical-align: top;
}

/**************************			.rightbox		**************************/
.rightbox {
	width: 600px;
	border: solid 1px #CACBCD;
	float:right;
}

.rightbox th {
	background-color: #CACBCD;
	padding: 3px;
}

.rightbox td {
	padding: 2px 3px;
}

.rightbox hr {
	border: 1px solid #CACBCD;
}

.rightbox .textbox {
	width: 175px;
}

.rightbox .comments {
	border: thin dotted #CACBCD;
	margin: 5px;
	width: 260px;
}

/**************************			columns			**************************/
.login_box {
	width: 305px;
	vertical-align: top;
}

.register_box {
	width: 305px;
	vertical-align: top;
}

/**************************			#bottom			**************************/
#bottom {
	width: 100%;
	height: 59px;
	/*border-left: solid 1px #CACBCD;
	border-right: solid 1px #CACBCD;
	border-top: solid 1px #CACBCD;*/
	background-repeat: no-repeat;
	background-image: url(images/footer2.png);
}

/**************************			buttons				**************************/
.button {
	height: 19px;
	border: 1px solid #234E7F;
	background-color: #F1F1F1;
	color: #234E7F;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 5px;
	white-space: nowrap;
}

.button:hover {
	background-color: #CACBCD;
}