body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 16px;
	color:#666666;
}

h1 {
	font-weight:bold;
	color:#348304;
}

img {
	border:0;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#9C254F;
	text-decoration:underline;
}

p {
	padding:8px 0 8px 0;
	margin:0;
}

#mainContainer {
	position: relative;
	width:958px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*beginning of top Container*/
#topContainer {
	margin:0 0 0 0;
	height:69px;

}

#logo {
	float:left;
	margin: 14px 0 0 19px;
}

/*beginning of language container*/

#lang {
	float: right;
	margin: 13px 14px 0 0;
	display: inline;
}

#lang-line {
	float: right;
	width: 18px;
	height: 11px;
	background:url(../images/lang_line.gif) no-repeat 4px 0;
	overflow: hidden;
}


#lang-en {
	float: right;
	width: 23px;
	height: 15px;
	overflow: hidden;
}

#lang-en a {
	width: 23px;
	height: 15px;
	background:url(../images/lang_en.gif) no-repeat;
	text-indent:-5000px;
	float: left;
}

#lang-en a:hover, #lang-en a:active {background-position: 0 -17px;}

#lang-tc {
	float: right;
	width: 23px;
	height: 15px;
	overflow: hidden;
}

#lang-tc a {
	width: 23px;
	height: 15px;
	background:url(../images/lang_tc.gif) no-repeat;
	text-indent:-5000px;
	float: left;
}

#lang-tc a:hover, #lang-tc a:active {background-position: 0 -17px;}

/*end of language container*/

/*end of top Container*/


/*beginning of footer*/

#footer {
	width:958px;
	margin: 31px 0 20px 0;
	display:inline-block;
	color:#949494;
	font-size: 1.1em;
}

#footer a {
	color:#949494;
}

#footNav {
	float:left;
	margin-left:10px;
	letter-spacing: 0.7px;
	display:inline;
}

#footNav ul li {
	float:left;
	margin-right: 12px;
}

#copyright {
	float:right;
	margin-right:4px;
	letter-spacing: 0.5px;
	display:inline;
}
/*beginning of footer*/


#banner img {
	float:left;
}

/* beginning of list style */

/* pdfList in the index page */
.normalList {
	margin: 12px 0 12px 0;
	letter-spacing: 0.9px;
	font-size: 1.1em;
}

.normalList li a {
	padding-left:14px;

}

.normalList li a.text {
	float:left;
	width: 108px;
	clear: both;
}

.normalList li img.pdf {
	float:right;
	margin: 0 20px 0 0;
}

.normalList li {
	background: url(../images/list_point.gif) no-repeat 0 6px;
	line-height:16px;
	margin: 11px 0 11px 0;
}

.normalList li text {
	float:left;
}

/* pdfList in the index page */

/*end of list style */


/* other */
.clear { clear: both; }
