body{
	margin:0;padding:0;
	background:url(../../images/background-tile.png) repeat-x #840708;
	/* overflow: hidden; */
	font-family: Myriad Pro, Arial;
	color: #fff;
}
#backPicture{
	position: absolute;
	top:0;left:0;
	background: url(../../images/background.png);
	width: 1020px;
	height: 720px;
}
#mainContainer{
	position: relative;
	z-index: 1;
	width: 1010px;
}
#header{
	background: url(../../images/header.png) no-repeat;
	width: 100%;
	height: 121px;
	color: #fff;
	font-weight: bold;
}
#menu{
	padding-left: 330px;
	padding-top: 70px;
	font-size: 18px;
}
a{
	color:#fff;
	text-decoration: underline;
}




body,table,ul,th{
	font-size: 13px;
	text-align: left;
}

a{
	color: #fff;
}

.addPadding{
	padding:10px 20px;
}

h1,h2{
	margin:0;padding:0;
	color:#fff;
	text-transform: uppercase;
}
h2{
	color:#FFF;
}

.dashedBorder{
	border-color: #fff;
	border-style:dashed;
	border-width:0px;
}

.attachments{
	background:#630506;
}

.altbg2{
	background:#630506;
}
.altbg1{
	background: #9a1e1e;
}

.imgLink{
	height:15px;
	width:15px;
	float:left;
	display:block;
	background: url(../images/linked_new.png);
}

.quickLinks{
	background: url(../../images/transparent-black.png);
	padding:10px;
}

	/* ------------- */
	/* EXTERNAL MENU */
	/* ------------- */

	#menu ul{
		padding:0;margin:0;list-style: none;
		white-space: nowrap;
		font-size:18px;
	}
	#menu li{
		display:inline-block;
		padding:0 10px;
	}
	#menu ul ul{
		display:none;
		white-space: nowrap;
		font-size:13px;
	}
	#menu a{
		text-decoration: none;
	}
	#menu ul ul{
		background: url(../../images/transparent-black.png);
		padding:5px;
		font-size: 14px;
		white-space: nowrap;
	}
	#menu ul li.selected{
		background: url(../../images/transparent-black.png);
	}

