@charset "UTF-8";

/* CSS Document */



body {

	margin: 2px 0px 0px 0px ;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

	text-decoration: none;

	line-height: 20px;

	font-size: 0.9em;
    background-color: #e5e5e5;


}


 p    {color: black;}

input {
	
	height: 26px;
	border: 1px solid #666;
}


tr:nth-child(even) {

	background-color: #EAEAEA;

	color: #333;

}


h1 {

	margin: 0px;

	padding: 0px;

	font-size: 1.4em;

	text-align: center;

	color: #FFF;

}

h2 {

	font-size: 1.2em;

	text-align: center;

	margin: 0px;

	padding: 0px;

}


h3 {

	font-size: 1em;

	text-align: center;

}

h4 {

	font-size: 12px;

	font-weight: bold;

	color: #333;

	text-decoration: none;

	text-align: center;

	margin: 0px;

	padding: 0px;

}



a:link, a:visited {

	color: #ff030c;

	text-decoration: underline;	

	

	}

a:hover {

	color: #000000;

	text-decoration: none;

	}	

.clearboth {

	clear: both;

}



#header {

	margin: 0px auto;

	height: 260px;

	width: 1200px;

}



/* Main navigation*/


#navbardiv {
    margin: 0px auto;

	height:50px;

	width: 1200px;}

#navcontainer ul {

	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	background-color: #036;
	color: black;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/navbar_bg.jpg);
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: black;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-top: 1.1em;
	padding-right: 2.7em;
	padding-bottom:1em;
	padding-left: 2.7em;
	text-transform: uppercase;
	background-image: url(../images/navbar_bg.jpg);
	letter-spacing: 1px;
}

#maincontainer {

	margin: 0px auto;

	width: 1200px;

	background: #FFF;

	padding-bottom: 20px;

}



#maincontainer2 {

	margin: 0px auto;

	width: 1200px;

	background: #FFF;

	padding-bottom: 20px;

}



.textwrapper {

	padding: 15px;

	text-align: justify;

}

.textwrapperleft {

	padding: 15px 0px 15px 15px;

	margin: 0px;

}





#rightcontent {

	float: right;

}







#addressdiv {

	text-align: center;

	font-size: 11px;

}







#leftcontent {

	width: 250px;

	float: left;

	height: 500px;

}





#leftcontent img {

	margin: 0px 0px 10px;

}#leftcontent img {

	margin: 0px 0px 10px;

}



#smalltextdiv {

	font-size: 11px;

	font-weight: normal;

	text-decoration: none;

}



#totalamdiv {

	float: left;

	width: 200px;

	text-align: right;

	background: #999;

	font-weight: bold;

}

#footer {

	margin: 2px auto 0px;

	height: 32px;

	width: 1200px;

	background-color: #034880;

	padding-top: 8px;

	font-size: 11px;

	font-weight: normal;

	color: #e5e5e5;

	text-decoration: none;

}




.trlinecolor {

	border-bottom: 1px solid #BD1A0E;

}

table tr th {

	color: #FFF;

	font-weight: normal;

}



a.sortlink {color:#fff;}

a.sortlink:hover {color:#CC0000;}

a.sel {color:#CCC;}