/*  Eplanation:
	Puts a 100px padding at top of body and a 50px padding at bottom op body. 
	Fixed positioning for header and footer in all browsers except IE Windows.
	Scrolling is a problem for IE in general and Safari it seems. That is what the overflow hack is about
*/
 body{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
 }

p.new {
	clear:both;
}
.survey{width:80%; padding:5px; background-color:#EFEFEF; border:2px solid #0C7474;}
.survey_question{ font-weight:bold;}
#header{
  padding:0 0 0 0;
  background-image:url(images/banner.jpg);
  background-repeat:no-repeat;
  background-position: 0 0;
  background-color:#0C7474;
 }


#content{ 
	margin: 10px 0 0 10px;
	float: left;
	width:80%;
}
#contentNarrow{
	margin: 10px 0 0 10px;
	float: left;
	width:61%;
}

#sidebar {
	float:right;
	width:35%
	}

#sidebar #news {
	margin:10% 0 0 10%;
	width:85%;
	background-color:#0C7474;
}
#footer {
visibility:hidden;
	clear:both;
	border-top:20px solid white;
	background: #333;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family:Palatino, Arial;
	font-style: italic;
	font-size:100%;
	color:#fff;
	height:20px;
}

.highlight {
	background-color:#B4E2E2;
	padding:5px;
	font-weight:bold;
}

h1 {
	font-family:Palatino, Arial;
	color:#B9362E;
	font-style: italic;
	font-size:140%;
	
} 
h2 {
	font-family:Palatino, Arial;
	color:#000;
	font-style: italic;
	font-size:110%;
		margin:20px 0 0 0;
	
} 
h3{
	font-family:Palatino, Arial;
	color:#333;
	font-style: italic;
	font-size:110%;
	margin:5px 0 5px 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #0C7474;
	border-bottom: 1px solid #0C7474;
	background-color: #DAE5DF;
	
} 
.centre {
	font-family:Palatino, Arial;
	color:#000;
	font-weight:bold;
	font-size:120%;
	
} 

.header{
	font-family:Arial;
	font-size:100%;
  	color:  #fff;
	position:relative; 
	padding: 2px 0 0 430px;
	text-shadow: #000000 2px -2px 2px; 
	margin:0 0 10px 0; 	
}
.header strong{
	font-family:Palatino;
	font-weight:bolder;
	font-style: italic;
	font-size:180%;
	line-height:120%;
	letter-spacing: -1px; 
}
.indent{
	margin-left:20px;
}
a:link {
	color:#073232;
}
a:visited {
	color: #0C7474;
}
#content a:hover {
	color: #000;
	background-color:#B4E2E2;
}


/*TOP MENU NAVIGATION*/
#header ul{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type: none;
	background-color:#C8D7D7;
	border-top: 5px solid #0C7474;
}

#header li{
	background-color:#C8D7D7;
  	display: inline;
  	padding:0 15px 0 15px;
	font-family:Arial,Helvetica;
	font-size:120%;
	margin:0;
			
 }
#header li a:link{
	color:#000;
	text-decoration:none;
	
}
#header li a:visited{
	color:#000;
	text-decoration:none;
}
#header li.on{
	background-color:#0C7474;
	margin-bottom: 5px;
}
#header li.on a:link{
	color:#fff;
}
#header li.on a:visited{
	color:#fff;
}

 
 /*LEVEL 2 NAVIGATION*/
#header #nav ul.submenu{
 	padding:5px 0 0 0;
 	margin:4px 0 0 0;
 	background-color:#fff;
	color:#35403a;
	list-style-type: none;
	border-bottom: 5px solid #fff;
}

#header #nav ul.submenu li{
	padding:0 0 0 5px;
	background:url("images/rightoff.gif")
	no-repeat right top; 
  	display: inline;
	font-family:Arial,Helvetica;
	font-size:90%;
	font-weight:normal;
 }
 
 #header #nav ul.submenu a {
	background:url("images/leftoff.gif")
	no-repeat left top;
	background-color: #B4E2E2;
	padding:5px 5px 5px 5px;
	margin:0;
} 


#header #nav ul.submenu li.on{
	color:#fff;
	background:url("images/righton.gif")
	no-repeat right top;
	background-color:#fff;
  	display: inline;
	font-family:Arial,Helvetica;
	font-size:90%;
	font-weight:normal;	
}

 	#header #nav ul.submenu li.on a {
	background:url("images/lefton.gif")
	no-repeat left top;
	background-color:#0C7474;
	margin-right:-2px;
} 

/*BOX*/



#sidebar P{
	background-color:#C8D7D7;
	padding:10px 10px 10px 10px;
	border-left:10px solid #0C7474;
	border-right:10px solid #0C7474;
	font-size:80%;
}
#sidebar table{
	background-color:#C8D7D7;
	padding:0 0 0 10px;
	border-left:10px solid #0C7474;
	border-right:10px solid #0C7474;
	font-size:80%;
}
#sidebar h2{
	margin:0;
	padding: 0 5px 0 5px;
	text-align: center;
	font-size:100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
 }

#sidebar #newstop { 
        background: url(images/toprightgr.gif) no-repeat top right; 
}

#sidebar #newsbottom {
        background: url(images/botrightgr.gif) no-repeat top right; 
		border-bottom:1px solid #fff;
}

img.corner {
   border: none;
   display: block /*!important;*/
}
img.left {
   float:left;
   margin: 0 15px 10px 0;
}
img.padRight {
   margin-right:30px;
} 
 
 /*CONTENT COLUMN*/
#content #rightText{
	position: absolute;
	top: 0;
	left: 30%;
	width:65%;	
	background-color:#fff;
	padding-bottom:20px;
}

 /*CONTENT COLUMN FOR WHOLE PAGE*/
#content #rightTextWhole{
	position: absolute;
	top:0;
	left: 20px;
	width:85%;	
	background-color:#fff;
	padding-bottom:20px;
}

.conditions{
	margin:5px 0 30px 0;
	padding: 5px 0 5px 30px;
	border-top: 1px solid #0C7474;
	border-bottom: 1px solid #0C7474;
	font-size:80%;
	color:#333;	
}   
.note{
	margin:5px 0 30px 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #0C7474;
	border-bottom: 1px solid #0C7474;
	font-size:80%;
	color:#333;	
}   
.gotoTop {
	font-size: 80%;
	text-align: right;
}
.emph {
	color: #0C7474;
	font-weight: bold;
}

table.timetables{
	font-size:90%;
	font-family:Palatino, Arial;
	border-bottom: 1px solid #B34040;
}
table.timetables th {
	text-align:left;
	color:#333;
	font-style: italic;
	border-top: 1px solid #0C7474;
	border-bottom: 1px solid #0C7474;
	background-color: #DAE5DF;
}
table.timetables td.semesters{
	font-weight:bold;
	color:#333;
	background-color:#A5C6B4;
}
table.timetables td.content {
	text-align:left;
	color:#333;
	border-top: 1px solid #0C7474;
	border-bottom: 1px solid #0C7474;
}
table.timetables td.evenRow {background-color:#FFFFFF;}
.alert {
     color:#B34040;
	font-weight:bold;
	background-color:#ccc;	
	margin:0;
	padding:10px;
	border:2px solid #B34040;
	font-size:90%;
}