/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDCDC;
}

a:link {
	color: #F49522;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F49522;
}
a:hover {
	text-decoration: none;
	color:#CC6600;
}
a:active {
	text-decoration: none;
	color: #F49522;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color:#F49522;
	margin-top:0;
	margin-bottom:.5em;
}

#wrapper {
	background-image:url(images/backgroundBlackBar.gif);
	background-repeat:repeat-x;
}

#left {
	background-image:url(images/orangeTile.gif);
	width:50%;
	float:left;
	margin-right:414px;
}

#right {
	background-image:url(images/grayTile.gif);
	float:left;
	width:50%;
}

#frame {
	width:828px;
}

#header {
	height:121px;
	width:828px;
}

#contentBox {
	width:492px;
	margin:20px;
	border: 1px #595959 solid;
	padding:20px;
	line-height:20px;
}

.orange {
	color:#F49522;
	font-weight:bold;
}