body {
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


/*************** Normal text styles ******************/
.normaltext {
	padding: 10px 0px 0px 10px; /* top - right - bottom - left */
	line-height:20px;
	font-size: 13px;
	font-family:arial;
}

.normaltext h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.normaltext p {
	padding: 0px 0px 10px 0px;
}

.normaltext a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.normaltext a.capsule:hover{
	text-decoration: underline;
}

td.normaltextLeft{
	padding-right: 12px;
}



/*************** div styles ******************/

/* for the whole page */
#divPageLayout {
	/*background-color: #FFFFFF;*/
	/*width: 798px;*/
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*border: 1px solid #666699;*/
}


/* For div header */
#divHeaderLayout {  
	float: left;
	width: 100%;
	overflow:hidden;
}

/* for the logo */
#divLogo {
	margin: 0px;
	padding: 0px;
	/*width: 110px;/*140px;*/
	float: left;
	vertical-align:top;
}

#divTitle {	
	float:left;	
	width:250px;
	margin: 15px 0px 0px 0px;  /* top - right - bottom - left */		
	font-family: "Century Gothic", sans-serif;
	color: #00CC00;
	font-style: italic;
	font-size: 33px;/*30px*/
	font-weight: bold;
}

/* for the slogan */
#divSlogan {
	float: left;
	width:365px;
	margin: 10px 0px 22px 0px;  /* top - right - bottom - left */
	color: #00CC00;
	font-size: 18px;
	font-style: italic;
	font-family: "Century Gothic", sans-serif;/*Georgia, "Times New Roman", Times, serif;*/
	font-weight:bold;
}


/* for the images bar */
#divImagesBar {
	float: left;
	vertical-align:top;
	height:140px;/*180px;*/
	width:100%;
	background-color:#009900;
}


#divImagesBar img{
	float: left;
	padding: 5px 0.2px 0px 5px; /* top - gap - bottom - left */
}


/* For div content*/
#divContentLayout {  
	float: left; /*inherit;*/
	width: 100%;
	overflow:hidden;
	position: relative; /*fixed;*/
}


#divWrapper {
	float:left;
	width:780px;
	margin-top:20px;
	padding:0px;	
}

#divcontent {
	float: left;
	width: 780px;
	text-align: justify;
	padding-top: 5px; /*10px;*/
	padding-right: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#divcontent a {
	color: #666666;
}

#divcontent p {
	font-weight: normal;
	margin-bottom: 0;
	margin-left:15px;
	margin-top:10px;
	
	padding: 0px 10px 0px 0px; /* top - right - bottom - left */
	line-height:19px;
	text-align:left;	
	font-size: 13px;
	font-family:arial;
}

#divcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #666699;
}

#divcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: bold; /*bolder;*/
	color: #666699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666699;
	padding-top: 10px;
}

#divcontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	text-indent: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#divcontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #666699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666699;
	padding-top: 10px;
}

.para_header {	
	width:800px;
	display:block;
  	background-color:#009900;/*#66FF00;*/
  	color: white;
  	font-size: 13pt;
  	font-weight: bold;
}

.header_green {	
  	color: #009900;
  	font-size: 12px;
  	font-weight: bold;
	padding: 0 0 0 0;
}


.list1 {
	margin-top: 5px;
}

.list1 ul {
}

.list1 li {
	padding-top: 5px;
}


/******** For The Top Menu Bar **********/
body.home #home_id,
body.programs #program_id,
body.vnlanguage #vnlanguage_id,
body.tutorprofiles #tutorprofiles_id,
body.contact #contact_id, 
body.tuition #tuition_id
{
	/*background-color: #E6E7E4;*/ /*FFFFFF;*/
	background-color: #66FF00;
}

#divTopMenuBar {
	width: 405px;
	float: right;
	margin-top: 10px;
	padding: 0px;		
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

#divTopMenuBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#divTopMenuBar li {
	display: inline;
}

#divTopMenuBar li a {
	color: #666666;
	/*text-decoration: none;*/
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
}

#divTopMenuBar li a:hover {
	/*background-color: #CCCCCC;*/
	/*color: #66FF00;*/
	color:#0000FF;
	/*color: #8086D3;*/
} 


/******** For The Left Navigation Menu **********/
#divLeftNavMenu {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
	width: 160px;
	float: left;	
	height: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#divLeftNavMenu ul {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#divLeftNavMenu li {
	display:block;
}

#divLeftNavMenu li a {
	color: #009900; /*#0000FF;*/
	text-decoration: none;
	margin-left: 10px;
	padding: 0px;
}

#divLeftNavMenu li a:hover {
	color: #666666;/*background-color: #CCCCCC;*/
	/*color: #8086D3;*/
} 

#divLeftNavMenu li img {
	margin-left: 0px;
	padding: 5px;
}


/******** For The footer **********/
#divfooter {
	/*background-color: #666699;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #00CC33;
	clear: both;
}

#divfooter p {
	margin-bottom: 0;
	margin-left:0px;
	margin-top:5px;
}

#divfooter a {
	color: #00CC33;
	text-decoration: none;
}
#divfooter a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



