body
{
	font-family: Cambria, Times New Roman, serif;
	font-size: 11pt;
}

#mCont
{
	width: 770px;
	margin: auto;
}

#hCont
{
	height: 45px;
}

#hCont #logoCont
{
	float: left;
	width: 253px;
}

#hCont #quoteCont
{
	float: right;
	width: 480px;
	padding-right: 20px;
	font-style: italic;
	font-size: 13pt;
	text-align: right;
	line-height: 45px;
}

#nCont
{
	width: 770px;
	height: 172px;
	background: url('../img/nav_bg.jpg') no-repeat;
	margin-bottom: 10px;
	clear: both;
}

#nCont ul
{
	float: right;
	margin: 0px;
	padding: 0px 10px;
	list-style-type: none;
}

#nCont ul li
{
	float: left;
	padding: 0px 10px;
	background: #fff;
	line-height: 36px;
}

#nCont ul li a
{
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	text-decoration: none;
}

#nCont ul li a.high, #nCont ul li a:hover
{
	font-weight: bold;
	color: #ff8300;
	text-decoration: none;
}

#nCont ul li.cap
{
	width: 5px;
	height: 35px;
	padding: 0px;
}

#nCont ul li.left
{
	background: url('../img/nav_left.gif') no-repeat;
}

#nCont ul li.right
{
	background: url('../img/nav_right.gif') no-repeat;
}

#lCont
{
	width: 550px;
	padding-right: 19px;
	float: left;
	margin-bottom: 20px;
}

#rCont
{
	width: 180px;
	float: right;
	border-left: 1px solid #b4b4b4;
	padding-left: 20px;
	margin-bottom: 20px;
}

h1
{
	font-size: 20pt;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 14pt;
	margin: 0px 0px 10px 0px;
}

h5
{
	font-size: 11pt;
	margin: 3px 0px;
}

p
{
	margin: 10px 0px;
}

p.highlight
{
	font-weight: bold;
	margin-bottom: 10px;
}

hr
{
	height: 1px;
	color: #b4b4b4;
}

form
{
	margin: 5px 0px;
	padding: 0px;
}

input
{
	border: 1px solid #b4b4b4;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
}

input.btn
{
	border: 1px solid #ff8300;
	color: #fff;
	font-weight: bold;
	background: #ff8300;
	cursor: pointer;
}

a
{
	color: #ff8300;
	text-decoration: underline;
}

#fCont
{
	clear: both;
	text-align: center;
	border-top: 1px solid #b4b4b4;
	padding-top: 10px;
}

.deadline
{
	clear: both;
	width: 400px;
	height: 20px;
}

.deadline div.left
{
	float: left;
	width: 200px;
}

.deadline div.right
{
	float: right;
	width: 200px;
}

.dimBG
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.modalDialog
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -200px;
	width: 400px;
	border: 3px solid #ff8300;
	background: #fff;
	padding: 10px;
}

.modalDialog h1
{
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 1px solid #ff8300;
}

.modalDialog .content
{
	text-align: center;
	margin-bottom: 15px;
}

.modalDialog .buttons
{
	text-align: center;
}

.modalDialog .buttons div
{
	display: inline;
	padding: 3px 10px;
	background: #ff8300;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}