
A  {
	font-weight: bold;
	color: #374948;
	text-decoration: none;
}

A:active  {
	font-weight: bold;
	color: #FCC257;
	text-decoration: none;
}

A:visited  {
	font-weight: bold;
	color: #374948;
	text-decoration: none;
}

A:hover  {
	font-weight: bold;
	color: #E56627;
	text-decoration: underline;
}


.mainbody  {
	margin: 0px;
}

.title  {
	font-size: 26px;
	font-family: Papyrus, Times, MS Sans Serif;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	margin:10 0;
	color: black;
}

.titleSmall  {
	font-size: 20px;
	font-family: Papyrus, Times, MS Sans Serif;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: black;
}

.bodyText  {
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: left;
}

.em  {
	font-weight: bold;
}

.formLabel  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
	vertical-align: top;
	padding-top:5px;
	padding-bottom:5px;
}

.formData  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	vertical-align: top;
	padding-top:5px;
}

.Label  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
}

#body  {
	position: absolute;
	top: 0px;
	margin-left: 110px;
	margin-right: 110px;
	padding: 0px;
	width: 720px;
	text-align: center;
}

#bodyNew  {
	
	margin: 0 160 0 180;
/*	width: 80%;	*/
	width: 605px;
	text-align: left;
}

#innerbody  {
	position: absolute;
	top: 0px;
	margin-left: 15%;
	margin-right: 15%;
	padding: 0px;
	width: 70%;
	text-align: center;
}

#banner  {
	top: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#bannerNew  {
	margin-top: 0px;
	left: 0px;
	margin-left: 50px;
	padding: 0px;
	text-align: left;
	z-index: 20;
/*
	width: 100%;
	background: black;
*/
}

#leftTopBkg  {
	position:absolute;
	top: 19px;
/*	top: 0px;	*/
	left: 0px;
	width: 50px;
	height: 154px;
	background-color: black;
	background-image: none;
}

#leftNav  {
	position:absolute;
	top: 173px;
	left: 0px;
	width: 170px;
	height: 800px;
	padding-left: 3px;
	padding-top: 30px;
	text-align: left;
	background-image: url('../images/sideLight2b.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
}

#leftNav.menu  {
	background-image: url('../images/sideLight2b.jpg');
	background-repeat: no-repeat;
	
	height: 670px;
	top:0px;
	margin-left: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
	text-align: left;	
}

#leftNav A    {
	color: #FFFFFF;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#leftNav A:visited    {
	color: #FFFFFF;
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

#leftNav A:hover    {
	font-family: Arial, Helvetica, San-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color:#7C8C94;
	background-image: none;
	line-height: 20px;
}

#leftNavSm A  {
	font-size: 11px;
	font-weight: normal;
}

#leftNavSm A:active  {
	font-size: 11px;
	font-weight: normal;
}

#leftNavSm A:visited  {
	font-size: 11px;
	font-weight: normal;
}

#leftNavSm A:hover  {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color:#7C8C94;
}

.topLeftNav  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 0px;
	background-color: black;
	background-image: none;
}


#debug  {
	position:absolute;
	top:250px;
	left:850px;
	width: 630px;
	font-family: Arial, Sans-serif; 
	font-size: 14px;	
}

