html,body {
	margin:0;
	padding:0;
	font: .83em Arial, Helvetica, sans-serif;
	color:#57524a;
	background-color:#f7f2e9;
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0 0 10px 0;
}
a {
	color:#57524a;
	text-decoration:underline;
}
a:hover {
	color:#950000;
}
ul {
	margin-top:0;
	padding-top:0;
}
img {
	border:none;
}
#wrapperToCenter {
	margin:0 auto 0 auto;
	padding:0;
}
#wrapperShadow {
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	width:770px;
	background-image:url(/common/images/shadowBody.png);
	background-repeat:repeat-y;
}
#gradientBackground {
	background-image:url(/common/images/backgroundGradient.png);
	background-repeat:repeat-x;
	margin:0 7px 0 7px;
	width:756px;
	min-height:600px;
}
#shadowBottom {
	clear:left;
	margin:0 auto 20px auto;
	padding:0;
	width:770px;
	background-image:url(/common/images/shadowBottom.png);
	background-repeat:no-repeat;
	height:8px;
}
#masthead {
	position:relative;
	margin:0 7px 0 7px;
	padding:0;
	width:756px;
	height:35px;
	background-image:url(/common/images/mastheadGradient.png);
	background-repeat:repeat-x;
	color:#950000;
	z-index:100;
}
#masthead h2 {
	margin:0;
	padding:8px 0 12px 20px;
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
}
#footer {
	position:relative;
	margin:0 7px 0 7px;
	padding:18px 0 0 20px;
	width:736px;
	height:27px;
	background-image:url(/common/images/footerGradient.png);
	background-repeat:repeat-x;
	color:#950000;
	z-index:101;
}
#footer a {
	color:#950000;
	text-decoration:underline;
}
#footer a:hover {
	color:#950000;
	text-decoration:none;
}
#heroImage {
	position:absolute;
	top:15px;
	margin:0;
	padding:10px 0 10px 0;
	width:390px;
	height:530px;
	background-image:url(/common/images/heroImageOldStuff.png);
}
#bodyWrapper {
	margin:10px 0 0 0;
	padding:0;
	width:755px;
}
#nav{
	margin:0 0 15px 0;
	padding:0;
	text-align:right;
}
#contentShell {
	position:relative;
	margin:-5px 7px -5px 7px;
	padding:0;
	width:756px;
	min-height:500px;
}
#leftColumn {
	position:relative;
	margin:0;
	padding:0;
	width:756px;
	min-height:570px;
	background-image:url(/common/images/patternOldStuff.gif);
	background-repeat:repeat;
	z-index:1;
}
#rightColumn {
	position:relative;
	margin:0;
	padding:30px 20px 20px 410px;
	width:326px;
	min-height:570px;
	background-image:url(/common/images/rightColumnBackgroundOldStuff.png);
	background-position:right;
	background-repeat:repeat-y;
	z-index:2;
}
#contentShell h1 {
	margin:0;
	padding:8px 0 14px 0;
	font: 1.5em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#950000;
	border-top:1px dotted #950000;
}
#contentShell h2,#contentShell h3,#contentShell h4,#contentShell h5,#contentShell h6 {
	margin:0;
	padding:6px 0 12px 0;
	font: 1.1em Arial, Helvetica, sans-serif;
	color:#950000;
	border-top:1px dotted #950000;
}
#contentShell p {
	margin:0;
	padding:0 0 10px 0;
}
.clearBoth {
	clear:both;
}

#globalSelect
{
	float:right;
	padding:3px;
	margin:0;
}

#globalSelect select
{
	font-size:1em;
}

table.defaultTable
{
	margin:10px 0;
	clear:left;
}

table.defaultTable th
{
	text-align:left;
	background-color:#CCCCCC;
	padding:5px;
}
table.defaultTable td
{
	padding:5px;
	vertical-align:top;
}
table.defaultTable td input
{
	margin:0 2px 0 0;
}

table.defaultTable tr.alternating
{
	background-color:#FFFFFF;
}

table.defaultTable tr td
{
	border:solid 1px black;
}

table.defaultTable tr
{
	background-color:#EFEFEF;
}

table.defaultTable td.buttonColumn 
{
	white-space:nowrap;
}

div.buttonWrapper 
{
	width:70px;
	float:right;
	height:24px;	
}
div.buttonWrapper input, div.buttonWrapper a
{
	display:block;
	float:right;
	margin-right:3px;
}

div.idDate
{
	font-size:12px;
	font-weight:bold;
}
div.idDate, div.contact, div.description, div.details, div.files
{
	float:left;
	margin-right:6px;
	padding:4px;
}
div.idDate
{
	width:440px;
}
div.contact
{
	width:170px;
}
div.contact, div.details
{
	line-height:15px;
}
div.description
{
	width:228px;
	margin-right:10px;
	height:88px;
	overflow:auto;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
div.details span
{
	font-weight:bold;
}
div.details
{
	width:140px;
}
div.files
{
	width:128px;
	clear:right;
	height:88px;
	overflow:auto;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
div.contact span.name
{
	font-weight:bold;
	font-size:12px;
	color:#1F1F1F;
}


/***** FORM ********/
.form label
{
	display:block;
	margin-bottom:2px;
}
.form input
{
}
.form select, .form input, .form select, .form textarea
{
	margin-bottom:6px;
	width:300px
}
.form select
{
	font-size:1.0em;
	width:auto;
}
.form input, .form textarea
{
	height:1.4em;
	border:1px solid #8e8e8e;
	font: .9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#19462c;
	padding-left:2px;
}

.form textarea
{
	height:100px;
	margin-bottom:10px;
}

.form input.button, .form input.uploadButton
{
	width:90px;
	font-size:1.1em;
	height:auto;
	padding:3px;
	
}

.form input.button
{
	float:right;
	margin:10px 30px;
}

.form input.uploadTextBox
{
	height:auto;
	width:300px;
}

.form label.uploadLabel
{
	width:250px;
}

.clear
{
	clear:both;
}
div.step
{
	border:solid 1px #8E8E8E;
	background-color:#F0F0F0;
	color:#950000;
	padding:4px 4px 4px 6px;
	margin:6px auto;
	font-weight:bold;
}
div.stepOne
{
	width:200px;
}
div.stepTwo
{
	width:220px;
}
div.nextStep
{
	width:220px;
	padding-top:0;
	padding-bottom:0;
}
div.nextStep img
{
	display:inline;
	float:left;
	margin:6px;
}