/* CSS Document */

body {
	background-color: #ffffff;
	font-size: small;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
}

hr {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right-style: none;
	border-left-style: none;
}

/* ----------container to center the layout---------- */
#wrap {
	margin:0px;
	width: 100%;
	position:relative;
	}

#large_section {
	display: block;
	position:relative;
	margin: 0 auto;
	width: 875px;
	overflow:visible }
	
#small_section {
	display: block;
	position:relative;
	margin: 0 auto;
	width: 770px;
	overflow:visible }
	
/* ----------header---------- */
#header {
	float:right;
	width:150px;
	height:60px;
	margin-top:20px;
	margin-bottom:20px;
}
#header_large {
	float:right;
	width:249px;
	height:100px;
	margin-top:20px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}

/* ----------left---------- */
#left {
	float:left;
	width:185px;
	margin-right:20px;
}

/* ----------main---------- */
#main {
	float:left;
	width:500px;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
	display:inline;
	z-index:10;
}
#title {
	float:left;
	width:330px;
	z-index:10;
	margin-bottom:10px;
}
#main_left {
	float:left;
	width:320px;
	min-height:150px;
	text-align:justify;
	overflow:hidden;
	z-index:10;
}
#main_500 {
	float:left;
	width:500px;
	text-align:justify;
	overflow:visible;
	z-index:10;
}
#main_right {
	position:relative;
	float:right;
	width:160px;
	overflow:hidden;
	z-index:10;
}
#main_right_adjust {
	position:relative;
	float:right;
	width:160px;
	margin-top:-38px;
	overflow:visible;
	z-index:10;
}
#main_full {
	float:left;
	width:600px;
	margin-right:20px;
	overflow:visible;
	z-index:10;
}
#main_full_high {
	float:left;
	width:600px;
	margin-top:-50px;
	margin-right:20px;
	overflow:visible;
	z-index:10;
}

/* ----------right---------- */
#mainmenu {
	margin-bottom:20px;
}

#right {
	float:right;
	width:150px;
	z-index:20;
	/*position:absolute;
	top:100px;
	left:725px;*/
}

#right_narrow {
	float:right;
	width:150px;
	z-index:20;
}

#right_low {
	float:right;
	width:150px;
	margin-top:20px;
	z-index:20;
}

.tHR {width:500px;overflow:hidden;border-top:1px solid #000000}
.nHR {width:500px;overflow:hidden;}

#subnav {
	position:relative;
	float:left;
	width:500px;
	margin-bottom:10px;
}
.link_wrap {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	background-position: 0px 3px;
}
.link_wrap_select {
	width:0px;
	height:0px;
	overflow:hidden;
}

li {
	list-style-type: none;
	list-style-position: inside;
}
.required {font-weight:bold}
