html {
    overflow-y:scroll;
    }

/* ::::::::::: Body :::::::::::: */

body {
	margin:0;
	font-family:tahoma,verdana,arial;
	font-size:0.7em;
	background-color:#e9edf4;
	color:#363636;
	text-align:center;
	}

a {
	text-decoration:none;
	color:#1458c3;
	}

a:hover {
	text-decoration:underline;
	}

a:visited {
	color:#1458c3;
	}

input, select, textarea {
	font-size:1em;
	font-family:tahoma,verdana, arial;
	color:#363636;
	}

img {
	border:0px;
	}

label {
	font-weight:bold;
	}

label.check, label.radio {
	font-weight:normal;
	text-align:left;
	margin-left:0px;
	}

.clear {
	clear:both;
	}

/* ::::::::::: Container :::::::::::: */

.mainContainer {
    width:970px;
    margin-left:auto;
	margin-right:auto;
	text-align:left;	
    }

.container {
	width:760px;
	float:left;
	overflow:visible;
	}

/* ::::::::::: Top Header :::::::::::: */

.header {
	background:#75a201 url('../images/core/defaultHeader-BG.gif') repeat-x top left;
	height:100%;
	}

.headerLeft {
	clear:both;
	margin:0;
	padding:0;
	float:left;
	width:300px;
	}

.logo {	
	padding:8px 0 8px 8px;
	margin:0;
	}

.logo a {
	display:inline-block;
	height:40px;
	width:149px;
	}

/* ::::::::::: Navigation bar :::::::::::: */

.nav {
	clear:both;
	width:760px;
	overflow:hidden;
	background:url('../images/core/navLeft.gif') no-repeat bottom left;
	
	}

.nav ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
	background:url('../images/core/navRight.gif') no-repeat bottom right;
	}

.nav li {
	float:left;
	font-size:1.2em;
	font-family:verdana;
	font-weight:bold;
	margin:0;
	padding:0 10px;
	line-height:1.95em;
	}

.right {
	border-right:1px solid #dcff29;
	}

li.leftHome {
	padding-left:38px;
	}

.nav a, .nav a:hover, .nav a:visited {
	color:#fff;
	}

/* ::::::::::: Main :::::::::::: */

.main {
	width:760px;
	margin:0;
	padding:0;
	overflow: hidden;
	background:#e9edf4 url('../images/core/mainContentBG.gif') repeat-y top left;
	}

.contentHeaderBG {
	margin-top:3px;
	background:#a9adb1 url('../images/core/mainBackground-Default.gif') repeat-x bottom left;
	margin-bottom:3px;
	}

.contentHeader {
	color:#fff;
	width:760px;
	}

.contentHeader h1 {
	font-size:1.6em;
	padding:5px 0 2px 7px;
	margin:0;
	background:url('../images/core/contentHeaderTopRight.gif') no-repeat top right;
	}

.contentHeader p {
	font-size:1.1em;
	margin:0;
	padding:0 0 5px 7px;
	background:url('../images/core/contentHeaderBottomRight.gif') no-repeat bottom right;
	}

.contentHeadingDescription {
	background:url('../images/core/contentHeaderBottomLeft.gif') no-repeat bottom left;
	}

.contentHeading {
	background:url('../images/core/contentHeaderTopLeft.gif') no-repeat top left;
	}

/* ::::::::::: Content :::::::::::: */

.contentNoSearch {
	width:760px;
	overflow:hidden;
	height:100%;
	margin:0;
	padding:0;
	background:#fff url('../images/core/contentRight-Default.gif') no-repeat top right;
	}

.contentPageHeader {
	background:url('../images/core/contentLeft-Default.gif') no-repeat top left;
	}

.contentPage {
	padding:0 10px;
	margin:0 0 10px 0;
	}

.contentPageHeader h2 {
	padding:12px 5px 10px 10px;
	margin:0 5px 8px 0;
	font-size:1.6em;
	color:#709c04;
	}

/* ::::::::::: Container Corners :::::::::::: */

.topLeft {
	background:url('../images/core/containerTLeft-White.gif') no-repeat left top;
	width:10px;
	height:10px;
	float:left;
	position:relative;
	margin-left:-1px;
	margin-top:-1px;	
	}

.topRight {
	background:url('../images/core/containerTRight-White.gif') no-repeat right top;
	width:10px;
	height:10px;
	position:relative;
	margin-right:-1px;
	margin-top:-1px;
	float:right;
	}

.bottomLeft {
	background:url('../images/core/containerBLeft-White.gif') no-repeat left bottom;
	float:left;
	width:10px;
	height:10px;
	position:relative;
	margin-left:-1px;
	margin-bottom:-1px;
	}

.bottomRight {
	background:url('../images/core/containerBRight-White.gif') no-repeat right bottom;
	height:10px;
	position:relative;
	margin-right:-1px;
	margin-bottom:-1px;
	}

.bottomLeft {
	clear:both;
	left:-1px;
	margin-left:0;
	}

.bottomRight {
	float:right;
	width:10px;
	}

.trainingCourse,
.promotionPanel {
	float:left;
	border: solid 1px #bfd9ff;
	background:url('../images/core/containerBG-White.gif') repeat-x;
	margin:0 0 2px 3px;
	padding:0;
	}

.trainingCourse {
	width:730px;
	}

.promotionPanel {
	width:363px;
	margin:3px 0 8px 3px;
	}

.trainingCourse p,
.promotionPanel p {
	margin:3px 10px;
	}

.trainingCourse h2,
.promotionPanel h2 {
	color:#618502;
	font-size:1.2em;
	line-height:8px;
	padding:12px 5px 5px 10px;
	margin:0 5px 8px 0;
	}

.trainingCourse ul {
	float:left;
	margin:0;
	padding:0 0 10px 0;
	}

.trainingCourse li {
	list-style:none;
	padding:3px;
	font-weight:bold;
	background:url('../images/core/courseChevron.gif') no-repeat  left 5px;
	padding-left:10px;
	margin-left:35px;
	}

.coursePanelLink {
	clear:both;
	background:url('../images/core/CourseLink.gif') no-repeat right;
	text-align:right;
	font-weight:bold;
	padding:3px 25px 3px 5px;
	margin-right:5px;
	}


/* ::::::::::: Form :::::::::::: */

fieldset {
    border:none;
	margin:0;
	padding:0 0 10px 10px;
    }

label {
    float:left;
    text-align:right;
    width:260px;
    padding-right:5px;
    line-height:1.5em;
	}

fieldset div {
	clear:left;
	padding:3px 0;
	overflow:hidden;
	height:100%;
	}

.informationPosition {
	margin-left:268px;
	padding:0;
	}

.informationPosition ul {
	margin-top:2px;
	margin-bottom:0;
	}

.informationPosition li {
	list-style:none;
	}

.inputSearch {
	margin:8px 8px 20px 350px; 
	padding:3px; 
	font-size:1.2em;
	border:1px solid;
	background:#75a201; 
	color:#fff;
	font-weight:bold;
	} 
/* ::::::::::: Footer :::::::::::: */

.footer {
	clear:both;
	float:left;
	margin:0;
	width:760px;
	background:url('../images/core/footerBG.gif') repeat-x top left;
	}

.footer ul {
	margin:0;
	padding:18px 6px 10px 6px;
	text-align:center;
	}

.footer li {
	display:inline;
	padding:2px 2px;
	font-family:verdana;
	font-size:0.9em;
	font-weight:bold;
	color:#5d76ac;
	}

.footer a {
	color:#5d76ac;
	}

.footer a:hover, .footer a:visited {
	color:#3f5690;	
	}
