* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

/*

bg colour option = 1.#2c2c2c
                   2.#8b8b8b

*/

body {
	background:#8b8b8b url(images/bg4.gif) top left fixed repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wrapper {
	background:url(images/bgTrans.png) 100% top;
	width:800px;
	margin:0 auto;
	padding:0 10px;
}

#top {
	height:128px;
	margin:0;
	padding:0;
}

.logo {
	background:url(images/logobaru1.png) top left no-repeat;
	width:296px;
	height:127px;
	float:left;
}

.datetime {
	background:url(images/dateBg.png) top left no-repeat;
	float:right;
	width:313px;
	height:35px;
}

.clock-dates {
	font-family:"Segoe UI", Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4b4f58;
	margin:7px 0 0 38px;
}

.clock-dates .form {
	font-family:"Segoe UI", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b4f58;
	margin-left:30px;
	background:none;
	border:none;
}

.motto {
	background:url(images/newMotto.png) bottom right no-repeat;
	width:311px;
	height:47px;
	float:right;
}

.left {
	float:left;
	background:url(images/sideleft.png) top left no-repeat;
	width:5px;
	height:31px;
	padding:0;
}

.right {
	float:right;
	background:url(images/sideright.png) top right no-repeat;
	width:5px;
	height:31px;
	padding:0;
}

#mainmenu {
	background:url(images/bgnav2.png) top repeat-x;
	width:790px;
	height:31px;
	float:left;
	position:relative;
	z-index:2;
}

/******************************************************

#mainmenu ul {
	margin:0;
	padding:0 3px;
	list-style-type:none;
}

#mainmenu ul li {
	display:block;
	float:left;
}

#mainmenu ul li a {
	display:block;
	float:left;
	width:98px;
	height:23px;
	margin:0;
	padding-top:8px;
	text-decoration:none;
	text-align:center;
	color:#9e9e9e;
}

#mainmenu ul li a:hover {
	background:url(images/menuHover.png) bottom no-repeat;
	height:23px;
	color:#fff;
}

#mainmenu ul li a.active {
	background:url(images/menuHover.png) bottom no-repeat;
	height:23px;
	color:#fff;
}

.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	background-color:#020202;
}

.menu a {
	color:#e6e6e6;
	display:block;
	padding:3px 10px;
	text-decoration:none;
	background-color:transparent;
}

.menu a:hover {
	background-color:#039;
	color:#FAF7E1;
}

*******************************************************/

.navshadow {
	background:url(images/nav-shadow.png) bottom no-repeat;
	height:6px;
	clear:both;
}

#midColl {
	margin:25px 0 20px;
	width:800px;
	padding:0;
	position:relative;
}

#myController {
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:12px;
}

#myController span{
	background:url(images/tabStatic.png) center no-repeat;
	display:block;
	float:left;
	width:199px;
	height:27px;
	margin-right:1px;
	padding-top:13px;
}

#jFlowSlide{
	background:url(images/midBg.png) top left no-repeat;
	clear:both;
	margin:0;
}

#IT {
	background:url(images/IT.png) bottom right no-repeat;
	width:800px;
	height:257px;
}

#COMM {
	background:url(images/COMM.png) bottom right no-repeat;
	width:800px;
	height:257px;
}

#SEC {
	background:url(images/SEC.png) bottom right no-repeat;
	width:800px;
	height:257px;
}

#TNA{
	background:url(images/TNA.png) bottom right no-repeat;
	width:800px;
	height:257px;
}

#IT .title, #COMM .title, #SEC .title, #TNA .title {
	font-size:30px;
	padding:15px 20px;
	display:inline-block;
}

#IT .content, #COMM .content, #SEC .content, #TNA .content {
	width:320px;
	margin-left:20px;
	font-size:1.1em;
	line-height:17px;
}

#IT .links, #COMM .links, #SEC .links, #TNA .links {
	width:300px;
	margin:15px 45px;
	font-size:11px;
	line-height:17px;
}

#IT .links ul, #COMM .links ul, #SEC .links ul, #TNA .links ul {
	list-style:url(images/ticker.png);
	margin:0;
	padding:0;
}

#IT .links ul li, #COMM .links ul li, #SEC .links ul li, #TNA .links ul li {
	background:url(images/midsep.png) bottom no-repeat;
	width:223px;
	height:20px;
}

