/* basic stuff */

* {
    padding: 0;
    margin: 0;
    font-family: Tahoma, Helvetica, sans-serif;
    }

body {
    behavior: url(csshover.htc);
    background: #eaeaea;
    background-attachment: fixed;
    background-image: url('images/bgbottom.jpg');
    background-position: bottom right;
    background-repeat: repeat-x;
    margin: 0 0 0 0;
    }
body, table, td {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
	}

a, a:visited {
    text-decoration: underline;
	color: #6C0024;
	}
a:hover, a:active {
    text-decoration: underline;
	color: #000000;
	}
/* header */
	
#container {
    background: #fff;
	width: 800px;
    margin: 0 auto;
	padding: 0 0 0 0;
    border-left: 1px solid #6C0024;
    border-right: 1px solid #6C0024;
    min-height: 400px;
    }
   
#header {
    background:#fff;
    width: 800px;
    margin: 0 auto;
    padding: 0 0 0 0;
    }

/* -------- Popup menu -------- */
#menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 199px;
	background: url("images/sidebar_bg.jpg");
	float: left;
	}
#menu ul {
    padding: 0 0 0 10px;
	margin: 3px 0 0 0;
	list-style: none;
    width: 170px;
	position: relative;
	}

#menu ul a {
    color: #6C0024;
    text-decoration: none;
    display: block;
    padding: 2px 4px 3px 5px;
	margin: 0 0 0 0;
    width: 170px;
	line-height: 15px;
	}
#menu ul a:hover {
    color: #000;
    text-decoration: none;
    background: #eee;
	}
#menu ul li {
    border-top: 0;
	border-left: 0;
	border-right: 0;
    position: relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
#menu ul li ul {
    list-style: none;
    position: absolute;
    left: 178px;
    top: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    width: 175px;
	display: none;
	z-index: 1;
}
#menu ul li ul li {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	font-size: 11px;
	font-weight: normal;
	width: 175px;
	padding: 0 0 0 0;
	}
#menu ul li ul a {
	color: #6C0024;
    text-decoration: none;
    display: block;
    padding: 1px 0 1px 2px;
	margin: 0 0 0 0;
    width: 173px;
    background: #fff;
	line-height: 14px;
	}
#menu ul li ul a:hover {
    color: #000;
    text-decoration: none;
    background: #eaeaea;
	}
#menu ul li ul li ul {
    list-style: none;
    position: absolute;
    left: 175px;
    top: 0;
    width: 120px;
	display: none;
	z-index: 2;
}

#menu ul li:hover ul { display: block; }

#menu ul li:hover ul li ul { display: none; }
           
#menu ul li ul li:hover ul { display: block; }
/* End popup menu */
	
/* content */

#content {
	width: 601px;
	padding: 0 0 0 0;
	/* min-height: 300px; */
	float: left;
	}
#content p {
    margin: 2px 10px 13px 10px;
    text-align: justify;
	}
#content p.smalltext {
	margin: 2px 10px 13px 10px;
	text-align: left;
	font-size: 10px;
	color: #666;
}
#content h1 {
    padding: 6px 8px 5px 3px;
    text-align: left;
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	color: #6C0024;
	font-weight: bold;
	text-decoration: none;
	}
#content h2 {
    padding: 6px 8px 0 5px;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C0024;
	font-weight: bold;
	}
#content hr {
	width: 60%;
    height: 1px;
    border: 0;
    color: #990134;
    background-color: #990134;
    text-align: center;
    margin: 6px auto 6px auto;
    }
#content ul {
	margin: 0 0 0px 23px;
}
#content ol {
	margin: 0 0 0px 23px;
}
    
.centered {
	text-align: center;
	padding: 6px 0 6px 0;
    }
    
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    }
    
#joinform {
	margin: 10px 15px 10px 18px;
	width: 555px;
}
#joinform legend {
	font-weight: bold;
}
label {
	font-weight: bold;
}
label.joinleft {
	padding: 2px;
	width: 90px;
	float: left;
	text-align: right;
	font-weight: bold;
}
.joinright {
	width: 455px;
	padding: 1px 0 2px 0;
	float: left;
}
#footer {
    width: 800px;
    background: url('images/footer_bg.jpg') no-repeat bottom left;
	text-align: center;
	padding: 4px 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	height: 20px;
	float: left;
	}
#footer a, #footer a:visited {
    color: #fafafa;
	text-decoration: underline;
	}
#footer a:hover, #footer a:active {
    color: #999999;
	}