
/* zero everything */
* {
	padding: 0;
	margin: 0;
	}
	
/* stop link outlines in firefox */

a {outline: 0;}	
		
		
/* fonts */
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	}
	
p {
	font-size: 1.2em;
	margin: 0 0 16px 0;
	}
		
h2 {
	color: #fd8305;
	font-size: 1.8em;
	font-weight: normal;
	}
	
h2.panel {
	color: #fff;
	padding: 11px 0px 0px 15px;
	}	

h3 {
	color: #007dc6;
	font-size: 1.4em;
	margin: 12px 0;
	}
	
a {
	color: #fd8305;
	text-decoration: none;
	}
	
a.arrow {
	background: url(../../images/layout/bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
	}

h4 {
	color: #009ddc;
	font-size: 1.2em;
	margin: 12px 0;
	}

a:hover {
	text-decoration: underline;
	}
	
label {
	font-size: 1.2em;
	padding: 0 10px 0 0;
	display: block;
	}

label.noBlock {
	display: inline !important;
	}
	
.smaller {
	font-size: 1.0em;
	}
	
.highlight {
	color: #009ddc;
	}
		
/* Tables */

table {
	font-size: 1.2em;
	margin: 0 0 14px 0;
	}
	
th {
	color: #fff;
	text-align: left;
	background-color: #c3c3c3;
	padding: 16px 10px 16px 10px;
	}



td{
	line-height: 24px;
	}
	
td.line {
	border-bottom: #818181 1px solid;
	}

tr.colorOne {
	background-color: #e1e1e1;
	color: #00a5e5;
	}
	
tr.colorTwo {
	background-color: #e8e8e8;
	color: #00a5e5;
	}
	
table.course {
	width: 600px;
	margin: 0 0 40px 0;
	}
	
table.course td{
	padding: 8px 10px 4px 10px;
	}
	
table.apply label {
	font-size: 1.0em;
	}

table.apply h3 {
	font-size: 1.2em;
	}
	
	
	
/* Bullets */

ul {
	list-style-type: none;
	}

#pageContent ul {
	margin: 0 0 20px 0;
	}

#pageContent ul.noLink li {
	background: url(../../images/layout/bullet-blue.gif) no-repeat left 3px;
	}

#pageContent ul.link li {
	background: url(../../images/layout/bullet.gif) no-repeat left 3px;
	}
	
#pageContent ul li {
	background: url(../../images/layout/bullet.gif) no-repeat left 3px;
	line-height: 20px;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	}

ol {
	margin: 0 0 0 20px;
	}

ol li {
	line-height: 20px;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	}
	
#pageContent ul.noLink ol li {
	background-image: none;
	padding: 0;
	margin: 6px 0 0 20px;
	font-size: 1.0em;
	}
	
dl {
	font-size: 1.2em;
	}
	
dt {
	margin: 0 0 6px 0;
 	}
	
dd {
	margin: 0 0 16px 0;
	}
	
dl.links dt {
	color: #007dc6;
	}
	
#pageContent dd li {
	font-size: 1.0em;
	}
	
dd h3 {
	font-size: 1.1em;
	}
	
/* layout */

body {
	background: url(../../images/layout/bodyBg.jpg) repeat-x;
	}

#centreWrap {
	margin: 0 auto;
	width: 964px;
	background: url(../../images/layout/menu-bg-extender.gif) repeat-y;
	}
	
#topContainer {
	height: 144px;
	}
	
#footer {
	margin: 0 auto;
	width: 964px;
	background: url(../../images/layout/menu-bg-bottom.gif) no-repeat left bottom;
	height: 37px;
	}
	
h1 {
	float: left;
	width: 190px;
	height: 144px;
	}
	
h1 img {
	border: 0;
	}
	
#bannerImage {
	float: left;
	width: 773px;
	height: 144px;
	}
	
#leftMenu {
	float: left;
	width: 190px;
	background-color: #0049a0;
	font-size: 1.2em;
	}
	
#pageContent {
	float: left;
	width: 700px;
	padding: 15px;
	}
	
	
	
/* menu */

#leftMenu img {
	margin-bottom: -3px;
	}
	
#leftMenu ul ul {
	display: none;
	}
	
#leftMenu li {
	background: url(../../images/layout/menu-divider.gif) bottom repeat-x;
	}
#leftMenu li#blog a span {
	color:#FD8305;
	padding:0 0 0 5px;
}
	
#leftMenu li li {
	background-color: #007dc6;
	background-image: none;
	}
	
#leftMenu li a {
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	padding: 0 0 0 16px;
	}
	
#leftMenu li li a {
	padding: 0 0 0 20px;
	}
	
#leftMenu a:hover {
	color: #64d6ff;
	}
	
#iweb {
	padding: 0 0 0 12px;
	color: #dddddd;
	}
	
#iweb a {
	padding: 0;
	line-height: 14px;
	color: #dddddd;
	text-decoration: none;
	}
	
#iweb span {
	display: none;
	}
	

	
/* Forms */

.inputWidth{
	width: 148px;
	}


/* 2 column page layout */

div.colOne, div.colTwo {
	float: left;
	display: block;
	}
	
div.colOne {
	}
	
div.colTwo {
	}
	
/* Help me decide */

table#helpDecide {
	
	}

table#helpDecide h3 {
	margin: 0;
	}


#answer {
	background-color: #eeeded;
	padding: 16px;
	margin-bottom: 20px;
	}


/* Misc */

div.divider {
	background: url(../../images/layout/line.gif) repeat-x;
	}

	

.topMargin {
	margin-top: 16px;
	}
	
.bottMargin {
	margin-bottom: 16px;
	}

.message {
	color: #2cb7ea;
	}
	

	
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
			
.clearfix {display: inline-block;}
		
.clearfix {display:block;}
	
	
