/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11pt;
	margin:0;
	padding:0;
	color:#000000;
}

img {
	border:none;
	padding:0;
	margin:0;
}
.img_bordered {
	border:3px solid #8A99FF;
	margin:4px;
}

#img_bordered_bigmargin {
	border:3px solid #8A99FF;
	margin:14px;
	
}

.center {
	text-align:center;
}
.float_left { float:left; }
.float_right { float:right; }
.float_stop { clear:both; }

/*	text   */
.spaced_text { line-height:150%; }
.text_9pt	{ font-size:9pt; }
.text_right { text-align:right; }
.italic 	{ font-style:italic; }
.uppercase 	{ text-transform:uppercase; }
.bold 		{ font-weight:bold; }
.heading_blue {
	font-family:Verdana;
	font-size:14pt;
	padding-top:12px;
	color:#336666;
}
.heading_text {
	font-size:11pt;
	font-weight:bold;
	padding-top:12px;
	color:#000000;
}
.text { font-family:Arial, Helvetica, sans-serif; }

.boxed_link {
	font-size:8pt;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	border:1px solid #CCCCCC;
}
.boxed_link a {
	text-decoration:none;
}

/*	header	*/

#header_container {
}

#header_slogan {
	position:absolute;
	top:5px;
	left:555px;
	text-indent:0pt;
	font-family:Verdana;
	font-size:8.0pt;
	color:black;
	font-weight:bold;
}

#header_org_name {
	position:absolute;
	top:105px;
	left:567px;
	text-indent:0pt;
	font-family:Verdana;
	font-size:15.0pt;
	color:white;
	font-weight:bold;
}

#header_star {
	position:absolute;
	top:20px;
	left:100px;
}

/*----------------------------------------------
		moving
----------------------------------------------*/
#moving {
	margin-left:120px;
}
/*----------------------------------------------
		left side
----------------------------------------------*/
#left_side {
	float:left;
	width:170px;
}

#left_menu {
	width:170px;
	padding:30px 0 0 10px;
	list-style:none;
}

#left_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#left_menu a {
	display:block;
	text-decoration:none;
	/*padding:3px;*/
}

#left_menu a:hover {
	display:block;
	text-decoration:none;
	/*padding:2px;*
	border:1px solid #F48E91;*/
}

#left_menu li { height:32px; }

/*----------------------------------------------
		right side
----------------------------------------------*/
#right_side {
	float:left;
	width:568px;
	padding:10px;
	background-color:#FFFFFF;
	border-left:3px solid #336666;
}

#title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#000000;
	text-align:left;
}

#title-center{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#000000;
	text-align:center;
}

/*---   data (bottom)   ---*/
.address_title {
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:12px;
	color:#336666;
}

.org_data { clear:both; }

.org_data_col_left,.org_data_col_right {
	float:left;
	width:280px;
	padding:24px 0 24px 0;
}
.org_data_col_left { border-right:1px solid #000000; }
.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	padding-left:12px;
}
.org_data_col_right {
	padding-left:5px;
	padding-top:5px;
	float:right;
	width:280px;
	}

.address2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding:8px 0 0 0px;
}

/*---   bottom menu   ---*/
#bottom_menu {
	clear:both;
	width:570px;
	padding:30px 0 30px 0;
	list-style:none;
}

#bottom_menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#bottom_menu a {
	display:inline;
	/*padding:3px;*/
}

#bottom_menu a:hover {
	display:inline;
	
	/*padding:2px;*
	border:1px solid #F48E91;*/
}

#bottom_menu li {
	float:left;
	padding:0 5px 0 5px;
	border-right:1px solid #000000;
	font-size:9pt;
	line-height:10px;
	height:13px;
}
#bottom_menu li.active_item a {
	text-decoration:none;
}
#bottom_menu li.last_item {
	border:none;
}


/*----------------------------------------------
		misc.
----------------------------------------------*/
.line_long_blue, .line_title_long_blue {
	border-bottom:2px solid #336666;
	padding-top:20px;
	margin-bottom:20px;
	width:570px;
	height:0;
	clear:both;
}
.line_title_long_blue {
	padding-top:10px;
}
