/* CSS Document */
body{
	font-family:verdana, "trebuchet MS", helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:0px;
	line-height: 1.5em;
}
div{
	padding:0px;
	margin:0px;
}
p{
	padding:0px;
	margin:0px;
}
/* random user Defined class's*/

/* user Defined Class's*/
.leftSide{
	width:*;
	height:100%;
	vertical-align:top;
}
.leftSide .top{
	background-color:#FFF;
	height:67px;
	width:auto;
}
.leftSide .bottom{
	height:auto;
	width:auto;
	background-color:#FFF;
}
	

.rightSide{
	width:*;
	height:100%;
	vertical-align:top;
}
.rightSide .top{
	background-color:#FFF;
	height:67px;
	width:auto;
}
.rightSide .bottom{
	height:800px;
	width:auto;
	background-color:#FFF;
}
.middle{
	height:219px;
	background-color:#5a4099;
	width:auto;
}
.contentContainer{
	margin:0px;
	padding:0px;
	width:766px;
	height:655px;
	vertical-align:top;
}
.logo{
	height:67px;
	width:766px;
	background-image:url('../images/index_02.jpg');
	background-repeat:no-repeat;
}
.headerContainer{
	height:219px;
	width:766px;
	padding:0px;
	margin:0px
}
.navContainer{
	margin:0px;
	padding:0px 2px;
	width:165px;
	height:219px;
	float:left;
}
.flashContainer{
	width:394px;
	height:219px;
	float:left;
	margin:0px;
	padding:0px 2px 0px 0px;
}
.slogan{
	font-style:italic;
	font-size:13px;
	margin:0px;
	padding:32px 14px 0px 14px;
	height:187px;
	width:172px;
	text-align:center;
	float:left;
	background-color:#5a4099;
	color:#FFFFFF;
	line-height:20px;
}
.mainContent{
	width:766px;
	height:300px;
}
.submenu{
	width:169px;
	/* height:300px; */
	height:300;
	float:left;
}
.text{
	margin:0px;
	padding:15px 15px 0px 30px;
	width:530px;
	/* height:385px; */
	height:auto;
	float:left;	/* overflow:auto; */
}
.text a:link{
	color:#5a4099;
}
.text a:visited{
	color:#5a4099;
}
.text a:hover{
	color:#5a4099;
}
.text p{
	padding:10px 0px;
}
.text .H1{
	color:#f8981d;
	padding:0px 0px;
	font-size:14px;
	font-weight:bold;
}
.proposaltext{
	margin:0px;
	padding:15px 30px 0px 35px;
	width:700px;
	/* height:385px; */
	height:auto;
	float:left;	/* overflow:auto; */
}
.proposaltext a:link{
	color:#5a4099;
}
.proposaltext a:visited{
	color:#5a4099;
}
.proposaltext a:hover{
	color:#5a4099;
}
.proposaltext p{
	padding:10px 0px;
}
.proposaltext .H1{
	color:#f8981d;
	padding:0px 0px;
	font-size:14px;
	font-weight:bold;
}
.style1{
	width:100%;
	border-top:solid 1px #CCCCCC;
}
.style1 ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.style1 .left{
	padding:10px 0px 0px 0px;
	width:50%;
	vertical-align:top;
}
.style1 .right{
	padding:10px 0px 0px 10px;
	width:50%;
	vertical-align:top;
	border-left:solid 1px #CCCCCC;
}
.style3{
	width:100%;
	border-top:solid 1px #CCCCCC;
}
.style3 .c1{
	width:45%;
	padding:10px 0px 0px 0px;
	vertical-align:top;
}
.style3 .c2{
	width:27%;
	border-left:solid 1px #CCCCCC;
	padding:10px 0px 0px 10px;
	vertical-align:top;
}
.c2 p:first-line{
	color:#5a4099;
	font-size:13px;
	font-weight:bold;
}
.c3 p:first-line{
	color:#5a4099;
	font-size:13px;
	font-weight:bold;
}
.style3 .c3{
	width:27%;
	padding:10px 0px 0px 10px;
	border-left:solid 1px #CCCCCC;
	vertical-align:top;
}
.list{
	list-style:none;
}
.style5{
	font-size:10px;
}

/* footer defined class*/
.footer{
	padding:10px 0px;
	margin:0px;
	width:766px;
	height:20px;
	background-color:#5a4099;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

