html {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: auto;
	margin-bottom: auto;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#step {
	background-image: url(step1.gif);
	background-position: center center;
	height: 67px;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#step2 {
	background-image: url(step2.gif);
	background-position: center center;
	height: 67px;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#step3 {
	background-image: url(step3.gif);
	background-position: center center;
	height: 67px;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#step4 {
	background-image: url(step4.gif);
	background-position: center center;
	height: 67px;
	width: 530px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #E8F4FF;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000066;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#prog {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.left {
	float: left;
	width: 23%;
}
.pilihan {
	float: right;
	width: 73%;
}
.box {
	margin-top: 5px;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	text-transform: uppercase;
	width: auto;
}
#data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.right {
	float: right;
	width: 73%;
}
.right2 {
	float: right;
	width: 73%;
	margin-top: 40px;
}
.3col {
	margin-top: 10px;
	_margin-top: 15px;
	padding-top: 10px;
}
.cal {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.right_col {
	float: left;
	width: 50%;
}
.right_col2 {
	float: left;
	width: 100%;
}
.clr {
	clear: both;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-style: italic;
	color: #009900;
	text-decoration: none;
	font-size: 12px;
	margin-top: -10px;
	_margin-top: -20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin-top: 2px;
	_margin-top: -2px;/*IE hack*/
	_margin-bottom: 15px;
	padding-top: 0px;
}
h4 {
	font-size: 11px;
	font-style: italic;
	color: #000099;
	text-decoration: none;
	margin-top: -15px;
	/*_margin-top: -20px;*/
	margin-bottom: 0px;
	font-weight: lighter;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin-top: 0px;
	_margin-top: -1px;/*IE hack*/
	_margin-bottom: 15px;
	padding-top: 0px;
}
h6 {
	font-size: 11px;
	font-style: italic;
	color: #000099;
	text-decoration: none;
	margin-top: -22px;
	_margin-top: -18px;/*IE hack*/
	margin-bottom: 0px;
	font-weight: lighter;
}
.table {
	width: 400px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006633;
	text-align: center;
	margin: auto;
	padding: 2px;
	float: right;
	border: 1px solid #006633;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: blue;
	text-align: center;
	margin: auto;
	padding: 2px;
	float: right;
	border: 1px solid blue;
}
.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006633;
	text-align: center;
	margin: auto;
	padding: 2px;
	float: left;
	border: 1px solid #006633;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	height: 50px;
	width: 100%;
	vertical-align: middle;
}
.footer-left {
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-top: 5px;
	background-image: url(logoUC-new-white.png);
	height: 50px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
.footer-right {
	float: right;
	width: 40%;
	margin-right: 5px;
	margin-top: 5px;
	text-align: right;
	padding-bottom: 5px;
}
.warn {
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	text-transform: lowercase;
}