body {
	background-color: #3a0d79;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 130%;
	color: #ee8608;
	text-align: left;
}
h1.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h1.italic {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-style: italic;
}
h2 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	font-weight: bold;
	font-size: 120%;
	color: #ee8608;
	text-align: left;
}
h2.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: bold;
	font-size: 110%;
	color: #ee8608;
	text-align: left;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	color: #ee8608;
	text-align: left;
}
h4.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	text-align: left;
}
h5.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0px auto;
	padding: 0px;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.Mt-4 {
	margin-top: 4px;
}

/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.blue{
	color: #3a0d79;
}
.orange{
	color: #ee8608;
}
.lightBlue{
	color: #9396e0;
}
.darkBlue{
	color: #2a2e7d;
}
.gray{
	color: #333333;
}
.lightGray{
	color: #eeeeff;
}
.darkGray{
	color: #dadaeb;
}
.field_req{
	color: #ee8608;
}
.error_normal{
	color: #ff0000;
}


/************ Font Styles ************/
.line_through {
	text-decoration: line-through;
}
.remark {
	font-size: 90%;
	color: #333333;
}
.timestamp {
	font-size: 90%;
}

/************ List Styles ************/
ol {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 0px 2px 15px;
}
ul {
	list-style: disc outside;
	margin: 0 0 2px 15px;
	padding: 0;
}
ul ul{
	list-style: circle outside;
	margin: 0 0 2px 15px;
	padding: 0;
}


/************ Link Styles ************/
a:link, a:visited {
	color: #ee8608;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}

a.bold:link, a.bold:visited {
	color: #ee8608;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a.nounder:link, a.nounder:visited {
	color: #ee8608;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}

a.gray:link, a.gray:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}
a.gray:hover {
	color: #ee8608;
	text-decoration: underline;
	font-weight: inherit;
}

#toolbar-top a:link, #toolbar-top a:visited {
	color: #9396e0;
	text-decoration: underline;
	font-weight: inherit;
}
#toolbar-top a:hover {
	color: #ee8608;
	text-decoration: underline;
	font-weight: inherit;
}

#footer a:link, #footer a:visited {
	color: #9396e0;
	text-decoration: underline;
	font-weight: inherit;
}
#footer a:hover {
	color: #ee8608;
	text-decoration: underline;
	font-weight: inherit;
}
#footer a.nounder:link, #footer a.nounder:visited {
	color: #9396e0;
	text-decoration: none;
	font-weight: inherit;
}
#footer a.nounder:hover {
	color: #ee8608;
	text-decoration: none;
	font-weight: inherit;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #333333;
	vertical-align: bottom;
}
img.orangeBorder-lcol {
	border: 1px solid #ee8608;
	vertical-align: bottom;
	width: 208px;
}
img.grayBorder-VAB {
	border: 1px solid #333333;
	vertical-align: bottom;
}
.img-caption {
	font-size: 10px;
	font-style: italic;
}
img.banner-left {
	display: block;
	width: 200px;
	padding: 0;
	margin: 0 4px 10px 4px;
	vertical-align: bottom;
	border: 1px solid #ee8608;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0px;
	padding: 2px;
}
td.noborder {
	border: 0px;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #333333;
}
table.hasborder td {
	border: 1px solid #333333;
}
table.hasborder td.noborder {
	border: 0px;
}
table.hasborder_tCenter{
	border: 1px solid #333333;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #333333;
}
table.hasborder_tLeft{
	border: 1px solid #333333;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #333333;
}
thead {
	background-color: #ee8608;
	color: #ffffff;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}


/************ Layout ************/
#container {
	width: 760px;
	background-color: #ffffff;
	margin: 20px auto;
	padding: 0;
}

#toolbar-top {
	display: block;
	width: 760px;
	height: 70px;
	margin: 0;
	padding: 0;
	color: #9396e0;
	background-color: #3a0d79;
}
	#toolbar-top-left {
		display: inline;
		float: left;
		width: 430px;
		margin: 0;
		padding: 0;
		/*background-color: yellow;*/
	}
	#toolbar-top-right {
		display: inline;
		float: right;
		width: 310px;
		margin: 0;
		padding: 5px 10px 5px 10px;
		line-height: 14px;
		text-align: right;
		/*background-color: red;*/
	}
#header-image {
	display: block;
	width: 760px;
	height: 179px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ee8608;
	border-bottom: 2px solid #ee8608;
	background-color: #3a0d79;
}
#main {
	display: block;
	width: 760px;
	margin: 2px 0 50px 0;
	padding: 0;
	text-align: justify;
	/*background-color: lightgreen;*/
}
	#left-col {
		display: block;
		float: left;
		width: 210px;
		margin: 0 10px 0 0;
		padding: 0;
		text-align: left;
		/*background-color: green;*/
	}
		#menu-main {
			display: block;
			width: 210px;
			margin: 0;
			padding: 20px 0;
			background-color: #ee8608;
		}
		#menu-main .divider {
			display: block;
			width: 200px;
			height: 1px;
			margin: 0 auto;
			padding: 0;
			font-size: 0;
			line-height: 0;
			background-color: #ffffff;
		}
		#menu-main a.menu:link, a.menu:visited {
			display: block;
			width: 190px;
			margin: 0;
			padding: 0 10px;
			font-size: 12px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			line-height: 20px;
			/*background-color: green;*/
		}
		#menu-main a.menu:hover{
			background-color: #fe9618;
			color: #3a0d79;
		}
		#left-col .content-normal {
			display: block;
			width: 190px;
			margin: 0;
			padding: 0 10px;
		}
	#right-col {
		display: block;
		float: right;
		width: 510px;
		margin: 0;
		padding: 20px 20px 20px 0;
		text-align: justify;
		line-height: 16px;
		/*background-color: pink;*/
	}
		#right-col .divider {
			display: block;
			width: 510px;
			height: 1px;
			margin: 0 auto;
			padding: 0;
			font-size: 0;
			line-height: 0;
			background-color: #ee8608;
		}
		#right-col .cols4-Mr {
			display: inline;
			float: left;
			width: 120px;
			margin: 0 10px 0 0;
			padding: 0;
			/*background-color: pink;*/
		}
		#right-col .cols4 {
			display: inline;
			float: left;
			width: 120px;
			margin: 0;
			padding: 0;
			/*background-color: pink;*/
		}
		#right-col .cols2-Mr {
			display: inline;
			float: left;
			width: 250px;
			margin: 0 10px 0 0;
			padding: 0;
			/*background-color: pink;*/
		}
		#right-col .cols2 {
			display: inline;
			float: left;
			width: 250px;
			margin: 0;
			padding: 0;
			/*background-color: pink;*/
		}
#main-bottom {
	display: block;
	width: 760px;
	height: 2px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #ee8608;
	background-color: #ffffff;
}
#footer {
	display: block;
	width: 760px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #9396e0;
	line-height: 14px;
	background-color: #3a0d79;
}



/************ Forms ************/
