/* global */

body {
	font-family: arial, verdana;
	color: black;
	background: #AEAEAE url(img/back2.png) repeat-x;
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

td.down {
	background: #B2B2B2;
}

td.down2 {
	background: #D5D5D5;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 0;
}

p{
	color: #858585;
	line-height: 20px;
	font-size: 18px;
}

p.eg {
	color: #000000;
	font-size: 13px;
	line-height: 15px;
}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* Content */



#tabFirst {					/* first is all encompassing */
	margin: 0 auto;
	width: 700px;
	background: #fff url(img/logo.png) no-repeat;
}

#tabSecond {				
	margin: 0 auto;
	width: 700px;
	background: #fff url(img/banner.png) no-repeat;
}

#nav {
	height: 55px;
	vertical-align: bottom;
}

#nav  div {
	margin: 0 0 0 150px;
	font-weight: bold;
}

#nav  a {
	padding: 0 10px;
}

#nav  a.current {
	color: #B2B2B2;
}

#mail {
	height: 55px;
}

#mail div {
	width: 65px;
	height: 30px;
	margin: 6px 10px 0 623px
}

#mail div  img{
	border: 0px;	
}

#contentRight {
	height: 550px;
}

#tabSecond  div{
	margin: 30px 0 0 16px;
	max-width: 450px;
	
}

#tabThird {
	background: #545454;
	text-align: center;
}

#tabThird div {
	font-size: 13px;
	margin: 0 auto;
	color: white;
}

#tabThird div a{
	margin: 0 auto;
	color: white;
}
	


