html {
	height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
	height: 100%;
	text-align: center;
}

body, p, div, td {
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	padding: 0px;
	vertical-align: top;
}

ul {
	list-style-type: square;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

ol.listAlpha {
	list-style-type: lower-alpha;
}

ol.listRoman {
	list-style-type: lower-roman;
}

li {
	margin-top: 5px;
}

/* navLanguage styles */

#navLanguageWrapper {
	background-color: #E6E6E6;
}

#navLanguage {
	color: #9a9a9a;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 10px;
	text-align: left;
	width: 770px;
	font-size: 12px;
voice-family: "\"}\"";
voice-family:inherit;
	width: 760px;
}
html>body #navLanguage {
	width: 760px;
}

#navLanguage a {
	text-decoration: none;
}

#navLanguage a.selected {
	color: #598527;
}

#navLanguage a:hover {
	color: #598527;
}

/* navLanguage styles */

#navLanguage2 {
	border-top: 4px solid #fff;
	background-color: #ee452b;
	padding: 10px 0 7px 0;
	text-align: center;
}

#navLanguage2 table {
	margin: 0 auto 0 auto;
}

#navLanguage2 table td {
	padding: 3px 3px 3px 0;
}

#navLanguage2 a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 144px;
	height: 19px;
}

#navLanguage2 a#english {
	background-image: url(../images/languages/nav_english.gif);
}

#navLanguage2 a#chinesecomplex {
	background-image: url(../images/languages/nav_chinesecomplex.gif);
}

#navLanguage2 a#chinesesimplified {
	background-image: url(../images/languages/nav_chinesesimplified.gif);
}

#navLanguage2 a#farsi {
	background-image: url(../images/languages/nav_farsi.gif);
}

#navLanguage2 a#japanese {
	background-image: url(../images/languages/nav_japanese.gif);
}

#navLanguage2 a#korean {
	background-image: url(../images/languages/nav_korean.gif);
}

#navLanguage2 a#malaysian {
	background-image: url(../images/languages/nav_malaysian.gif);
}

#navLanguage2 a#spanish {
	background-image: url(../images/languages/nav_spanish.gif);
}

#navLanguage2 a#thai {
	background-image: url(../images/languages/nav_thai.gif);
}

#navLanguage2 a#vietnamese {
	background-image: url(../images/languages/nav_vietnamese.gif);
}

#navLanguage2 a.selected {
	background-position: 0 -19px;
}

#navLanguage2 a:hover {
	background-position: 0 -19px;
}

#navLanguage2 a span {
	display: none;
}


/* ======================= */
/* main elements */
/* ======================= */

#pagewrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 778px;
}

#page {
	background: #fff url(../images/common/pagelabel.gif) no-repeat 4px 4px;
	margin-bottom: 4px;
	padding: 4px;
	text-align: left;
}

#topnav {
	margin-bottom: 5px;
	text-align: right;
}

.pageheader {
	margin-bottom: 5px;
}

#auxnavwrap {
	width: 112px;
}

#auxnav {
	padding: 12px 8px 12px 6px;
}

#leftnavwrap {
	width: 201px;
}

#contentwrap {
	width: 457px;
}

#content {
	padding: 20px;
}


/* ======================= */
/* aux nav */
/* ======================= */

.auxnavitem {
	margin-bottom: 4px;
}

.auxnavitem a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/* ======================= */
/* left navigation */
/* ======================= */

.navlevel1, .navlevel1active {
	padding-left: 0px;
	margin-bottom: 4px;	
}

.navlevel2, .navlevel2active {
	padding-left: 15px;
	margin-bottom: 4px;		
}

.navlevel3, .navlevel3active {
	padding-left: 30px;
	margin-bottom: 4px;
}


/* ======================= */
/* content */
/* ======================= */

.contentheading {
	margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 16px;
}

h2 {
	background: url(../images/common/hdot.gif) repeat-x left top;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 12px;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 3px;
}

.normalweight {
	font-weight: normal;
}

.smalltype {
	font-size: 11px;
}

.tdata th {
	font-size:11px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
}
.tdata td {
	font-size:11px;
	line-height: 14px;
}

.subtitle {
	font-weight: normal;
	font-style: italic;
}

table.cqccourses {
	border: 0px;
	border-top: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.cqccourses td {
	border: none;
	border-bottom: 1px solid #000;
	padding: 2px 4px 2px 4px;
}

table.cqccourses tr.headerrow {
	background-color: #C7CBE7;
}

table.cqccourses tr.headerrow td {
	font-weight: bold;
}

table.exam {
	border: none;
}

table.exam td {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 3px;
}

table.fees {
	border: 1px solid #000000;
	border-collapse: collapse;
	border-style: solid;
	width: 100%;
}

table.fees td {
	border: 1px solid #000000;
	padding: 2px;
}

/* ======================= */
/* form styles */
/* ======================= */

.fieldset {
	margin-bottom: 15px;
}

label.block {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

input.textbase {
	width: 400px;
}

input.textmedium {
	width: 200px;
}

input.textsmall {
	width: 100px;
}

input.textmicro {
	width: 50px;
}

textarea.areabase {
	width: 400px;
	height: 100px;
}

.errfield {
	color: #f00;
	font-size: 11px;
}



