

body {
   background-color: White;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	/* Add CSS hover behaviour for IE6 */
   behavior: url("css/csshover.htc");
} 

a {
	color: #BB0000;
}
a:visited {
	color: #640000;
}


#WrapOuter {
	top: 0px;
	/* OLD SETTING
	left: 70px; 
   */
	left: 0px; 
	width: 100%;
	position: absolute;
	float: left;
	text-align: center;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New Global Style: WrapContent >>>>>>>>>>>>>>>>>>>>>>>>>> */

#WrapContent {
	position: absolute;
	float: left;
	top: 0px;
	left: 70px;
	width: 100%;
	text-align: center;

	visibility: hidden;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New Global Style: WrapContent >>>>>>>>>>>>>>>>>>>>>>>>>> */


#WrapInner {
	top: 0px;
	width: 100%;
	text-align: center;
}

#OuterBody {
	width: 766px;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#InnerBody {
	width: 600px;
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Footer {
	clear: both; 
	font-size: 11px;
	background-color:	#DCDCDC;
	text-align: center;
	width: 730px;
}

.title {
	font-size: 30px;
	color: #000000;
	line-height: 60px;
}

.large {
	font-size: 16px;
}
.medium {
	font-size: 12px;
}

.tiny {
	font-size: 10px;
}

.tinyWhite {
	font-size: 10px;
	color: White;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< OLD Left Menu >>>>>>>>>>>>>>>>>>>>>>>>>>
#LeftMenu {
	position: relative;
	float: left;
	width: 70px;
	height: 100%;
	text-align: center;
	background-color: transparent;
}
*/

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New Left Menu >>>>>>>>>>>>>>>>>>>>>>>>>> */
#LeftMenu {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 100%;
	text-align: center;
	background-color: transparent;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< New Left Menu >>>>>>>>>>>>>>>>>>>>>>>>>> */

.LeftMenuIcon {
	margin-top: 20px;
	border: none;
	text-align: center;
	width: 57px;
	height: 57px;
}

.LeftMenuLabel {
	font-size: 10px;
	width:70px;
	text-align: center;
	margin-top: -17px;
}

label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	margin-right: 6px;
	margin-top: 2px;
	width: 220px;
	text-align: right;
	display: block;
	float: left;
	line-height: 20px;
	vertical-align: -10px;
}

.Headlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
	width: auto;
	line-height: 26px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background: White;
	margin-top: 2px;
	height: 20px;
	width: 100px;
	display: block;
}

stdSelect{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: Black; 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-top: 8px; 
	height: 20px; 
}

#Submitter {
	height: 40px;
	font-size: 14px;
	background-color: #658426;
	color: white;
	font-weight: bold;
	cursor: hand;
}

#Submitter:hover {
	background-color: #41531A;
}


/* New RESUBMIT Button Feature */
#RESUBMIT {
	position: absolute;
	float: left;
	top: 550px;
	left: -85px;
	visibility: hidden;
}

#ReSubmitter {
	height: 30px;
	width: 60px;
	font-size: 12px;
	background-color: #658426;
	color: white;
	font-weight: bold;
	cursor: hand;
}

#ReSubmitter:hover {
	background-color: #41531A;
}
