@charset "utf-8";
/*--------------------------------------Page--------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
}

td {
	text-align: left;
	vertical-align: top;
}
/*--------------------------------------End Page-----------------------------------*/



/*---------------------------------Container Table---------------------------------*/
.container {
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	background-image: url(../images/grey_bg.gif);
	background-repeat: repeat;
}
/*--------------------------END Container Table Styling-----------------------------*/



/*-------------------------------------Footer---------------------------------------*/
.footer {
	font-size: 11px;
	vertical-align: middle;
	line-height: 51px;
}

.footer a {
	color: #000000;
}
#head {
	height: 36px;
}

/*-------------------------------End Content Section--------------------------------*/



/*----------------------------------Navigation Bar----------------------------------*/
.nav {
	color: #ffffff;
	font-weight: bolder;
}

/*Navigation bar styling*/

#head ul {
	list-style-type: none;
	/*float: right;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
	/*padding-top: 10px;
	padding-bottom: 5px;*/
	}
#head li {
	display: inline;
			}
#head li a {
	margin: 0 !important;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 0px;
}
.header {
	background-image: url(../images/header_1.jpg);
	background-repeat: no-repeat;
}
.contentbody {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	
}

#head li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


#head li a:hover {
	color:#000000;
}
.navlast{
	padding-right: 8px !important;
	border-right: none !important;
}
/*----------------------------------END Navigation Bar------------------------------*/
h1 {
	color: #EE2A2E;
	font-size: 16px;
	text-align: center;
}
h2 {
	color: #EE2A2E;
	font-size: 15px;
	margin-top: 0px;
}
h4 {
	color: #EE2A2E;
	font-size: 12px;
}

.homecontent {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	background-image: url(../images/roundedbottom.gif);
	background-position: bottom left;
	vertical-align: top;
}
.rightcontent {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

a:link, a:visited{
	color: #EE2A2E;

}
.innercontent {
	padding-top: 10px;
}
