@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.twoColFixLtHdr #container #header h1 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left;
	height: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/red_diamond3_bg.jpg);
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat;
} 
.brightwhite {
	color: #FFF;
}
.subhead1 {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
.twoColFixLtHdr #header {
	padding: 0;
	color: #000;
	background-color: #000;
	margin: 0px;
	vertical-align: bottom;
	display: block;
} 
.twoColFixLtHdr #container #header h1 img {
	top: 40px;
	position: relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000;
}
.emphasize2 {
	color: #CCC;
}

#container sidebar a{
	background: #0F0;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	text-decoration:none;
	line-height:1.2;
	margin-right:.5em;
}

#container #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.YellowText {
	color: #FF6;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
}
#mainContent p a:link, #mainContent p a:visited {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	line-height: normal;
	font-weight: normal;
	
	cursor:pointer;
}

#mainContent p a:hover {
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	list-style-type: none;
	line-height: normal;
	font-weight: normal;
	
	cursor:pointer;
}



#sidebar1 .menucurrent {
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 .menu a:link,.twoColFixLtHdr #container #sidebar1 .menu a:visited{
	color: #fff;
	text-decoration: none;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	text-decoration:none;
	line-height:1.2;
	margin-right:.5em;
}


.twoColFixLtHdr #container #sidebar1 .menu a:hover{
	color: #CCC;
	background: #900;
	text-decoration:none;
	cursor:pointer;
}

.twoColFixLtHdr #container #sidebar1.menu a.current,.twoColFixLtHdr #container #sidebar1.menu a.current:hover, .twoColFixLtHdr #container #sidebar1.menu a.current:active {
	color: #060;
	background: #fff;
}

.currentpage {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.twoColFixLtHdr #container #sidebar1 .menu {
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #sidebar1 .menucurrent {
	color: #FF9;
	background:#900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:.2em .5em;
	display:block;
	font-size:1em;
	text-decoration:none;
	line-height:1.2;
	margin-right:0.5em;
	background-image: url(images/red_diamond3_bg.jpg);
}
.RefinedText {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #CCC;
}
.Emphasize {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
}
.twoColFixLtHdr #container #mainContent img {
}
.centered {
	padding-left: 175px;
}
.CallOut {
	color: #FF6;
	font-weight: bold;
}
.Paragraph-Condensed-Font {
	font-size: 10px;
	font-variant: small-caps;
	font-weight: lighter;
}
