@charset "utf-8";
/* CSS Document */

#MasterWrapper {
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 30;
	overflow: hidden;
	background-repeat: repeat;
	background-image: url(../images/transparant-black-bg.png);
}
#Header {
	height: auto;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: auto;
	background-color: #000;
}
#MenuBar {
	background-image: url(../images/MenuButtonBG.png);
	background-repeat: repeat;
	height: 50px;
	width: 100%;
}

#LeftColumn  {
	float: left;
	width: 125px;
	margin-right: 20px;
	text-align: center;
	background-image: url(../images/transparant-black-bg.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
#LeftColumn p {
	color: #CFF;
	font-size: 85%;
}

#CenterColumn {
	padding: 0px 40px 5px 40px;
}
#RightColumn {
	float: right;
	width: 160px;
	margin-left: 20px;
	text-align: left;
	background-image: url(../images/transparant-black-bg-sidebar.png);
	border: solid black thin;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
#RightColumn p {
	font-size: 85%;
	color: #FFC;
}
#RightColumn h1 {
	font-size: 110%;
	background-image: url(../images/barBG.jpg);
	background-repeat: repeat-x;
	height: 50px;
	color: #FF6;
	padding-top: 15px;
	margin-bottom: -25px;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0px;
}
#RightColumn ul li a {
	color: #9FF;
	text-decoration: none;
}
#RightColumn ul  {
	font-size: 85%;
	list-style-type: none;
	text-indent: -20px;
	margin-left: -10px;
	margin-top: -0.8em;
}
#RightColumn ul li a:hover {
	color: #3CF;
	text-decoration: none;
	background-image: url(../images/link-hover.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: -10px;
	padding-left: 10px;
}

#FooterWrapper {
	text-align: center;
}
#Footer {
	clear: both;
	background-image: url(../images/footerBG.png);
	height: 40px;
	background-position: top;
	background-repeat: repeat-x;
}
#Footer table tr td p {
	font-size: 80%;
	color: #FFE000;
}
#MasterWrapper #FooterWrapper #Footer table tr td p a {
	color: #FF9;
}
.BlueText {
	color: #9FF;
}
.BlueFrame {
	border: 8px groove #9FF;
}

.CenterText {
	text-align: center;
}
.ClearBoth {
	clear: both;
}
.FlushLeft {
	float: left;
	margin-right: 1em;
}

.FlushRiight {
	float: right;
	margin-left: 1em;
}
.greenText {
	color: #3F9;
}
.GreenFrame {
	border: 8px groove #33E26F;
}


.MenuDivider {
	font-size: 150%;
	font-weight: bold;
	background-color: #000;
	text-align: center;
	height: 2.5em;
	width: 200px;
	color: #FFF;
	line-height: 2.5em;
	display: inline-block;
	background-image: url(../images/barBG.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.PopBox {
	font-size: 85%;
	display: none;
}
.PopBoxLabel {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00F;
	cursor: help;
}
.SmallCapsItalics {
	font-style: italic;
	font-variant: normal;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}
.RedText {
	color: #F9F;
}



body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: medium;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/diamondplate.gif);
	background-attachment: fixed;
}


h1 {
	font-size: 200%;
	font-weight: bold;
	color: #F00;
	text-align: left;
}
h2 {
	font-size: 150%;
	color: #3C0;
	text-align: left;
}
h3 {
	font-size: 125%;
	color: #F90;
	text-align: left;
}
h4 {
	font-size: 125%;
	color: #0CF;
}
h5 {
	font-size: 125%;
	font-weight: bold;
}

ul {
	color: #0000A0;
}

a:link {
	color: #0CF;
}

a:visited {
	color: #06F;
}
a:hover {
	color: #6F6;
}
a:active {
	color: #90F;
}
.AlignRight {
	text-align: right;
}

