/* commented backslash hack \*/ 
/*html, body{height:100%;} */
/* end hack */

html,body {margin:0;padding:0}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: white;
	background-repeat: repeat-x;

}

a { color: #060; }

h1 
{ 
	font-size: 26px; 
	margin-top: 20px;
	padding: 0;
}

h2 
{ 
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 5px;
}

.oneColElsCtrHdr #container {
	width: 780px;  /*#f3fbeb this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 10px auto -50px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	padding: 0;
}
.oneColElsCtrHdr #header { 
	margin: 0;
	padding: 0;
	text-align: center;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	font-size: 0px;
	text-align: center;
}
.oneColElsCtrHdr #header h1 #banner{
	margin: 0;
	padding: 0;
	border: 2px solid black;
}

.oneColElsCtrHdr #header h1 #companyname
{
	margin: 0;
	padding: 0;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}
.oneColElsCtrHdr #mainContent {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background: #effee0;
	border: 1px solid transparent;
}

.oneColElsCtrHdr #footer { 
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #5cbc12;
	border: 2px solid black;
	height: 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColElsCtrHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	font-size: 16px;
}

.oneColElsCtrHdr #logobar {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	text-align: center;
}

.oneColElsCtrHdr #logobar img {
	margin-right: 50px;
	vertical-align: middle;
}

#navcontainer {
	margin: 0;
	padding: 0;
	width: 776px;
	background-color: #5cbc12;
	background-image: url(../images/site/linkgradient3.jpg);
	background-repeat: repeat-x;
	height: 32px;
	border: 2px solid black;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navcontainer ul li a {
	margin: 0;
	padding: 5px 18px 0px 18px;
	height: 27px;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #5cbc12;
	font-family: Georgia, Times New Roman, Times, serif;
}
#navcontainer ul li a#first {
	border-left: 0px solid #5cbc12;
	padding-left: 30px;
}
#navcontainer ul li a#last {
	border-right: 0px solid #5cbc12;
	padding-right: 30px;
}
#navcontainer ul li a:hover {
	background-color: #34640e;
	color: #FFFFFF;
}

#navlist li a:hover {
	background-color: #34640e;
	color: #FFFFFF;
	text-decoration: none;
	background: #CC3333;
	text-align: left;
}

.oneColElsCtrHdr #mainContent #links table {
	border: 0px solid black;
	border-collapse: collapse;
	width: 100%;
}
.oneColElsCtrHdr #mainContent #links td {
	vertical-align: top;
	border: 0px solid black;
	border-collapse: collapse;
	padding: 8px;
}
.oneColElsCtrHdr #mainContent #links td.field {
	width: 220px;
	font-weight: bold;
	background-color: #d8febc;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}
.oneColElsCtrHdr #mainContent #links td.value {
	width: 470px;
	text-align: justify;
	padding-bottom: 15px;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}

.oneColElsCtrHdr #mainContent #link_name {
	color: black;
}
.oneColElsCtrHdr #mainContent #link_website {
	color: #060;
}
.oneColElsCtrHdr #mainContent #link_desc {
	text-align: justify;
}
.oneColElsCtrHdr #mainContent #photos {
	text-align: center;
}
.oneColElsCtrHdr #mainContent #photo {
	width: 80%;
}
.oneColElsCtrHdr #mainContent #contactinfo {
	margin: 0;
}
.oneColElsCtrHdr #mainContent #contact table {
	border: 0px solid black;
	border-collapse: collapse;
}
.oneColElsCtrHdr #mainContent #contact td {
	vertical-align: top;
	border: 0px solid black;
	border-collapse: collapse;
	padding: 8px;
}
.oneColElsCtrHdr #mainContent #contact #awardimg {
	float: right;
	text-align: center;
	margin-right: 60px;
}
.oneColElsCtrHdr #mainContent #contact #awardimg img{
	margin: 10px;
}
.oneColElsCtrHdr #mainContent #contact td.field {
	width: 120px;
	font-weight: bold;
	background-color: #d8febc;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}
.oneColElsCtrHdr #mainContent #contact td.value {
	width: 200px;
	text-align: justify;
	padding-bottom: 15px;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}
.oneColElsCtrHdr #mainContent #contact img {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 15px;
	right: clear;
	border: 1px solid black;
}
.oneColElsCtrHdr #mainContent #consultancy ul li {
	margin-bottom: 16px;
}
.oneColElsCtrHdr #mainContent #consultancy p {
	margin-top: 30px;
}
.oneColElsCtrHdr #mainContent #consultancy h1 {
	margin-bottom: 0;
}
.oneColElsCtrHdr #mainContent #consultancy img {
	float: right;
	margin-left: 20px;
	margin-top: 30px;
	right: clear;
	border: 1px solid black;
}
.oneColElsCtrHdr #mainContent #courses .courselist {
	margin-left: 0px;
}
.oneColElsCtrHdr #mainContent #courses table {
	border: 0px solid black;
	border-collapse: collapse;
}
.oneColElsCtrHdr #mainContent #courses td {
	vertical-align: top;
	border: 0px solid black;
	border-collapse: collapse;
	padding: 8px;
}
.oneColElsCtrHdr #mainContent #courses table.courses tr:hover {
	background-color: #d8febc;
}
.oneColElsCtrHdr #mainContent #courses td.ref {
	width: 80px;
}
.oneColElsCtrHdr #mainContent #courses td.title {
	width: 370px;
}
.oneColElsCtrHdr #mainContent #courses td.duration {
	width: 60px;
}
.oneColElsCtrHdr #mainContent #courses td.fee {
	width: 100px;
}
.oneColElsCtrHdr #mainContent #courses td.field {
	width: 120px;
	font-weight: bold;
	background-color: #d8febc;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}
.oneColElsCtrHdr #mainContent #courses td.value {
	width: 590px;
	text-align: justify;
	padding-bottom: 15px;
	border-top: 5px solid #effee0;
	border-bottom: 5px solid #effee0;
}
.oneColElsCtrHdr #mainContent #backlink {
	position: relative;
	right: 0;
	font-size: 12px;
	padding-top: 5px;
	clear: both;
}

#action {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 30px;
	border: 0;
	padding: 3px;
}

#action a, a.action {
	font-size: 14px;
	color: white;
	background-color: green;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height: 30px;

}
#action a:hover, a.action:hover, .oneColElsCtrHdr #mainContent input.button:hover {
	color: black;
	background-color: yellow;
}
a.action {
	margin-left: 8px;
}


.oneColElsCtrHdr #mainContent input, .oneColElsCtrHdr #mainContent textarea, .oneColElsCtrHdr #mainContent form {
	width: 400px;
	margin-top: 5px;
}
.oneColElsCtrHdr #mainContent input.date {
	width: 80px;
	margin-top: 5px;
}
.oneColElsCtrHdr #mainContent form {
	margin-bottom: 80px;
	padding-top: 2px;
	padding-left: 10px;
}
.oneColElsCtrHdr #mainContent label {
	font-weight: bold;	
}
.oneColElsCtrHdr #mainContent input.button {
	width: 120px;
	height: 26px;
	float: right;
	color: white;
	background-color: green;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid black;
	vertical-align: middle;
}
.oneColElsCtrHdr #mainContent #book form 
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.oneColElsCtrHdr #mainContent #book label, .oneColElsCtrHdr #mainContent #book input
{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.oneColElsCtrHdr #mainContent #book label, .oneColElsCtrHdr #mainContent #book input.option
{
	padding: 0;
	margin: 0;
	margin-left: 3px;
	width: 20px;	
}
.oneColElsCtrHdr #mainContent #book input.large
{
	width: 400px;	
}
.oneColElsCtrHdr #mainContent #book input.medium
{
	width: 200px;	
}
.oneColElsCtrHdr #mainContent #book input.small
{
	width: 100px;	
}
.oneColElsCtrHdr #mainContent #book input.micro
{
	width: 25px;	
}
.oneColElsCtrHdr #mainContent #book table
{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-color: #060;
	border: 0px solid #d8febc;
}
.oneColElsCtrHdr #mainContent #book table tr
{
	padding: 0;
	margin: 0;
}

table td.label 
{
	width: 30%;
	padding: 0;
	margin: 0;
}
table td.input
{
	width: 30%;
	padding: 0;
	margin: 0;
}
table td.error
{
	color: red;
}

table#requirements td.label
{
	width: 55%;
}
table#requirements td.input
{
	width: 25%;
}

table#disclaimer td.label
{
	width: 80%;
}
table#disclaimer td.input
{

}
table#course #title, table#course #reference, table#course #fee
{
	background-color: #d8febc;
	font-weight: bold;
}
.oneColElsCtrHdr #mainContent #book label
{
	margin-left: 0;
}
.oneColElsCtrHdr #mainContent #book fieldset
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 10px solid #d8febc;
	font-size: 12px;
}
.oneColElsCtrHdr #mainContent #book legend
{
	border: 0;
	font-size: 18px;
	font-weight: bold;
	color: #34640e;
}
.oneColElsCtrHdr #mainContent #news .title
{
	padding: 5px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 6px;
	background-color: #d8febc;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	color: #34640e;
}
.oneColElsCtrHdr #mainContent #news .detail
{
	margin-top: 0;
	margin-bottom: 24px;
	margin-left: 8px;
	text-align: justify;
}

.oneColElsCtrHdr #mainContent #images a
{
	border-color: green;
}
.oneColElsCtrHdr #mainContent #images img
{
	border-color: green;
	margin: 5px;
}

#coursefrom, #courseto, #exam1, #exam2
{
	width: 40px;
}

a.home, a.home img {
	border: 0px solid white;
	margin: 0;
	pading: 0;
}
.oneColElsCtrHdr #mainContent #home
{
	text-align: justify;
	font-size: 16px;
}
.oneColElsCtrHdr #mainContent #home img {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	right: clear;
	border: 1px solid black;
}
.oneColElsCtrHdr #mainContent #home ul li {
	margin-bottom: 10px;
}
.oneColElsCtrHdr #mainContent #home p {
	margin-top: 20px;
}
.oneColElsCtrHdr #mainContent #home h1 {
	margin-bottom: 0;
}

.oneColElsCtrHdr #mainContent #book input.button
{
	font-weight: bold;	
	float: none;
}