/* Common to all pages */

@page { size 8.5in 11in; margin: 5cm; }

html, body { height: 100%; }

body, p, ul, li, a, tr, blockquote {
	font-family: "Courier New", Courier;
	color: black;
}

body {
	scrollbar-face-color: white;
	scrollbar-arrow-color: #232323;
	scrollbar-track-color: #232323;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #232323;
	scrollbar-darkshadow-Color: #232323;
	min-height: 100.02%;	/* force scrollbar on non-IE browsers */
							/* could use: overflow: -moz-scrollbars-vertical;*/
	text-align: center;		/* center content */
	vertical-align: center;
}

div, span {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.tableMain {
	margin-left: auto;		/* Center the table */
	margin-right: auto;		/* Center the table */
	text-align: left;		/* Center the table */
}

.home_text {
	font-size: 17px;
	color: white;
}

a.bare			{text-decoration: none;}
a.bare:hover	{text-decoration: underline;}

.content td, .content p, .content blockquote {
	font-family: arial;
	font-size: 12px;
}

.content .title {
	color: #BC0000;
	font-size: 25px;
	font-weight: bold;
	margin: 18 15 0 20;
}

.content .nav {
	margin: 5 0 0 35;
}

.content blockquote { 
	margin: 5 15 5 15;
}

.content .nav, .content .nav a {
	color: #BC0000;
	font-size: 11px;
	font-family: arial;
}

.content .main {
	height: 368;
	width: 300;
	color: black;
	font-family: arial;
	margin: 5 0 0 23;
	overflow: auto;
}

.nav_bot {
	height: 35px;
}

.nav_bot, .nav_bot a {
	background-color: #474747;
	font-weight: bold;
	color: white;
	font-size: 18px;
}

td.nav_bot { width:25%; }

.thumb {
	font-family: arial;
	font-size: 11px;
	text-align: center;
	width: 210px;
	height: 185px;
}

.menuContainer {
	background-color: #232323;
	border-left:1px solid #474747;
	border-top:1px solid #474747;
	border-right:1px solid #474747;
	width: 150px;
}

.menuItem, .menuItemOver {
	cursor: pointer;
	background-color: #232323;
	color: white;
	font-family: courier new;
	font-size: 12px;
	width: 100%;
	padding: 3 0 3 19;
	border-bottom: 1px solid #474747;
}

.menuItemOver {
	background-color: #313131;
	text-decoration: underline;
}

.menuItem a, .menuItemOver a {
	color: white;
	text-decoration: none;
}

.menuItem a:hover, .menuItemOver a:hover  {
	text-decoration: underline;
}
