@import "import.css";

body {background-color:#999999; color:#000000; font-family:Arial, Helvetica, sans-serif;}
p, ul, ol, li, table, td {font-family:Arial, Helvetica, sans-serif;}
pre, tt {font-family: Courier, monospace;}

#container {margin-top: 10px; }
#content {right: 0; color: #ffffff; height:100%; color:#000000; margin-left: 6px; 
			padding-bottom: 10px;  margin-bottom: 10px;}
			
/* navbar */
td.dark {background-color: #003333; text-align:center;}
td.mdark {background-color: #336666; text-align:center;}
td.mlight {background-color: #669999; text-align:center;}
td.light {background-color: #99cccc; text-align:center;}
td.vlight {background-color: #ccffff; text-align:center;}
td.blank {background-color: #99cccc;}
.navbar {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 80%;}
a.navbar, a.navbar:link, a.navbar:visited, a.navbar:hover 
	{color: #ffffff; text-decoration: none; font-weight: bold;}
.bread {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 80%;}
a.bread, a.bread:link, a.bread:visited, a.bread:hover 
	{color: #ffffff; text-decoration: none; font-weight: bold;}
a.bread:hover 
	{color: #003333; text-decoration: none; font-weight: bold;}

/* lefthand nav table */
#navigation {left: 0; padding: 0px; color: #ffffff; height:100%;}
#navigation ul {margin-left: 0; padding-left: 0; list-style-type: none;}
#navigation li {font-family: arial, Helvetica, sans-serif; width: 190px; font-size: 80%; text-align: right;}
#navigation li.selected {font-weight: bold; border-bottom: none; background-color: none; color: #336666; padding: 2px;}
#navigation a {display: block; padding: 2px; background-color: #ffffff; border-bottom: 1px solid #cccccc;}
#navigation a:link, #navigation a:visited {color: #336666; text-decoration: none;}
#navigation a:hover {background-color: #336666; color: #ffffff;} 
#navigation a:hover div.desc {display: block; colour: #336666; top: 7px; left: 230px; width: 500px;}
#navigation div.desc {display: none; position:absolute; text-align:left; color:#990000; font-weight: bold; font-size: 120%;}

/* footer */
#footer {padding-top: 10px; margin-bottom: 10px; margin-bottom: 10px; border-top: 1px solid #cccccc; background-color: #ffffff;}
#footer p {font-family: arial, Helvetica, sans-serif; font-size: 75%; color:#000000;}
#footer a {font-family: arial, Helvetica, sans-serif; color:#336666;}
#footerleft {float: left;  text-align: left;}
#footerright {float: right;}

/* general headings */
h1 {font-weight: bold; font-size: 120%; color: #336666; font-family: Arial, Helvetica, sans-serif;}
h2 {font-weight: bold; font-size: 110%; color: #990000; font-family: Arial, Helvetica, sans-serif;}
h3 {font-weight: bold; font-style: italic; font-size: 100%; color: #336666; font-family: Arial, Helvetica, sans-serif;}
h4 {font-weight: bold; font-size: 90%; color: #990000; font-family: Arial, Helvetica, sans-serif;}
h5 {font-weight: bold; font-size: 80%; color: #336666; font-family: Arial, Helvetica, sans-serif;}

/* general links */
a {text-decoration:none;}
a:link {color: #990000; font-family: Arial, Helvetica, sans-serif; text-decoration:none;}
a:visited {color:#336666; text-decoration:none;}
a:hover {color: #669999; text-decoration:underline;}

/* general styles */
.background {background-color:#99cccc;}
.bigb {font-size: 110%; font-weight: bold;} 
.bold {  font-weight: bold}
.boldem {font-weight:bold; font-style:italic;}
.center {text-align:center;}
.deptitle {font-size: 140%; color: #990000; font-weight: bold;}
.dgreen {color:#003333;}
.emphasis {font-style:italic;}
.headergreen {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; color: #336666; font-weight: bold}
.headermaroon {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; color: #990000; font-weight: normal}
.highlight {font-size: 100%; color: #990000;}
.maroon {color:#990000;}
.mstheader {color:#006666;}

.small {font-size: 85%;}
.smallc {font-size: 85%; text-align:center; font-weight: bold;}
.smalllist {font-size: 70%;}
.white {color:#ffffff;}
.whitebig {  font-family: Arial, Helvetica, sans-serif; font-size: 120%; font-weight: bold; color: #ffffff;}


/* home page */
.homeheading {font-weight: bold; font-size: 80%; font-family: arial, helvetica, sans-serif;  
color: #990000; margin: 6px 0 4px  0;}

a.homemenu  {font-weight: bold; font-family: arial, helvetica, sans-serif;}
a.homemenu2 {font-weight: bold; font-size: 80%; font-family: arial, helvetica, sans-serif;}
a.homemenulist {font-weight: bold; font-size: 90%; font-family: arial, helvetica, sans-serif;}

p.homealert {font-size: 80%; color: #990000; font-family: arial, helvetica, sans-serif;}
p.homenews {font-size: 80%; font-family: arial, helvetica, sans-serif;}



/* linux correction */
.block {display: block;}

