/* 
Develop By JG & H Gamage
*/

<!-- 
*{
margin:0px;
padding:0px;
}
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #cc0202;
	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;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:underline;
color:#333333;
}


.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	float:left;
	background:#FFFFFF;
	width:752px;
	height:115px;
	border-left:#FFFFFF 24px solid;
	border-right:#FFFFFF 24px solid;
		
}



.oneColFixCtrHdr #header .headerleft{
	float:left;
	width:50%;
	height:auto;
	background-color:#FFFFFF;
	height:115px;
}

.oneColFixCtrHdr #header .headerright{
	float:left;
	width:50%;
	height:auto;
	background-color:#FFFs39;
	height:115px;
}
	

.oneColFixCtrHdr #header h1 {
	font-size:36px;
	color:#cd0104;
	margin-top:10px;
}

.oneColFixCtrHdr #header a{
	color:#cd0104;
	text-decoration:none;
}

.oneColFixCtrHdr #header h2 {
	font-size:26px;
	color:#898989;
	margin-top:10px;
	text-align:right;
}

.oneColFixCtrHdr #topbar {
	float:left;
	background:#FFFFFF;
	width:752px;
	height:170px;
	border-left:#FFFFFF 24px solid;
	border-right:#FFFFFF 24px solid;
}

.oneColFixCtrHdr #topbarleft {
	float:left;
	background:#d7d7d7;
	width:185px;
	height:170px;
	
}

.oneColFixCtrHdr #topbarright {
	float:left;
	background:#FFFFFF;
	width:541px;
	height:168px;
	margin-left:24px;
	border:#000000 1px solid;
	
}

.oneColFixCtrHdr #topbarleft .leftmenuitem{
	float:left;
	background:#d7d7d7;
	width:160px;
	height:23px;
	border-bottom:#c1bfbf 1px solid;
	padding-left:25px;
	padding-top:10px;
	font-size:12px;
	color:#000000;
	
}

.oneColFixCtrHdr #topbarleft .leftmenuitemselect{
	float:left;
	background:#c3bebe;
	width:160px;
	height:23px;
	border-bottom:#c1bfbf 1px solid;
	padding-left:25px;
	padding-top:10px;
	font-size:12px;
	color:#FFFFFF;
	
}



.oneColFixCtrHdr #mainContent {
	float:left;
	background:#FFFFFF;
	width:752px;
	height:100%;
	border-left:#FFFFFF 24px solid;
	border-right:#FFFFFF 24px solid;
}

.oneColFixCtrHdr #mainContentLeft {
	float:left;
	background:#FFFFFF;
	width:555px;
	margin-top:15px;
	margin-bottom:10px;
	
	
}

.oneColFixCtrHdr #mainContentLeft h1{
	float:left;
	width:545px;
	margin-top:10px;
	font-size:18px;
	color:#cd0005;
}

.oneColFixCtrHdr #mainContentLeft h2{
	float:left;
	width:545px;
	font-size:12px;
	margin-top:10px;
	color:#cd0005;

}

.oneColFixCtrHdr #mainContentLeft p{
	float:left;
	font-size:12px;
	text-align:justify;
	color:#000000;
	width:545px;
	margin-top:15px;
}

.oneColFixCtrHdr #mainContentLeft ul{
float:left;
display:block;
width:520px;
padding-left:10px;
padding-right:10px;
height:auto;
margin-top:10px;
margin-bottom:10px;
}


.oneColFixCtrHdr #mainContentLeft ol{
float:left;
display:block;
width:520px;
padding-left:10px;
padding-right:10px;
height:auto;
margin-top:10px;
margin-bottom:10px;
}

.oneColFixCtrHdr #mainContentLeft li{
margin-top:10px;
margin-left:25px;
list-style-position:outside;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align: justify;
}


.oneColFixCtrHdr #mainContentRight {
	float:left;
	background:#FFFFFF;
	width:197px;
	margin-top:15px;
	margin-bottom:15px;
	
}

.oneColFixCtrHdr #mainContentRight .contactusbtn{
float:left;
width:197px;
height:auto;
border:0px;
}


.oneColFixCtrHdr #footer {
	float:left;
	height:130px;
	background-color:#cc0202;
	padding-top:10px;
	border-left:#cc0202 24px solid;
	border-right:#cc0202 24px solid;
	

}
.oneColFixCtrHdr #footer p {
	float:left;
	width:752px;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;	
}

.oneColFixCtrHdr #footer a{
color:#FFFFFF;
}
-->