
body {
	/* background-image: url(images/general/site_bg1.gif); */
	background-color: 	#fff;
	margin: 			0px;
	padding: 			0px;
	font-family: 		arial, sans-serif, helvetica, verdana;
	font-size: 			13px;
	color:				#333;
	text-align:			center;
	
}


/*---------------------------------*/
/*   every page
/*---------------------------------*/
#page{
	width:			90%;
	height:			100%;
	margin-right: 	auto;
	margin-left: 	auto;	
	text-align:		center;
}


/*---------------------------------*/
/*   main_image
/*---------------------------------*/
#main_image{
	margin-top:		10px;
	margin-bottom:	20px;
}


/*---------------------------------*/
/*   seperator
/*---------------------------------*/
#seperator{
	display:		block;
	width:			86%;
	margin-top:		10px;
	margin-right: 	auto;
	margin-bottom:	10px;
	margin-left: 	auto;
	text-align:		center;
	
	border-style:		solid ;
	border-color:		#888 ;
	border-top-width:	0px;
	border-right-width:	0px;
	border-bottom-width:1px;
	border-left-width:	0px;	
	
	clear:				both;
}


a.invisible{
	text-decoration: 	none;
	border:				none;
	border-color:		#fff ;
	
}

a.invisible:hover { 
	border:				none;
	border-color:		#fff ;
	
	
}

a.invisible:active { 
	border:				none;
	border-color:		#fff ;
	
}
a.invisible:visited { 
	border:				none;
	border-color:		#fff ;
	
}

img.invisible { 
	border:				none;
	border-color:		#fff ;
	
}



/*---------------------------------*/
/*   navigation
/*---------------------------------*/

a.nav_link{
	color:			#333;
}
a.nav_link:hover { 
	color: 			#33f;
}
a.nav_link:active { 
	color: 				#ddd;
	background-color: 	#333;
}

/*---------------------------------*/
/*   text publishing
/*---------------------------------*/

.page_title {
	text-align:		right;
	font-size: 		1.8em;
	vertical-align:	middle;
	color:			#444;	
	width:			700px;
	margin-top:		10px;
	margin-right: 	auto;
	margin-bottom:	20px;
	margin-left: 	auto;
	
}

.bold {font-weight: bold}


.text_info {
	text-align:		right;
	font-size: 		1.1em;
	width:			700px;
	margin-top:		10px;
	margin-right: 	auto;
	margin-bottom:	10px;
	margin-left: 	auto;
	
}

.text_title {
	text-align:			right;
	font-size: 			1.3em;
	color:				#003f80;
	border-style:		dotted ;
	border-color:		#888 ;
	border-top-width:	0px;
	border-right-width:	0px;
	border-bottom-width:1px;
	border-left-width:	0px;	
	
}


.text_list li { 
	list-style-type: square; 
}

/*---------------------------------*/
/*   aligment
/*---------------------------------*/
.centered{	
	display: 		block;
	margin-right: 	auto;
	margin-left: 	auto;
	text-align:		center;
}


.small_space{
	display:	inline-block;
	position:	relative;
	width:		1%;	
	
}
.medium_space{
	display:	inline-block;
	position:	relative;
	width:		2%;	
	
}
.large_space{
	display:	inline-block;
	position:	relative;
	width:		5%;	
	
}


