@CHARSET "ISO-8859-1";

@IMPORT url("standard.css");
@IMPORT url("header.css");
@IMPORT url("navigation.css");
@IMPORT url("info.css");
@IMPORT url("cosmo2010.css");
@IMPORT url("symposium.css");

/*
colors:
	cosmologic_blue: #143b80
	bg_yellow: #ffe89e;
	bg_green: #baff9f;
	bg_blue: #d6d8ff;
	bg_gray: #eeeaea;
*/

body{
	margin: auto;
	padding 0;
	text-align: center;
	background-image: url("/images/newStyle/bg001.png");
	background-repeat: repeat-x;
}
.page{
	text-align: left;
	width: 1010px;
	min-width: 1009px;
	max-width: 1010px;
	min-height: 600px;
	max-height: 610px;
	/*overflow: auto;*/
	overflow: hidden;
	margin: auto;
	border: 1px solid silver;
}
.home_content{
	margin: 5px;
/*	padding: 5px 5px 5px 5px;*/
	height: 440px;
	min-height: 440px;
	max-height: 440px;
	width: 608px;
	min-width: 608px;
	max-width: 608px;
	overflow: auto;
	float: left;
	
	border: 1px solid silver;
}
.life_content{
	margin: 5px;
	height: 440px;
	min-height: 440px;
	max-height: 440px;
	width: 815px;
	min-width: 815px;
	max-width: 815px;
	overflow: auto;
	float: left;
	
	border: 1px solid silver;
}
.chem_content{
	margin: 5px;
	height: 440px;
	min-height: 440px;
	max-height: 440px;
	width: 815px;
	min-width: 815px;
	max-width: 815px;
	overflow: auto;
	float: left;
	
	border: 1px solid silver;
}
.eng_content{
	margin: 5px;
	height: 440px;
	min-height: 440px;
	max-height: 440px;
	width: 815px;
	min-width: 815px;
	max-width: 815px;
	overflow: auto;
	float: left;
	
	border: 1px solid silver;
}
.symp_content{
	margin: 5px;
	height: 440px;
	min-height: 440px;
	max-height: 440px;
	width: 815px;
	min-width: 815px;
	max-width: 815px;
	overflow: auto;
	float: left;
	
	border: 1px solid silver;
}
.inlineFrame{
/*	padding: 5px 5px 5px 5px;*/
	padding-top: 2px;
	padding-left: 2px;
}

.headline {
	font-size: 26px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
}
.footer1{
	clear: both;
	border: 1px solid silver;
}

/* lists */
li.li_bottomSpace{
	padding-bottom: 15px;
}
ul.products{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
li.li_products{
	margin: 0;
	padding: 2px;
}
ul.discless{
	margin: 0;
	padding: 2px 0 0 10px;
	list-style: none;
}

li.staffmain{
	margin: 0;
	padding: 2px 0 0 5px;
	list-style: circle;
}

li.staffsub{
	margin: 0;
	padding: 0 0 0 5px;
	list-style: square;
}

ol {
	margin: 0 0 0 10px;
}
ol li {
	margin-left: 20px;
}

