BODY
{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	background-image: url(images/orangeLineBackground.jpg); 
	background-repeat: repeat-y;
}

P
{
	margin-top:0;
}

BODY, P, TD 
{ 
	font-family:Verdana, Arial, Helvetica;
	font-size:8pt;
}

TEXTAREA, INPUT
{
	font-family:Verdana, Arial, Helvetica;
		font-size:8pt;

}

H1
{
	font-size:11pt;
	font-weight:bold;
	border-bottom:dashed 1pt #676767;
}

H3
{
	font-size:8pt;
	font-weight:bold;
	margin-bottom:0;	
}

A
{
	color:#FFA824;
	text-decoration:none;
	font-weight:bold;
}

A:hover
{
	text-decoration:underline;
}

#logo
{
	background-image: url(images/orangeLineBackground.jpg);
	background-repeat: repeat-y;
}

#mainMenu
{
	position:absolute;
	top:34px;
	font-weight:bold;
	width:100%;
	color:White;
	/*background-color:#676767;*/
	background-color:Transparent;
	height:20px;
	padding-left:165;
	padding-top:2px;
}

#mainMenu A
{
	color:White;
	padding-right:20px;
	text-decoration:none;
}

#mainMenu A:hover
{
	color:#FFA824;
}

#mainImage
{
	/*padding-top:20px;*/
	background-color:#100706;
	width:100%;	
}

#subMenu
{
	position:absolute;
	width:145px;
	padding-right:2px;
}

#subMenu A
{
	font-weight:bold;
	color: #676767;
	text-decoration:none;
}

#subMenu A:hover
{
	color: #FFA824;
}

#subMenu UL
{
	margin:0px;
	padding:0px;
	text-align:right;
}

#subMenu LI
{
	list-style-type:none;
	border-bottom:dashed 1pt #FFA824;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:4px;
}

#subMenu .selected
{
	list-style-type:none;
	border-bottom:dashed 1pt #FFA824;
	background-color:#676767;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:4px;
}

#subMenu .selected A
{
	color:#FFA824;
}

#content
{
	margin-left: 150px; 
	position: absolute;
	width:650;
}

#content UL
{
	margin-top:4px;
}

#content LI
{
	margin-top:3px;
}

#footer
{
	border-top:dashed 1pt #676767;
	text-align:right;
	padding-top:5px;
	color:#676767;
}

#footer A
{
	padding-right:10px;
	color:#676767;
	font-weight:normal;
}


