/* CSS Document */

/* -------------------------------------------- format-------- */
body {
	margin: 0px;		/* ------- stops Mozilla adding margin -------- */
	background: #FFFFFF;
	}
/* -------------------------------------defaultlinks---- */
a {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;		
	}

a:hover {
	color: #990636;
	text-decoration: underline;
	background: #FFFFFF;
	border: none 0px #cccccc;	
	}

/* -----------------------------------------default text---- */
h1 {
	font: 40px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 50px;
	margin-bottom: 15px;
	}

h2 {
	font: bold large Arial, sans-serif;
	color: #990636;
	margin-top: 12px;
	}

h3 {
	font: 15px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 10px;
	margin-bottom: 2px;
	}

h4 {
	font: 10px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-left: 10px;
	}

h5 {
	display: block;
	font: 12px Arial, sans-serif;
	color: #393969;
	margin-top: 1px;
	margin-bottom: 1px;
	}

h6 {
	font: 12px Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	}		

p {
	font: 12px Arial, sans-serif;
	color: #000000;
	}

# hr {
	color: #A5B5C6;
	height: 1px;
	width: 90%;
	margin: 6px 10px 12px 10px;
	}
/* ----------------------------------------- top banner area ---- */
#top {
	padding: 0px;
	margin: 0px  0px  0px  0px;
	background: #ffffff url(../images/bar.gif) center repeat-x;
	border-bottom: 0px none #cccccc;
	}

div#topcontent {
	position: absolute;
	top: 0;
	left: 258px;
	margin: 0;
	height: 170px;
	width: 600px;
	}	

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 400px;
	background-color: transparent;
	}

div#top a:hover {
	background-color: transparent;
	}

/* ----------------------------------------- top banner links image ---- */
a img {
	border: 0px none;
	background-color: transparent;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

/* ----------------------------------------- menu---- */
div#menu {
	position: absolute;
	left: 250px;
	top: 12px;
	margin: 0px;
	z-index: 15;
	visibility: visible;
	width: 600px;
	height: 15px;
	}
	
	/* ----------------------------access to course material---- */
div#access {
	position: absolute;
	left: 400px;
	top: 24px;
	margin: 0px;
	z-index: 18;
	visibility: hidden;
	width: 160px;
	text-align: left;
	padding: 20px;
	background:#fff;
	background-image: url(../images/lftbg.jpg);
	border: 1px solid #ccc;
	}
	
div#access a {
	display: block;			/* makes the background hover effect work in Mozilla */
	margin: 8px 0px 10px 0px;
	background: #FFFFFF;
	}
div#access a:hover {
	text-decoration: none;
	border: solid 1px #cccccc;	
	}
/* ------ left panel ---- */
#left { position: absolute; top: 208px; left: 0px; width: 225px; margin: 0px; padding: 0px; color: #000000; border-right: 0px solid #bcd; background-color:#bacad3; background-image: url(../images/lftbg.jpg); background-repeat:repeat-x; 	}

#left a {
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	text-decoration: underline;
	margin-top: 2px;
	margin-bottom: 0px;	
	padding: 1px;		
	}

#left a:hover {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #CCCCCC;
	background-color:#FFFFFF;	
	}

#left h2 {
	font: 15px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 10px;
	}

#left h3 {
	font:  12px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 10px;
	}

#left p {
	font: 12px Arial, sans-serif;
	color: #393969;
	margin: 6px 10px 6px 20px;
	}

#left h6 {
	font: 11px Arial, sans-serif;
	font-weight: normal;
	color: #393969;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	}

#left hr {
	color: #A5B5C6;
	height: 1px;
	width: 90%;
	margin: 6px 10px 12px 10px;
	}

/* ----------------------------------------- center content ---- */	
#center {
	margin: 0 40px 0 260px; 
	padding: 0;
	background: transparent;
	color: #393969;
	}

#center h2 {
	font: 18px Arial, sans-serif;
	font-weight: bold;
	color: #990033;
	margin-top: 18px;
	margin-bottom: 18px;
	}

#center h3 {
	font: 15px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 2px;
	margin-bottom: 2px;
	}

#center p {
	font: 12px Arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 26px;
	}
#center h5 {
	font: 20px Arial, sans-serif;
	font-weight: bold;
	color: #393969;
	margin-top: 20px;
	margin-bottom: 10px;
	}
h6 {
	font: 12px Arial, sans-serif;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
	}		

#center job {
	color: #000000;
	font: 18px Arial, sans-serif;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	}
/* --------- style ofor FREE offer of stats course ---- */
.fee {
	display: block;
	color: #999999;
	font: 11px Arial, sans-serif;
	text-align: right;
	margin-right: 10px;
	}

.org {
	color: #990636;
	font: 12px Arial, sans-serif;
	margin-top: 1px;
	}
	
.free {
	font: 18px Arial, sans-serif;
	font-style: italic;
	background-color: #990636;
	color: #FFFFFF;
	padding: 2;
	}

.date {
	display: block;
	color: #393969;
	font: 10px Arial, sans-serif;
	margin-top: 1px;
	margin-left: 0px;
	}

.author {
	display: block;
	color: #333333;
	font: 12px Times New Roman, Georgia, serif;
	margin: 0px;
	}
.article {
	display: block;
	color: #000000;
	background: #F7F7F7;
	font: 12px Times New Roman, Georgia, serif;
	margin: 0px;
}

/* ----------------------------------------- footer ---- */
#footer {
	margin-top: 10px;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	color: #336699;
	padding: 0;
	}

#footer p {
	font: 10px Arial, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	}
/* -----------------------------------search form and button ---- */
div#topcontent form {
	position: absolute;
	left: 0px;
	top: 35px;
	margin: 0px;
	}

.textbox {
	padding: 4px;
	font:  10px verdana, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

.button {
	padding: 2px;
	font: 10px verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #cccccc;
	background-color: #f7f7f7;
	border: 1px solid #ffffff;
	}