@media screen {
/********************************************************
HTML Tags
********************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 0px 5px;
	padding: 0px;
	background: #ffffff;
	font-size: 80%;}

a:link    { color: #006699; background: transparent; text-decoration: none; }   /* unvisited links */
a:visited { color: #006699; background: transparent; text-decoration: none; }   /* visited links   */
a:hover   { color: #047391; background: #D9E7BB; }       												/* user hovers     */
a:active  { color: #000000; background: transparent; }  												/* active links    */
a img {border: none; text-decoration: none; background: transparent; }

p {font-weight: normal; font-size: 100%;}
h1, h2, h3, h4, h5 { font-weight: bold;	color: #006699;	text-align: left;}
h1 { font-size: 150%;}
h2 { font-size: 130%;}
h3 { font-size: 110%;}
h4 { font-size: 90%;}
th { color: #006699; text-align: center; font-size: 90%; }

abbr { cursor: help; }
/********************************************************
Main 3 Columns
********************************************************/
#logobanner-container {	width: 100%; 	margin: 0px;}
#logo a:hover {background: transparent}
#logo img {border: none;}
#banner { border: none;	background: url(/images/banner_bg-new.jpg) repeat-x;}
/*#banner { border: none;	background: url(/images/banner_bg.jpg) repeat-x;}*/
/***********************************
Top live Info Div
************************************/
#top_live_info {
position: absolute;
right: 2px;
top: 2px;
text-align: right;
font-size: 80%; }

#mainbody-container {
 top: 290px;
 width: 100%;
 z-index: 1;
 height: 100%;
 min-height: 810px;
 height: auto;
 min-width: 780px;}

/* min-height hack for Internet Explorer */
/*\*/
* html #mainbody-container {
height: 810px;
}
/**/ 
 
#mainbody-col {
	margin: 10px 175px 10px 201px;
	padding: 0px 10px 0px 10px;
	position: relative;
  background: #ffffff; 
 	z-index: 2;
	border-left: 1px dashed #D0D0BF;
	border-right: 1px dashed #D0D0BF;}

#lh-col {
 position: absolute;
 top: 235px;
 left: 0px;
 width: 191px;
 z-index: 3;
 margin-left: 5px;}

#rh-col {
 position: absolute;
 right: 0px;
 top:260px;
 width:165px;
 background:#fff;
 z-index: 2;}

/***********************************
Footer Div
************************************/
#footer {
  width: 99%;
	margin: 0px 5px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background: #FFFFFF url(/images/footer_bg.gif) repeat-x;
	font-size: 85%;
	display: block; }
#footer  ul { text-align: center; margin: 0px 0px 0px 0px;	padding: 15px 0px 15px 0px;}
#footer li{
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding-left: 8px;}
#footer-ads {clear:both; text-align:center; padding:0;}

/***********************************
W3C Validation Div
************************************/
#W3CValid { text-align: center; margin-left: 4px; display: block; }
#W3CValid a:hover {border: none; text-decoration: none; background: transparent; }

/******************
Public Nav Bar
******************/
#pubnavbar {min-width: 770px;}
#pubnavbar ul { text-align: center; margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}
#pubnavbar li {
	list-style: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;}
#pubnavbar img{ border: none;	vertical-align: baseline;}
#pubnavbar ul a:link { text-decoration: none;	border: none;}
#pubnavbar ul a:hover {	background: transparent; border-bottom: #047391 2px solid; }

/******************
Author Nav
******************/
#navlogin-container {
  left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 191px;
	border: #047391 1px solid;}
	
#navlogin-container table {	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
#navlogin-container td { font-size: 70%; }

#login-forgotregister {
	font-size: 75%;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 2px 0px 2px 0px;
	text-align: center;	
	border-top: #047391 1px dashed;}
	
#login_tbl {font-size:1em;} 

/******************
Search Nav
******************/
#navsearch-container {
  left: 0px;
	margin-top: 10px;
	width: 191px;
	border: #047391 1px solid;
	margin-bottom: 10px;}
	
#navsearch-container td {font-size: 75%;}
#navsearch-form a:hover { background: transparent; }
#navsearch-form img { border: none; background: transparent; }
#navsearch-browse { 
	font-size: 75%;
	margin-left: 0px;
	padding: 2px 0px 2px 0px;
	margin-bottom: 2px;
	text-align: center;	
	border-top: #047391 1px dashed;}
#navsearch-latest { 
	font-size: 75%;
	margin-left: 0px;
	padding: 2px 0px 2px 0px;
	margin-bottom: 2px;
	text-align: center;	
	border-top: #047391 1px dashed;}
	
/***********************************
Author's My Details Nav
************************************/
#mydetails-container { left: 0px; margin-top: 0px; width: 191px; border: #047391 1px solid;}
#mydetails-image { border: none; margin: 0px;	padding-top: 0px;}
#mydetails-menu ul { margin-left: 0px; padding-left: 2px;	list-style: none }

/***********************************
RHS Div
************************************/
#content-side-2 { font-size: 75%; text-align:center;  margin-left:auto; margin-right:auto; }

/***********************************
GetFirefox Div
************************************/
#getFirefox { font-size: 75%; text-align: center;}

/******************
CLASSES
******************/
.none {	display: none;}
.clear { clear: both;}

}
/****************************** END OF SCREEN MEDIA *************************/	


/****************************** PRINT MEDIA  *************************/
@media print {
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 5px;
	padding: 0px;
	background: #ffffff;
	font-size: 80%;}

#pubnavbar, #lh-col, #rh-col, #footer-nav, #footer-ads {display: none;}
#CommentOnThisCourseworkDiv, #BodyRateAndCommentDiv, #BodyCourseworkNav, #BodyAds1, .none {display: none;}

#logo a img{border: none;}
	
#comments .comment {
	margin: 0;
	padding: 10px;
	border: 1px #999966 solid;
	width: 95%;}
			
}
/****************************** END OF PRINT MEDIA *************************/	
	
	
/****************************** AURAL MEDIA  *************************/
@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}
/****************************** END OF AURAL MEDIA *************************/

