

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/backbackground4.jpg');
	background-position:center; 
	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;
	 

}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url('images/newbackground.jpg');
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height: 100%;
}

















td {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	font-size: medium;
}

h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 20px;
	color: #ffffff;
    margin:  20 0 0 0px;
}

h2 {
    font: normal 20px tahoma, Arial; 
}

h3 {
    font-size: 14px;
}


a {

color: #ffb400;
	text-decoration: none;
	font-size:12px;
	font-family: Tahoma, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
text-decoration: underline;


}

a.white-link-underline {	
	text-decoration: underline;
	font-size:medium;
}

a.white-link-underline:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size:medium;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
	font-family: Tahoma, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}



.white-text{
	color: #ffffff;
	text-decoration: underline;
	font-size: medium;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p1
{
padding: 0 0 0 20px;
}
.menu 
{
vertical-align:top;
height: 35px;
background:url(images/index_03.jpg);
padding: 10px 0 0 85px;
}
.menu a
{
color:#FFFFFF;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #e88520;
text-decoration: none;
}

.orange-text-underline {
color: #e88520;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #e21b00;
text-decoration: none;
}

.red-text-underline {
color: #e21b00;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

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


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}
.white-text .white-text {
	font-size: medium;
	color: #FFF;
	text-decoration: underline;
}


/*below is for navigation*/

.solidblockmenu{

margin: 0px 0px 0px 0px;
padding: 10px 0px 10px 0px;
float: center;
font: bold 13px Arial;
width:1000px;
overflow: hidden;
margin-bottom: 0px;
border: 0px solid #000000;
border-width: 2px 0;
background: black url(images/blockdefault.gif) center center repeat-x;


}

.solidblockmenu li{
display: inline;
}





.solidblockmenu li a{
float: center;
color: white;
padding: 19px 20px;
text-decoration: none;
font-size: medium;
	font-family: Tahoma, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
border-right: 0px solid white;
border-left: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.table1
{
margin-left: auto;
margin-right: auto;
text-align: center;
} 
.copyright {
	font-size: small;
}
