/* Cascading style sheet for System Research Group 27-Jan-2006 */

body {
	background-color: #ddddff;
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
	
/*Content links*/
a{
	color: #3779b6;
	text-decoration: none;
}
	
a:link{
}
	
a:visited{
	color: #003366;
}

a:hover{
	text-decoration: underline;
}
	
a:active{
}
	
/* Text formatting*/	
h1 { 
	font-size: x-large;
	color: #333366;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h2 {
	font-size: large;
	color: #3779b6;
	margin-top: 7px;
	margin-bottom: 0px;
}

h2.center {
	text-align: center;
}

h3 {
	font-size: medium;
	color: black;
	margin-top: 7px;
	margin-bottom: 0px;
}

h3.center {
	text-align: center;
}

p {
	font-size: small;
	margin-left: 5px;
	margin-top: 5px;
}

p.indent {
	font-size: small;
	margin-left: 10px;
	margin-top: 5px;
}

p.center {
	text-align: center;
}

table{
	font-size:smaller;
}

td {
	padding-left: 4px;
	padding-right: 4px;
}
.code{
	font-family: monospace;
}

#titlebox{
	background-color: #ffffff;
	width: 559px;
	height: 108px;
	margin-bottom: 10px;
	padding: 5px;
	position:	absolute;
	top: 10px;
	left: 102px;
	text-align: center;
}

#unilogo{
	position: absolute;
	top: 10px;
	left: 10px;
}

#deptlogo{
	position: absolute;
	top: 10px;
	left: 677px;
}

#navbox{
	width: 100px;
	height: 350px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	position: absolute;
	top: 135px;
	left: 10px;
 	margin-top: 4px;
	margin-bottom: 7px;
}

#mainbox{
	background-color: #ccccff;
	width: 610px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	position: absolute;
	top: 140px;
	left: 135px;
}

#picture1{
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
}

#footerbox{
        background-color: #ffffff;
        width: 559px;
        height: 50px;
        margin-bottom: 2px;
        padding: 5px;
        top: 2px;
        left: 62px;
        text-align: center;
}


ul.noindlis{
	font-size: small;
        list-style-type:circle;
        margin-top:0px;
}

ul.noindlis li{
      margin-top:0px;
}

