/* CSS for BAU website 2010 */

body {
	font-family: Verdana, Arial, sans-serif;
	color: grey;
	}

td {	background-repeat: no-repeat, repeat-y;
	background-position: top;
		}


/* To allow for bi-lingual use h1, h2 and h3 are reserved for Enlish*/

h1 { text-align: center;
	font-size: 36px;
	magin-top: 3px;
	margin-bottom: 3px;
	color: black;
	}

h2 { text-align: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:3px;
	Font-size: 24px;
	}

h3 { text-align: center;
	Margin-top: 10px;
	margin-bottom: 0px;
	}

/* To allow for bi-lingual use p is reserved for English */

p {margin-right: 10px;
	margin-left: 10px;
	margin-top:3px;
	font-size: 14px;
	text-align: justify;
	}


/* To allow for bi-lingual use h4, h5 and h6 are reserved for Chinese */

h4 {Text-align: center;
	font-size: 48px;
	font-family: Microsoft JhengHei;
	margin-top: 3px;
	margin-bottom: 3px;
	color: black;
	}

h5 { text-align: left;
	font-size: 36px;
	font-family: Microsoft JhengHei;
	}

h6 { text-align: center;
	margin-bottom: 0px;
	Margin-top: 10px;
	font-family: Microsoft JhengHei;
	Font-size: 24px;
	}


/* To allow for bi-lingual use <p class="chinese"> ... </p> is reserved for Chinese */

p.chinese{
	font-family: Microsoft JhengHei;
	font-size: 100%;
	
	}

br.chinese {font-family: Microsoft JhengHei;
	font-size: 50%;
	}

td.chinese {font-family: Microsoft JhengHei;
	font-size: 85%;
	}


/* To allow centered display Chinese class="chinesecenter" */

p.chinesecenter{ text-align: center;
	font-family: Microsoft JhengHei;
	font-size: 100%;
	}

p.center{text-align: center;
	}

/*Fixing index page*/

p.titlel{ text-align: center;
	font-family: Microsoft JhengHei;
	font-size: 42px;
	font-weight: bold;
	color: black;
	}

p.etitlel{ text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: black;
	}

p.title{ text-align: center;
	font-family: Microsoft JhengHei;
	font-size: 24px;
	font-weight: bold;
	}

p.etitle{ text-align: center;
	font-size: 18px;
	font-weight: bold;
	}

/* Changing unordered list lay-out */

ul {	padding: 20;
	margin: 0;
 	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-position:outside;
	}

/* Changing link characteristics */

a {color: black;
	text-decoration: none;	
	}

a:visited {color: black;}

a:hover {color: grey;
	text-decoration: underline;
	}

a.red {color: red;
	text-decoration: none;
	}

a.red:hover {color: grey;}

/* Inserting pictures in left-top-corner wrapped by text*/

img.FloatLeft {float: left;
	Margin: 5px;
	}


/* navigation menu doc style */

#navcontainer
{
	
font-family: Verdana,Sans-Serif;
	
margin: 0 auto;

	}



#navlist
{
	

	
text-align: center;
	
margin: 0 auto;

	padding: 0;

	text-indent: 0;

	list-style-type: none;
	
}



#navlist li
{
	
padding: 0;

	margin: 0;
	
text-indent: 0;
	
display: inline;
	
}



#navlist li a
{
	
letter-spacing: -1px;
	
text-decoration: none;
	
color: black;
	
font-size: 1em;

	padding: 0 2px;

	}



#navlist li a:hover,#navlist a#current
{
	
color: grey;

	border-top: none;

	font-size: 1.5em;
	
}



#promo	{
	
	border: 0; 
	height: 533px;
	width: 750px;
	overflow: auto;
	
	}



#back	{

	margin: -10px -10px -10px -10px;

	background: grey url('../images/center.jpg') repeat 0 0;

	}



#container{

	position: absolute;
	z-index:3;

	display: block;
	
	width: 1050px;

	margin: 10px auto;

	margin-left: 10%;

	margin-right: 10%;

	background: black url('Promo/images/back_base1.jpg') no-repeat 0 0 ;

	border: 0px solid black;

	border-radius: 2em;

	-moz-border-radius: 2em;

	-webkit-border-radius: 2em;

	}


.left	{
	z-index: 100;
	float: left;
	position: relative;
	width: 350px;
	margin-left: 10px;
	margin-right: 10px:
	margin-top: -800px;
	}

.right	{
	z-index: 100;
	float: right;
	position: relative;
	width: 350px;
	margin-left: 10px;
	margin-right: 10px:
	margin-top: -800px;
	}