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





a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	color:#bfcb3b;
	text-decoration:underline;
}

a:active {
	color:#bfcb3b;
	text-decoration:underline;
	margin:0;
	padding:0;
}

#global {
	color:#FFFFFF;
	float: left;
	clear: both;
	width: 90%;
	font-size: 90%;
	font-weight: bold;
	background-color: #bfcb3b;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5%;
	border-bottom-style: groove;
	border-bottom-color: #272727;
	margin-right: 5%;
}
#global ul{
	font-weight:bold;
	padding:0px;
	float: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
}

#global li{
	display:inline;
	margin:0px 15px 0px 0px;
	padding:0px 15px 0px 0px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right: 20px;
	border-color: #bfcb3b;
}

#global a {
	text-decoration: none;
	color: #FFFFFF;
}
#global a:hover {
	text-decoration: none;
	color: #030303;
}
#global a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#global .last {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

img.border {
	padding: 1px;
	border: 1px solid #999999;
}
img.left {
	margin: 0px 10px 10px 0px;
	padding: 15px;
	border: 1px solid #999999;
	float: left;
}
img.right {
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #1A1D48;
	border-right-color: #1A1D48;
	border-bottom-color: #1A1D48;
	border-left-color: #1A1D48;
	padding: 15px;
	margin-top: 25px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #666666;
} 
.thrColFixHdr #container #footer a:hover {
	color: #030303;
}
 #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 */
}
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Blackletter", "Arial Narrow", Arial;
	font-size: 90%;
	background-color: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 0px;
} 
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 150%;
	color: #CCCCCC;
	border-bottom-color: #000066;
	padding-top: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 120%;
	color: #939393;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	font-size: 100%;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #333333;
	padding-top: 15px;
	font-family: "Lucida Sans", "Lucida Blackletter", "Arial Narrow", Arial;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #333333;
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	font-family: "Lucida Grande", "Lucida Sans", Papyrus, "Arial Narrow", Arial;
	font-size: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #333333;
	padding-top: 15px;
}