#IT .links ul li a, #COMM .links ul li a, #SEC .links ul li a, #TNA .links ul li a {
	display:block;
	text-decoration:none;
	color:#333;
}

#IT .links ul li a:hover, #COMM .links ul li a:hover, #SEC .links ul li a:hover, #TNA .links ul li a:hover {
	color:#65a3c8;
}

#myController span.jFlowSelected {
	color:#1c1c1e;
	display:block;
	float:left;
	background:url(images/tabHover.png) top no-repeat;
	width:200px;
	height:27px;
	margin:0;
}

.funcSlide {
	cursor:pointer;
}

.funcSlide .title:hover {
	color:#c40000;
}

.jFlowPrev {
	background:url(images/larrow.png) top left no-repeat;
	cursor:pointer;
	position:absolute;
	width:33px;
	height:26px;
	top:256px;
	left:20px;
}

.jFlowPrev:hover{
	background:url(images/larrowHover.png) top left no-repeat;
}

.jFlowNext{
	background:url(images/rarrow.png) top right no-repeat;
	cursor:pointer;
	position:absolute;
	width:33px;
	height:26px;
	top:256px;
	left:300px;
}

.jFlowNext:hover{
	background:url(images/rarrowHover.png) top left no-repeat;
}

.topCon {
	background:url(images/topCon.png) top no-repeat;
	height:16px;
}

#mainContent {
	background:#1a1a1e;
	width:800px;
	overflow:hidden;
	line-height:18px;
}

#mainContent img {
	padding:20px;
	border:0;
}

#mainContent h3 {
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	padding:15px;
}

#mainContent p {
	color:#fff;
	font-size:12px;
	padding:0 15px;
}

#mainContent ul {
	list-style:url(images/bulletArrow.gif);
	color:#fff;
	padding:15px;
	font-size:1em;
}

#mainContent ul li {
	margin:5px 15px;
	padding:0;
}

#flash-banner {
	background:url(images/flash-banner.png) top center no-repeat;
	height:182px;
	margin:11px 0;
}

.breadcrum {
	background:url(images/toptitle.png) top left no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	padding:9px 15px;
}

.breadcrum a {
	text-decoration:none;
	color:#09F;
}

.breadcrum a:hover {
	text-decoration:underline;
	color:#06F;
}

#mainCon {
	background:#1a1a1e;
	width:800px;
	overflow:hidden;
	line-height:18px;
}

#mainCon td {
	font-size:12px;
	color:#fff;
}

.formBlockSurveyTable {
	padding:10px;
	color:#fff;
	font-size:12px;
}

#mainCon img {
	margin-right:10px;
	border:0;
}

#mainCon h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
	padding:10px 15px;
}

#mainCon p {
	color:#fff;
	font-size:12px;
	padding:10px 15px;
}

#mainCon ul {
	list-style:url(images/bulletArrow.gif);
	color:#fff;
	padding:15px;
}

#mainCon ul li {
	margin:5px 15px;
	padding:0;
}

#mainCon2 {
	background:#fff;
	width:800px;
	overflow:hidden;
	line-height:18px;
}

#mainCon2 td {
	font-size:12px;
	color:#333;
	padding:5px 0;
}

#mainCon2 img {
	margin-right:10px;
	border:0;
}

#mainCon2 h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:12px;
	padding:10px 15px;
}

#mainCon2 p {
	color:#333;
	font-size:1.1em;
	padding:10px 15px;
}

#mainCon2 ul {
	list-style:url(images/bulletArrow.gif);
	color:#333;
	padding:15px;
}

#mainCon2 ul li {
	margin:5px 15px;
	padding:0;
}

.topCon3 {
	background:url(images/topBar.png) top center no-repeat;
	width:800px;
	height:14px;

}

#mainCon3 {
	background:url(images/bgBar.gif) top center repeat-y;
	width:800px;
	line-height:18px;
}

.myCon3 {
	float:left;
	width:555px;
}

.myCon3 h3 {
	background:url(images/mySep.png) bottom center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:12px;
	padding:0 0 10px;
	margin:0 15px;
}

.myCon3 img {
	margin-left:10px;
	padding:0;
	border:none;
}

.myCon3 p {
	color:#333;
	font-size:1.1em;
	padding:10px 15px;
	text-align:justify;
}

.myCon3 ul {
	list-style:url(images/bulletArrow.gif);
	color:#333;
	padding:0 15px;
}

