/*   
Thesiger Stylesheet
What You Looking At This For Dude?
Designed by Web Genius (cough) Mark Boosey mboosey.com
*/


/*
Content
*/

	HTML, BODY {
		margin: 20px;
		text-align: center;
		background-color: #000000;
	}
	
	HTML, BODY, TD {
		font-size:12px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

	a:hover {  
		color: #FF0000;
		}
	
	a {  
		color: #0000FF;
		text-decoration:none;
		}

	#container {
		width: 800px;
		text-align: left;
		border: 1px solid #A09A82;
		background-color: #FFFFFF;
	}

/*
Menu bar Links
*/


	#menubar a {
		color: #000000;
		font-weight: bold; 
		text-decoration:none;
		font-size:14px;
	}

	#menubar a:hover {
		color: #FFFFFF;
		font-size:14px;
		text-decoration:underline;
	}
		
/*
Page Layout
*/

.menubar-top {
	text-align: center;
	vertical-align: top;
	width: 20%;
	background-color: #A09A82;
	padding: 20px;
}

.menubar-bottom {
	text-align: center;
	vertical-align: bottom;
	width: 20%;
	background-color: #A09A82;
	padding: 20px;
}

.main-table {
	margin: 0px;
	width: 100%;
	height: 100%;
}

.content-cell {
	vertical-align: top;
	padding: 20px;
	width: 80%;
}


/*
Page Style
*/
		
hr {
	color: #CCCCCC;
	height: 1px;
}

h2 {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}

.dottedbox {
	margin: 4px;
	padding: 4px;
	width: 100%;
	border: 2px dotted #CCCCCC;
}

.smalltext {
	font-size: 10px;
}

.strikethrough {
	text-decoration: line-through;
}

.inline-padding {
	margin: 2px 5px;
}