/*
*@import url("cms.css");
 */
 
/*
 *
 * SECTION 1: General Properties
 *
 */

/*
 * General html and body properties.
 */
html {
}
body {	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	background: white url(/images/bg/bass.gif) top left no-repeat;
	color: #333;
}

/*
 * General table properties.
 */
table {
	border: none;
	border-collapse: collapse;
}
table th {
	border: none;
	border-collapse: collapse;
}
table td {
	border: none;
	border-collapse: collapse;
}

/*
 * General form properties. This 0px margin is a hack to keep IE happy.
 */
form {
	margin: 0px;
}

/*
 * General link properties.
 */
a {
	color: #50107F;
}
a:visited {
}
a:hover {
	text-decoration: none;
}

/*
 * General image properties.
 */
img {
	border: none;
}


/*
 *
 * SECTION 2: Structural Divisions (Header, Content, Footer)
 *
 */

/*
 * Header. (This is where the 'h1' resides and main menu reside)
 */
div#header {	
	background: transparent url(/images/bg/header.gif) top left repeat-x;
}
div#header h1 {
	margin: 0;	
}
div#header h1 img {
	display: block;
}
div#mainmenu {
	position: absolute;
	top: 86px;
	left: 148px;	
}
div#joinlist {
	position: absolute;
	top: 10px;
	left: 50%;
	color: white;
}
div#joinlist form {
	margin: 0px;
}
div#joinlist form input {
	vertical-align: middle;
	background-color: transparent;
	color: white;	
	font-size: 90%;
}
div#leftcorner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 108px;
	background: transparent url(/images/basstop.gif) top left no-repeat;
}
/*
 * Content
 */
div#content {
	padding: 0.5em;
	margin-top: 50px;
	margin-left: 250px;
}
div#content img {
}
div#content a img {
}


/*
 * Footer
 */
div#footer {
	font-size: 90%;
	margin-top: 2em;
	margin-left: 250px;
	text-align: right;
	padding: 1em;
	border-top: dotted 2px silver;
}
div#footer a {
}
div#sitecredit {
	font-size: 80%;
}
div#sitecredit a {
	color: silver;
}
div#validatelink {
	font-size: 80%;
}


/*
 *
 * SECTION 3: Class Properties
 *
 */

/*
 * Convenience classes for floating and bordering images.
 */
img.left {
	float: left;
	clear: left;
	margin: 0px 0.5em 0.5em 0px;
}
img.right {
	float: right;
	clear: right;
	margin: 0px 0px 0.5em 0.5em;
}
img.bordered {
	border: solid 1px black;
}

/*
 * Convenience classes for paragraph markup.
 */
span.title {
	font-style: italic;
}
span.name {
	font-weight: bold;
}


/*
 * The peek-a-boo bug table hack.
 */
table.peekaboofix {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.peekaboofix tr {
}
table.peekaboofix tr td {
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	border-bottom: dotted 2px silver;
}
