@charset "iso-8859-1";

body {
	font-family: verdana, Arial, Helvetica, sans-serif; 	
	font-size:11px;	
	color: #777777;
	padding: 0;
	margin: 0;
	background-image:url(gfx/page-bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
#leftcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 191px;
	background:#fff;
	border: 0;
	}
#centercontent {
	margin-left: 190px;
	margin-right: 34px;
	background-image:url(gfx/mda_stu_content_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border: 0px solid #00ff99;
	}
#centercontent08 {
	margin-left: 190px;
	margin-right: 34px;
	background-image:url(gfx/mda_stu_content_08_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border: 0px solid #00ff99;
	}
#rightcontent {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 584px;
	background-image:url(gfx/mda_stu_right.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
#rightcontent08 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 35px;
	height: 584px;
	background-image:url(gfx/mda_stu_right_08.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
.inside {
	padding: 0 30px;
	}
.content {
	margin-left:50px; 
	margin-right:20px; 
	margin-top:120px; 
	font-family: verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align: left;
}
.issue {
	padding: 0;
	padding-top: 24px;
	margin: 0;
	text-align: right;
	}  
.studentNews {
	position: absolute;
	left: 266px;
	top: 86px;
	background-image:url(gfx/StudentNews_logo.gif);
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	height: 53px;
	width: 252px;
	border: 0px solid #cc3399;
	z-index: 30;
}  
#articleImage {
	position: absolute;
	top: 336px;
	right: 1px;
	width: 236px;
	height: 231px;
	padding:0px;
	z-index: 10;
	}
.thisIssue {
	position: absolute;
	left: 1px;
	top: 338px;
	width: 170px;
	height: 47px;
	z-index: 50;
	} 
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

h1 { 
	font-size:18px;	
	color:#016d52;
	font-family: Arial, Helvetica, sans-serif; 
	}
h2 { 
	font-size:14px;	
	color:#016d52;
	text-transform:uppercase;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom:0px;
	padding-bottom:0px;
	}
h3 { 
	font-size:12px;	
	color:#777777;
	font-family: Arial, Helvetica, sans-serif; 
	margin-bottom:0px;
	padding-bottom:0px;
	}
p, ul {
	margin-top:2px;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ca660f;
	}
a:hover {
	text-decoration: none;
	color: #585858;
	}
	
/***************************************************/
/*   internal vertical Nav Styles   	           */
/***************************************************/
#vnavContainer {
	position: absolute;
	top: 382px;
	left: 0px;
	width: 191px;
	}
.vnav {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	margin: 3px;
	padding: 4px 0 10px 0;
	width: 165px;  
	font-size: 10px;
	}
.vnav ul, .vnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}
.vnav ul li {
	
	margin-bottom: 3px;
	}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover  {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3px 3px 2px 12px;
	background-color: #f17b14;
	border: 1px solid #ca660f;
	}
.vnav ul li a:hover, .vnav ul li.here {
	color: #f07b14;
	background-color: #f8de94;
	border: 1px solid #f5ba65;
	padding: 3px 3px 2px 12px;
	}
.vnav ul li.here a, .vnav ul li.here a:link, .vnav ul li.here a:visited, .vnav ul li.here a:active, .vnav ul li.here a:hover  {
	display: block;
	text-decoration: none;
	color: #f07b14;
	padding: 0;
	background-color: #f8de94;
	border: 0px solid #f5ba65;
	}
* html .vnav ul li a { /* hide from IE5.0/Win & IE5/Mac */ 
	height: 0.01%;
	}
* html .vnav ul {
	position: relative;	/* IE needs this to fix a rendering problem */
	}

