
/*  General Links */

a:link {
	color: blue;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}

a:active {
	color: red;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}
a:visited {
	color: orange;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}
a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid;
}


/* General Settings */

body {
	width: 1000px;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}

ul {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 0px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

em {font-weight: bold;
		font-style: normal;
}


/* Containers */

#hcontainer {
	height: 80px;
	border: solid 1px;
	color: white;
	text-align: center;
	border-color: #d7dbdf;
	background: #426ae3;

}

#mcontainer {
	border: solid 1px;
	border-color: #d7dbdf;
}

#header {
	padding: 10px;
	font-size: large;
}

#main {
	background-color: white;
	float: left;
	width: 500px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

#ixmain {
	color: #803600;
    font-size:xx-large;
    background-color: white;
	background-image: url(images/cover.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 500px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}

#widemain {
	float: left;
	width: 800px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
}

#rightbar {
	background-color: #d7dbdf;
	float: left;
	width: 280px;
	padding: 5px;
	margin-right: 0;
	margin-left: 0;
	font-size: 0.9em;
}

#footer {
	clear: left;
	padding: 10px;
	background: #d7dbdf;
	font-size: 0.8em;
}

#leftcol {
	float: left;
	width: 330px;
}

#cntrcol {
	float: left;
	width: 330px;
}
	
#rightcol {
	float: left;
	width: 330px;
}

/* Main Menu Links */

#mlinks a:link, a:visited {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#mlinks a:active {
	color: #426ae3;
	font-weight: bold;
	text-decoration: underline;
	border-style: none;
}

#mlinks a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#mlinks {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}


#mlinks li {
	float: left;
	width: 10%;
	list-style: none;
	margin: 1px 5px 0px 5px;
	padding: 0;
	padding-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
}


/* Courses pages menu links */

#slinks a:link, a:visited {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#slinks a:active {
	color: #426ae3;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#slinks a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#slinks {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 2px 0 2px 0;
	background: gray;
	text-align: center;
}

#slinks li {
	float: left;
	width: 10%;
	list-style: none;
	margin: 1px 5px 0px 5px;
	padding: 0;
	padding-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
}


/* Courses pages timetable links */

#tlinks a:link, a:visited {
	color: white;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#tlinks a:active {
	color: #426ae3;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#tlinks a:hover {
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#tlinks {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 2px 0 2px 0;
	background-color: #999999;
	text-align: center;
}

#tlinks li {
	float: left;
	width: 20%;
	list-style: none;
	margin: 1px 5px 0px 5px;
	padding: 0;
	padding-bottom: 5px;
	font-size: .9em;
	font-weight: bold;
}


/* Current Link */

#curlink {
	color: black;
	background-color: white;
	text-align: center;
}	

#curlink a:link, #curlink a:visited {
	color: black;
	background-color: white;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

#curlink a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	border-style: none;
}

/* Extra Links */

#extralinks a:link, #extralinks a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
}

#extralinks a:hover, #extralinks a:active {
	color: red;
	text-decoration: underline;
	font-weight: normal;
	border-bottom: none;
}

#extralinks {
	background-color: white;
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 0;
	margin-left: 20px;
	font-size: 0.8em;
}

#extralinks li {
	list-style: none;
	margin-bottom: 0.5em;
}




/* Class selectors */

/* course box */
.crsbx {
	margin: 2px 5px 0px 5px;
	font-size: 0.9em;
	border-bottom: 1px solid;
	border-color: #d7dbdf;
}

.crsbx a:link, .crsbx a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.9em;
	border: 0;
}

.crsbx a:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.9em;
	border: 0;
}

/* tutor profile box */
.tutorbx {
	margin: 2px 2px 2px 2px;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #d7dbdf;
}

/*image box*/
.imgbx {
	margin: 0px 2px 2px 2px;
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #d7dbdf;
	text-align: center;
}

/* Miscellaneous */
.bigtext {
	font-size: 1.2em;
	font-weight: bold;
	color: #803600;
}

.crstitle {
	font-size: 1em;
	font-weight: bold;
	color: blue;
	text-align: center;
	padding-top: 5px;
}

.info {
	font-size: 0.9em;
	font-weight: bold;	
	color: black;
	background-color: #D6E0DF;
	margin-top: 5px;
}

.infoem {
	text-decoration: underline;
}



