
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px 0 0;
	background-color: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #ccc;
	text-align: left;
}
/*---(HEADER)---*/
#header {
	width: 100%;
	background: #fff url(/images/hdr_btm_border.gif) bottom repeat-x;
}
#top_logo {
	float: left;
}
#top_opt {
	text-align: right;
	margin: 0 20px 0 0;
}	
#top_nav {
	margin-top: 39px;
	text-align: left;
}
/*---(MAIN CONTENT)---*/
#main_content {
	width: 700px;
	float: left;
	padding-bottom: 20px;
}
div.home_content {
	padding: 25px 25px 50px 25px;
	border: 0px dashed purple;
}	
/*---(SIDE-CONTENT)---*/
#side_content {
	border: 0px dashed purple;
	text-align: left;
}
div.side_topic {
	font-size: 9pt;
	font-weight: bold;
	padding: 24px 0 12px;
}
div.side_desc {
	font-size: 8pt; 
	padding: 0 5px; 
	border-top: 3px solid #CCCC00;
	width: 260px;
}
/*---(FOOTER)---*/
#footer {
	width: 100%;
	clear: both;
	text-align: right;
	font-size: 8pt;
	border-top: 5px solid #036;
	padding: 24px 0 8px;
	color: #036;
}

/*---(COMMON)---*/
td {
font-family: verdana;
font-size: 9pt; 
}

.pagehead {
font-family: verdana;
font-size: 12pt;
color: #660033;
font-weight: bold;
}

a.global:link {
font-family: verdana;
font-size: 8pt; 
color: #003366;
font-weight: bold;
}

a.global:visited {
font-family: verdana;
font-size: 8pt; 
color: #003366;
font-weight: bold;
}

a.global:hover {
font-family: verdana;
font-size: 8pt; 
color: #CCCC00;
font-weight: bold;
text-decoration: none;
}

a:link {
color: #003366;
}

a:visited {
color: #003366;
}

a:hover {
color: #660033;
text-decoration: none;
}

/*---(CONTENT ELEMENT)---*/
div.page_form {
	padding-left: 35px;
}
div.page_form h6 {
	font-size: 16px;
}
div.page_form p.desc {
	font-size: 12px;
	line-height: 18px;
}
div.page_msg {
	padding-left: 35px;
	font-size: 12px;
	line-height: 18px;
}
div.page_title {
	color: #369;
	font-weight: bold;
	padding: 0 0 10px 25px;
	font-size: 18px;
}

div.entry {

}
div.entry_complex {
	text-align: left;
	margin-bottom: 20px;
}
div.entry h3 {
	float: left;
	width: 150px;
	padding: 5px 0 0;
	margin: 0;
	font-size: 9pt
}

div.entry p {
	padding: 0 0 10px;
	margin: 0;
	font-size: 9pt;
}
div.entry p.before_desc {
	padding-bottom: 0;
}

div.entry h3.w175 {
	float: left;
	width: 175px;
	padding: 5px 0 0;
	margin: 0;
	font-size: 9pt;
}

div.entry p .req {
	font-size: 11px;
	color: maroon;
}
div.entry div.item_list {
	width: 150px; 
	margin-left: 150px;
	font-size: 9pt;
}
div.entry div.note {
	font-size: 9pt;
	margin-left: 150px;
}

div.chkentry {
	clear:both;
	width: 600px;
	padding: 5px 0 5px 0;
	margin: 0;

}

div.chkentry p.before_desc {
	float: left;
	width: 20px;
	padding: 0;
	margin: 0;
}

div.chkentry h3 {
	display:inline;
	padding: 5px 0 0;
	margin: 0;
	font-size: 9pt;
}


form {
	padding: 0;
	margin: 0;
}
input.txtbox {
	width: 180px;
}

textarea.txtarea {
	width: 320px;
	height: 45px;
}
.btn {  
	font-family: Verdana, Arial; 
	font-weight: bold;
	width: 75px; 
	border-top: #9ec3ff 1px solid; 
	border-right: #000000 1px solid;                        
	border-bottom: #000000 1px solid; 
	border-left: #9ec3ff 1px solid; 
	font-size: 11px; 
	background-color: #6887C7; 
	cursor: hand; 
	color: white; 
	padding: 2px;
}   
div.err_msg {
	border: 2px dashed maroon;
	background-color: #ffd;
	width: 500px;
	margin: 0 0 15px 30px;
}
div.err_msg ul {
	padding: 10px 5px 0 5px;
	margin: 0 0 15px 25px;
}
div.err_msg ul li {
	color: red;
	font-size: 12px;
	line-height: 18px;
}

div.return_msg {
	border: 2px dashed orange;
	background-color: #ffd;
	width: 200px;
	text-align: center;
	margin: 0 0 15px 30px;
	padding: 5px;
	color: navy;
	font-weight: bold;
	font-size: 12px;
}

div.contact_div {
	background-color: #A4A4FF; 
	color: navy; 
	width: 100%; 
	padding: 4px 4px 4px 8px; 
	font-size: 12px; 
	font-weight: bold;
	margin: 3px 0 15px 22px;
}
div.step_div {
	background-color: #e2e86f; 
	color: navy; 
	width: 100%; 
	padding: 4px 4px 4px 8px; 
	font-size: 12px; 
	font-weight: bold;
	margin: 3px 0 15px 22px;
}

/*----(PAGE LIST)----*/
div.page_list {
	padding-left: 35px;
}
div.page_list table.item_list {
	width: 650px;
}
div.page_list table.item_list td {
	padding: 4px 3px 4px 5px;
}
div.page_list table.item_list tr.ttl td {
	font-weight: bold;
	border-bottom: 2px dashed #959595;
}
div.page_list table.item_list tr.selected {
	background-color:#C6FFC6;
}
div.page_list table.item_list td.center {
	text-align: center;
}
div.page_list table.item_list tr.odd td {
	background-color: #e1e1e1;
}

div.field_note {
	font-size: 12px;
	padding-top: 5px;
	color: maroon;
	
}