FONT family {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif}
TABLE {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
BUTTON {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
LABEL {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TEXTAREA {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A {
	COLOR: blue; TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline;
	cursor: hand
}
.topmenucss {
	 FONT-SIZE: 9pt; COLOR: black;  TEXT-DECORATION: none;  	font-weight: bold;
}
.topmenucss A {
	 FONT-SIZE: 9pt; COLOR: black;  TEXT-DECORATION: none;  	font-weight: bold;
}
.topmenucss:hover {
	 FONT-SIZE: 9pt; COLOR: black;  TEXT-DECORATION: none; 	font-weight: bold;
	 cursor: hand
}
.csslogout {
	 FONT-SIZE: 9pt; COLOR: red;  TEXT-DECORATION: none;  	font-weight: bold;
}
.csslogout A {
	 FONT-SIZE: 9pt; COLOR: red;  TEXT-DECORATION: none;  	font-weight: bold;
}
.csslogout:hover {
	 FONT-SIZE: 9pt; COLOR: red;  TEXT-DECORATION: underline; 	font-weight: bold;
	 cursor: hand
}
.bodycss {
	BACKGROUND-COLOR: white
}
.menucss {
	BORDER-RIGHT: #FFFFFF 2px solid
}
A.sidemenucss:link {
	FONT-SIZE: 9pt; COLOR: #000000; TEXT-DECORATION: none; 	font-weight: bold;
}
A.sidemenucss:visited {
	FONT-SIZE: 9pt; COLOR: #000000; TEXT-DECORATION: none; 	font-weight: bold;
}
A.sidemenucss:active {
	FONT-SIZE: 9pt;	COLOR: #000000;	TEXT-DECORATION: underline;	font-weight: bold;
}
A.sidemenucss:hover {
	FONT-SIZE: 9pt; COLOR: #000099; TEXT-DECORATION: underline;	font-weight: bold;
	cursor: hand
}
.purpletitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #000066;
	width: 150px;
	padding: 0em 0px;
	text-decoration: none;
}

#nav li li a {
	display: block;
	color: #000066;
	font-weight: normal;	
	padding: 0.3em 10px;
}

#nav li li a:hover {
	display: block;
	padding: 0.3em 10px;
	color: #6600ff;
	font-weight: normal;	
}

li {
	float: right;
	position: relative;
	width: auto;
	text-align: left;
	cursor: default;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;

}

li#first {
	border-left-width: 0em;
}

li#last {
	border-right-width: 0em;
}

li ul {
	
	display: none;
	position: absolute;
	top: 18;
	left: 0;
	font-size: 10px; 
	text-align: left;
	font-weight: normal;
	background: url(/images/main_template/dropdownbg.gif) bottom left no-repeat;
	padding: 0.3em 0 0.3em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}



.purplefadebg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/steps_template/purlple_fade_bg.gif);
}
.smlfrmbton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #443FA9;
}
.stepbtn {
	color: #FFFFFF;
	background-color: #289AAE;
	font-size: 12px;
}
