a, a:visited { color: #D52D2D; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }

body {
	padding-top: 		30px;
	background-color:	#181d1d;
	line-height: 		20px;
	text-align:			center;
	padding:			0;
	margin:				0;
}

div#content {
	width:		90%;
	margin:		auto;
}

div#header, div#footer {
	width:			760px;
	color:			white;
	font:			10px Arial, Helvetica, sans-serif;
	font-weight:	bold;
	text-align:		center;
	margin:			auto;
}

div#header {
	margin-top:		50px; 
}

div#footer {
	padding:		10px 0px 10px 0px;
}

div#body {
	width:				760px;
	padding: 			10px 5px 10px 5px;
	margin:				auto;
	background-color: 	white;
	text-align: 		left;
	color: 				black;
	font: 				13px times, serif;
	border:				1px solid #A0A0A0;
}

div#body span a:hover, div#body p a:hover {
	color:			gray;
}

div#certificates {
	width:			760px;
	text-align:		center;
	margin:			auto;
	margin-bottom:	50px;
}

div#body_header {
	background-image:	url(/resources/chapter_banner.jpg);
	width:				364px;
	height:				53px;
}

div#rush_banner {
	background-image:	url(/resources/rush_topbanner.jpg);
	width:				750px;
	height:				90px;
	margin:				10px 0px 10px 0px;
}

div.ajax-spinner {
	background-image:	url(/resources/ajax-spinner.gif);
	width:				16px;
	height:				16px;
	float:				left;
	margin:				5px 10px 0px 5px;
}

/* ------------------------------------
   HTML Elements
/* ------------------------------------ */

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	background: #000;
	color: #D0D0D0;
}

hr {
	width: 90%;
	height: 3px;
	background-color: #800;
	color: #F00;
	border: 0;
}

p {
	text-indent: 	30px;
	margin-bottom: 	8px;
	text-align:		justify;
}

img {
	border-style:	none;
}

h1 {
	width:			100%;
	text-align:		center;
}

h2 {
	font-size:		12pt;
	font-style:		italic;
	font-weight:	bold;
}

h4 {
	width:			100%;
	text-align:		center;
	font:			12pt serif;
	font-weight:	bold;
	margin:			0px 0px 0px 0px;
}

dt {
	font-weight:	bold;
	margin-top:		10px;
}

/* ------------------------------------
   GENERAL CLASSES
/* ------------------------------------ */
li.nested {
	list-style-type:	none;
}

td.caption, td.field {
	border-top:		1px solid gray;
	border-bottom:	1px solid gray;
	padding:		2px 5px 2px 5px;
}

td.field {
	border-left:	1px solid gray;
	text-align:		left;
}

td.caption {
	border-right:	1px solid gray;
	font-weight:	bold;
	text-align:		right;
	vertical-align: top;
	width:			140px;
}
		
.centered {
	margin: auto;
	text-align: center;
}
		
/* ------------------------------------
   NAVIGATION
/* ------------------------------------ */
div#nav {
	position:			fixed;
	bottom:				0px;
	left:				0px;
	z-index:			10;
	width:				100%;
	height:				39px;
}

div#chapterlogo {
	background-image:	url(/resources/skull_chapter.png);
	width:				265px;
	height:				50px;
	position:			fixed;
	bottom:				1px;
	right:				5px;
	z-index:			11;
}

div#navbg {
	background-image: 	url(/resources/black_alpha_80.png);
	border-top:			1px solid #606060;
	position:			fixed;
	bottom:				0px;
	left:				0px;
	min-height:			39px;
	width:				100%;
	z-index:			9;
}

/* ------------------------------------
   INLINE MENU
/* ------------------------------------ */
/* based off of rick dyer's listamatic menu: http://css.maxdesign.com.au/listamatic/horizontal31.htm */

div.menu
{
	position:		absolute;
	top:			0px;
	width:			100%;
	border-bottom:	3px solid #9A0000;
}

div.submenu
{
	position:		relative;
	padding:		5px 0px 5px 0px;
	border-top:		1px solid gray;
	border-bottom:	1px solid gray;
}

div.menu ul
{
	font: 			10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;
	color: 			white;
	text-align: 	left;
	margin: 		0;
	padding: 		5px 0px 5px 10px;
}

div.menu ul li
{
	display: 		inline;
	margin-right: 	2px;
	min-height: 	20px;
}

div.menu ul li a
{
	padding: 			5px 10px 5px 10px;
	color: 				#D52D2D;
	text-decoration: 	none;
	border: 			1px solid #E10000;	/* side borders of each cell */
	border-bottom: 		none;
	border-top: 		none;
	background: 		#700000;	/* inactive background colour */
}

div.menu ul li a:hover
{
	background-color: 	#9A0000;	/* active background colour */
	color: 				white;
}
