@charset "utf-8";
@import url("index.css");
/* CSS Document */
/* whole html body CSS*/
html, body {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3F4554;
	background-color: #efebe0;
	line-height: 1.5em;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
}

/* unordered list */
ul{ 
	margin: 0px 0px 0px 16px;
	padding: 0px;
}

ul li{ 
	list-style-type:none;
	margin: 0px; 
	padding: 0px;
}

h1, h2, h3{
	font-size:16px;
	color: #DD7801;
}

/******************** link design **********************/
/* normal design */
a:link {
	color: #666;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #F90;
}
a:active {
	color: #FF6600;
}
/******************** link design **********************/

/***** Main Table Contanter ********/
.MainContainer {
	width:1000px;
	margin:0 auto;
	/*background-color:#FFF;*/
}
/******************** top menu CSS **********************/
.menuTab{
	height:33px;
	text-align:center;
	font-weight:bold
}

.menuTab td{
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}

.menuTab a:link, .menuTab a:visited, .menuTab a:hover, .menuTab a:active {
	color: #FFF;
}

.menuTab td:hover, .menuTab td a#selected, .menuTab td a#selected:hover{
	background-image:url(../img/red_menu.png);
	color: #fff;
} 
/******************** top menu CSS **********************/

/******************** top banner CSS **********************/
.logoPosition{
	padding-top:30px;
}
.TopBanner{ 
	width: 460px;
	height: 111px;
	overflow: hidden;
}
/******************** top banner CSS **********************/

.contentTable{
	padding:20px;
	background-color:#FFF;
}
.footer{
	background-color:#666;
	color:#FFF;
	text-align:center;
}
.dotLine{
	background:url(../img/dot.gif) 50% 0 repeat-y;
}
hr{
	height:1px;
	border:0;
	color: #CCC;
	background-color: #CCC;
	margin-top:10px;
	margin-bottom:10px;	
}

.textParagh{
	padding-right:300px; 
	text-align:justify;
}