@charset "utf-8";
body {
	font: medium Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px 100px 0px 100px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	

}

#header {
	text-align: center;
	background: #000000; 
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 227px;
	border-bottom: 2px thin solid #E3E3E3;
	width: 960px;
}
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	padding: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	min-height:620px;
	width: 960px;
	
	
}
 #footer  {
	background: #333333;
	height: 55px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;	
}
 #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 */
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	color: #FFFFFF;
	line-height:16px;
	

}

.oneColFixCtrHdr  #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr  #footer a:hover {
	text-decoration: underline;
}


 #footer img {
	float: right;
	margin-right:10px;
}

ul#menu {
	margin:0 0 0 150px;
	display: inline-table;
}
ul#right_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:156px;
	right:58px;
}
ul#menu li {
	list-style:none;
	font-weight: normal;
	font-size: 16px;
	text-transform: lowercase;
	display:inline;
	
	padding: 0px 60px 0 0;

}

ul#menu li a  {
	text-decoration:none;
	color:#9B9B9B;
}
ul#menu li a:hover, ul#menu li .active  {
	text-decoration:none;
	color:#EB14C0;
	}
	

.grey {
	color: #4E595D;
}
.redLL {
	color: #910101;
}

.blye {
	color: #348cbc;
text-decoration: underline;
}

.blye2 {
	color: #348cbc;
}

.blye3 {
	color: #A7E2FF;
}

.grey2 {
	color: #4E595D;
	text-decoration: underline;
	}
.orange {
	color:#FF6600;
	}
.orange2 {
color:#FF6600;
text-decoration: underline;
}
.footer2 {
 color:#444b5d;
 text-decoration: underline;
 }	
	
.yelow {
	color: #ffff00;
	text-decoration: none
	}
.yelow2 {
	color: #ffff00;
	text-decoration: underline;
	}

.pink {
color:#EB14C0;
}
.red
{
	color: #9c0100;
}

.white-text {
	color: #ffffff;
}

.green {
	color: #57a115;

text-decoration: underline;
}

.green2 {
	color: #57a115;

}
.black {
	color: #000000;
	text-decoration: none
	}
.black2 {
	color: #000000;
	text-decoration: underline;
	}



a.whitelink {	
	text-decoration: none;
	color: #FFFFFF;

}
a.whitelink2 {	
	text-decoration: underline;
	color: #FFFFFF;
	}
a:whitelink:hover {
	text-decoration: none;
}
.red { 
color:#9c0100;
text-decoration: underline;
}
.red2 { 
color:#9c0100;
text-decoration: none;
}

.img {	padding: 5px;
	border: thin solid #CDCD9C;
	margin-right: 5px; }

