BODY{
	margin: 0;
	padding: 0;	
	background-color: #FFF;
	font-size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	*text-align: center; /*IE "margin auto"...*/
}

IMG{
	border: 0;
}

HR{
	border: 1px solid #CBCBCB;
}

.titH3{
	color: #F60;
}

.subH3{
	color: #F60;
	text-indent: 0px;
	text-align: left;
	font-size: 0.85em !important;
	*font-weight: bold;
	*margin: 0 0 5px 0;
}

.txt{
	font: 0.8em 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
	text-align: justify;
}

/*-------------------------------------------------------------------------------*/
#MainBody{
	margin: 30px auto 10px auto;
	padding: 0;
	width: 1100px;
	height: auto;
}
/*-------------------------------------------------------------------------------*/
#Top{
	height: 150px;
}

#BannerLeft{
	margin: 0 auto 0 auto;
	padding: 0;
	height: 150px;
	width: 200px;
	background: url(../../Files/Template/logo.png) no-repeat 25px 25px;
	float: left;
}

#BannerRight{
	margin: 0;
	padding: 0;
	height: 150px;
	width: 665px;
	background: url(../../Files/Template/banner.png) no-repeat 9px 31px;
	overflow: visible;
	float: left;
}
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
#Middle{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
/*------------------*/
#Navigation{
	width: 180px;
	height: auto;
	border-right: 1px solid black;
	font-family: Sans-serif;
	text-align: left; 
	float: left;
}

#Menu ul{
	display: none;
}

ul#Menu, ul#Menu ul{
    margin: 0;
    padding: 0;
    width: 11em;
    list-style-type: none;
}

ul#Menu a{
    display: block;
    text-decoration: none;
}

#first{
	border-top-left-radius: 15px;
}

#last{
	border-bottom-left-radius: 15px;
}

ul#Menu li{
    margin-top: 1px;
	*display: inline;	/*IE...*/
	*width:100%;		/*IE...*/
}

ul#Menu li a{
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    padding: 0.5em;
	padding-left: 0.7em;
}
ul#Menu li a:hover{
    background: none repeat scroll 0 0 #000000;
}

ul#Menu li ul li a{
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
    padding-left: 35px;
}

ul#Menu li ul li a:hover{
    background: none repeat scroll 0 0 #AAAAAA;
    border-left: 5px solid #F60;
}

/*------------------*/
#Content{
	margin: 0 0 5px 20px;
	padding: 0 5px 5px 5px;
	*padding-top: 7px;
	*padding-bottom: 7px;
	width: 650px;
	height: auto;
	font: 0.9em 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
	text-align: justify;
    border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	float: left;
}

#Content TABLE{
    border-collapse: collapse;
	font-size: 1em;
}

#loading {
	display: none;
	width: 80px;
	height: 80px;
	top: 100px;
	left: 300px;
	position: relative;
	background: url(../../Files/Template/loading.gif) no-repeat -50px -10px;
	float: left;
}
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
#Bottom{
	margin: 0 auto 10px auto;
	width: 650px;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	font: 0.6em 'Lucida Grande',Verdana,Arial,Sans-Serif;
	text-align: center;
}

#clickMe{
	text-decoration: none;
	color:#900;
}
