a:link { font-weight: normal; color: #4B3576; text-decoration: none }
a:visited { font-weight: normal; color: #4B3576; text-decoration: none }
a:hover, a:active { font-weight: normal; color: #7630FF; text-decoration: underline; background-color: white }

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

#content, #menu, #footer { margin:0 auto } 

img {
	border: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #efefff;
	background-image: url(http://www.leighdragoon.com/images/page_background.gif); 
	text-align: left;
	margin: 0 0 30px;
	}

td	{ font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; padding: 5px }

td a img { border: 1px solid black }

.mainTable	{ background-color: white; 
			  border: 1px solid #ddd; 
			  border-top: none;
			  margin: 0 auto; }
			  
.footerNav {	position: relative; 
				left: -2px; 
				background-color: #efefff; 
				border: 1px solid #e7e7ff; }

/*- Main Navigation in Header */
ul.mainmenu {
	margin: 0;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 100%;
	}
	
ul.mainmenu li {
	display: inline;
	margin: 0;
	}
	
ul.mainmenu li a {
	padding: 10px 30px 10px;
	font-size: 14px;
	font-family: verdana, sans-serif, helvetica;
	color: #4b3576;
	margin: 0;
	}
	
ul.mainmenu li a:hover {
	background: #e7e7ff;
	color: #4b3576 !important;
	text-decoration: underline;
	}

ul.mainmenu li.bead { position: relative; top: 2px; padding: 0; }



.lightBackground	{ background-color: #D2D2ED }
.whiteBacker	{ background-color: white }
.darkBacker	{ background-color: #1B0050 }
.mediumBacker	{ background-color: #ADAEF7 }
.blueBacker	{ background-color: #383D98 }

.onPage	{ background-color: #669966; color: white; padding: 1pt }

.navOnPage	{ font-size: 10pt; color: #1B0050; font-weight: bold; background-color: #efefff }
.navOffPage	{ font-size: 9pt; background-color: #efefff; font-weight: normal }

.topNavTable	{ border-top: 1px solid #1B0050; border-left: 1px solid #1B0050; border-right: 1px solid #1B0050 }

.lightBorder	{ border: 2px solid #D2D2ED }
.blackBorder	{ border: 1pt solid black }
.mediumBorder	{ border: 2px solid #1B0050 }
.border		{ border: 1pt solid #1B0050 }
.borderRight	{ border-right: 1pt solid #1B0050 }
.borderLeft	{ border-left: 1pt solid #1B0050 }
.borderTop	{ border-top: 1pt solid #1B0050 }
.borderBottom	{ border-bottom: 1pt solid #1B0050 }

.blueBorder       { border: 2px solid #383D98 }

.fakeLink	{ color: white; font-size: 8pt; font-weight: bold; text-decoration: underline; cursor: hand }
.fakeLinkDark	{ color: black; font-weight: bold; text-decoration: underline; cursor: hand }

.lavendar	{ color:#C5C6FF }
.red			{ color: #D31135 }
.darkBlue	{ color: #1B0050 }
.headers	{ color: #1B0050; font-size: 12pt; font-weight: bold; background-color: white; padding-top: 10px; padding-bottom: 10px }
.bookOneHeaders { color: #1B0050; font-size: 12pt; font-weight: bold; background-color: white }

.whiteHeaders	{ color: white; font-size: 14pt; font-weight; bold; padding: 6px }
.headersMed	{ color: #1B0050; font-size: 12pt }
.small		{ font-size: 8pt }
.regular	{ font-size: 10pt }
.medium		{ font-size: 11pt }
.large		{ font-size: 14pt }

.bold	{ font-weight: bold }
.white				{ color: white }
.largewhite 	{ color: white; font-size: 12pt; font-weight: bold }
.mediumwhite	{ color: white; font-size: 13pt }
.smallwhite		{ color: white; font-size: 11pt }
.eightWhite		{ color: white; font-size: 8pt }
.purple				{ color: #4300C6 }

.hand				{ cursor: hand }
.copyright  { color: white; font-size: 9pt; font-weight: bold }
.footer			{ background-color: white; border: 1px solid #1B0050 }