.myCon3 ul li {
	margin:0 15px;
	padding:5px 0;
}

.sidebar {
	width:245px;
	float:right;
}

.sidebar a {
	text-decoration:none;
	color:#09F;
}

.sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	font-size:12px;
	padding:0 15px 5px;
}

.sidebar h2 a {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
    color:#fff;
	padding:0 5px 5px;
}

.sidebar h2 a:hover {
    color:#09F;
}

.clearCon {
	clear:both;
}

.botContent {
	background:url(images/contentBot.png) top no-repeat;
	height:14px;
	padding:0;
}

.botContent2 {
	background:url(images/contentBot2.png) top no-repeat;
	height:14px;
	padding:0;
}

.botContent3 {
	background:url(images/botBar.png) top no-repeat;
	height:34px;
	padding:0;
	clear:both;
}

#botColl {
	width:800px;
	margin:15px 0 0 0;
	padding:0;
}

#announce {
	float:left;
	width:515px;
}

.topAnn {
	background:url(images/topAnn.png) top left no-repeat;
	width:508px;
	height:41px;
}

.topAnn h3 {
	padding-top:15px;
	text-transform:uppercase;
	font-size:12px;
}

.conAnn {
	background:#e1e1e1;
	width:508px;
}

.conAnn p {
	padding:7px;
	font-size:12px;
}

.botAnn {
	background:url(images/botAnn.png) top left no-repeat;
	width:508px;
	height:33px;
}

#boxer {
	float:left;
	width:250px;
	margin-left:5px;
}

#boxer2{
	float:left;
	width:250px;
	margin:0 20px;
}

#boxer3{
	float:right;
	width:250px;
	margin-right:5px;
}

.tassist {
	cursor:pointer;
	background:url(images/train-assist.png) top center no-repeat;
	height:130px;
}

.tassist:hover {
	background:url(images/train-assist-hover.png) top center no-repeat;
	height:130px;
}

.tassist p {
	padding:45px 10px 10px;
	text-align:justify;
}

.ccs {
	cursor:pointer;
	background:url(images/ccs.png) top center no-repeat;
	height:130px;
}

.ccs:hover {
	background:url(images/ccs-hover.png) top center no-repeat;
	height:130px;
}

.ccs p {
	padding:45px 10px 10px;
	text-align:justify;
}

.raptivity {
	cursor:pointer;
	background:url(images/raptivity.png) top center no-repeat;
	height:130px;
}

.raptivity:hover {
	background:url(images/raptivity-hover.png) top center no-repeat;
	height:130px;
}

.raptivity p {
	padding:50px 10px 10px;
	text-align:justify;
}

.pds {
	cursor:pointer;
	background:url(images/pds.png) top center no-repeat;
	height:130px;
	margin-top:10px;
}

.pds:hover {
	background:url(images/pds-hover.png) top center no-repeat;
	height:130px;
}

.pds p {
	padding:45px 10px 10px;
	text-align:justify;
}

.coms{
	cursor:pointer;
	background:url(images/coms.png) top center no-repeat;
	height:130px;
	margin-top:10px;
}

.coms:hover {
	background:url(images/coms-hover.png) top center no-repeat;
	height:130px;
}

.coms p {
	padding:45px 10px 10px;
	text-align:justify;
}

.clear {
	clear:both;
	height:20px;
}

.footer {
	background:url(images/footbg.png) top left no-repeat;
	height:32px;
	text-align:center;
	color:#fff;
	padding-bottom:10px;
}

.footer p {
	padding-top:10px;
}

.footer a {
	color:#09F;
}

.myAccBar {/*header of 1st demo*/
	background:#E1E1E1 url(images/plus.png) 98% center no-repeat;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	font-size:12px;
	padding:5px;
	margin:0 15px;
	cursor: pointer;
	border-top:1px #F5F5F5 solid;
	border-bottom:1px #ccc solid;
}

.openpet {/*class added to contents of 1st demo when they are open*/
	background:#666 url(images/minus.png) 98% center no-repeat;
	color:#fff;
}

.myAccCon {
	margin:0 15px;
	padding:0 4px 20px;
	text-align:justify;
    background:#fff;
}

.myConTable {
    border:1px #ccc solid;
}

.myConTable td {
    padding:5px;
}

.mytable td {
    padding:5px;
}