body {
	background-color: #181818;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #ffffff;

}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2a2a2a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bg_green {
	background-image: url(images/bg_green.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



td {
	font: normal 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}


h1 {
	color: #ffffff;
	font-size: 18px;
	border-bottom: solid 2px #ffffff;
    margin: 0px;

}

h2 {
	font-size: 14px;
	color: #db9a00;
    margin: 0px;

}

h3 {
	font-size: 14px;
	color: #76950b;
    margin: 0px;

}

h4 {
	font-size: 12px;
	color: #348cbc;
    margin: 0px;

}


a {
	font: normal 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #db9a00;
	text-decoration: underline;
}

a:hover {

font: normal 11px  Verdana, Arial, Helvetica, sans-serif;
color: #797979;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}

.blue-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-jbbold {
color: #db9a00;
font-weight: bolder;
font-size: 14px;
}

.orange-text-regular {
color: #ca6011;
}

.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

.img_border {
	border: 1px solid #FFFFFF;
}

.img_border_margin {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}
.img_border_margin_left {
	margin-left: 40px;
	border: 1px solid #FFFFFF;
}

.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding {
	padding-left: 20px;
}

