body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	text-align:center;
	min-width:780px;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px; 
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4D68AB;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4D68AB;
}

h4 a {
	color:#4D68AB;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;

}

hr {
	border:0px;
	height:1px;
	background-color:#4573B3;
	color:#4573B3;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	}
	

	
li {
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	list-style-type: none;	
	}
	
img {
	border:0px;
	margin:0px;
	padding:0px;
}

.label {
	text-align:right;
	font-weight:bold;
	padding:5px 10px 0px 0px;
	width:122px;
	font-size:13px;
}

.data {
	padding:5px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px; 
}

.label-wide {
	text-align:right;
	font-weight:bold;
	padding:5px 10px 0px 0px;
	width:260px;
	font-size:13px;
}

input {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
}
	
input.small {
	width: 90px;
	}
	
input.medium {
	width: 180px;
	}
	
input.large {
	width: 400px;
	}

input.button {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	vertical-align:middle;
	}
	
input.checkbox {
	align: left;
	}
	
select {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align:middle;
}
	
select.small {
	width: 90px;
	}
	
select.medium {
	width: 180px;
	}
	
select.large {
	width: 400px;
	}
	
textarea {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
}
	
textarea.small {
	width: 350px;
	height: 100px;
	}
	
textarea.medium {
	width: 350px;
	height: 200px;
	}
	
textarea.large {
	width: 350px;
	height: 400px;
	}
	
#head-search .login {
	width: 100px;
	height: 18px;
}

#break {
    clear: both;
}

/* Position */
#wrap {
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-x;
	border:0px;
	margin:0px;
}
#page-wrap {
	width:780px;
	margin:0 auto;
	padding-top: 10px;
	text-align:left;
}

#head-wrap {
	/*background-image:url(images/headerau_bg.gif);*/
	background-repeat:no-repeat;
	height: 80px;
	margin:0px;
	overflow:hidden;

}

.site1 {
background-image:url(images/headerau_bg.gif);
}
.site2 {
background-image:url(images/headernz_bg.gif);
}

#head-search {
	float:right;
	margin-right: 10px;
	padding-top: 15px;
	}


#nav {
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	height: 38px;
	text-align:center;
	color:#FF9900;	
}

#nav-line {	
	padding-top: 10px;
}

#nav a {
	text-decoration:none;
	color:#FFFFFF;
	}

#nav a:hover {
	color: #FF9900;
	}

#content-wrap {
	color:#000000;
}

#footer {
	margin: 10px 0px 10px 0px;
	text-align:center;
	color:#999999;
}

#home-left {
	background-image:url(images/home-content-left.gif);
	background-repeat:no-repeat;
	float:left;
	height: 462px;
	width: 297px;
	padding-top: 10px;
}
#home-left-content {
	padding: 0px 8px 2px 10px;
}

#home-left ul {
	padding: 0px;
	margin-left: 15px;
}
#home-left li {
	padding-left: 15px;
	list-style-type: none;	
	background-image:url(images/star.gif);
	background-repeat:no-repeat;
}

#home-right {
	background-image:url(images/home-content-right.jpg);
	background-repeat:no-repeat;
	float:right;
	height: 462px;
	width: 483px;	
}

#content-top {
	height: 7px;
}

#content-bg {
	background-image:url(images/content-page_bg.gif);
	background-repeat:repeat-y;
	padding: 0px 5px 0px 5px;
}

#content-main {
	/*width:520px;*/
	overflow:hidden;
	padding: 0px 10px 0px 10px;

	}

#content-sidebar {
	width: 210px;
	float:right;
	margin: 0px 10px 20px 10px;

}

#content-bttm{
	/*background-image:url(images/page_bttm.gif);
	background-repeat:no-repeat;*/
	height: 12px;
}

#profile {
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	height: 160px;
}

#profile-view {
	display:block;
}

#profile img {
	float:right;
	margin-top:-19px;	
	}

#profile h2 {
	display:block;
	background-color:#4D68AB;
	text-transform:uppercase;
	color:#FFFFFF;
	padding: 2px 0px 2px 5px;
}

#profile h4 {
	margin:0px;

}

#profile a {
	text-decoration:none;
	color:#000000;
}

/* warning */

.warningbox {
	padding: 10px;
	line-height: 13px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	border: 1px #CC0000 solid;
	background: #FFDDDD;
	}
	
.warningbox ul {
	padding: 0px;
	margin: 0px;
	}

.warningbox li {
	list-style-type: none;
	}

/* resultbox */

#resultbox {
	padding: 0px 0px 10px 0px;
	}

#resultbox table {
	width: 95%;
	}

#resultbox table th {
	background-color: #4D68AB;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color:#FFFFFF;
	}
	
#resultbox table th a {
	text-decoration: none;
	color: #000000;
	}
	
#resultbox table th a:hover {
	text-decoration: underline;
	color: #000000;
	}

#resultbox table tr.even {
	background-color: #EAF2FF;
	}

#resultbox table td {
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
	}

#resultbox table .right {
	text-align: right;
	}

input.button {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	vertical-align:middle;
	}
	
	
/* search box */

#searchbox {
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px #4573B3 solid;
	background: #EEEEEE;
	padding: 10px;
	width: 50%;
	}
	
#searchbox table {
	}
	
#searchbox .label {
	text-align: right;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
	width:135px;
		font-size: 11px;
	}
	
#cornlink {
	width:152px;
	height:45px;
	margin-left: 10px;
	margin-top: 10px;
}

#change {
background-image:url(images/change.gif);
background-repeat:no-repeat;
width:155px;
height:130px;
float:right;
margin-right: 5px;
}

#change-member {
background-image:url(images/change.gif);
background-repeat:no-repeat;
width:155px;
height:130px;
float:right;
margin-right: 5px;
margin-top: 150px;
}



