/* Cascading style sheet for the Computer and Information Science departments seminar web pages */

body {
	background-color:#ffffff;
	color:#000000;
	font-family: arial, sans-serif;
	text-align:left;
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
}
	
/* Link formatting*/
a{
	text-decoration:none;
}
	
a:link{
	text-decoration:underline;
	background-color:transparent;
	color: rgb(77, 73, 255);
}

a:visited{
	color: #272690;
	text-decoration:underline;
	background-color:transparent;
}

a:hover{
	color:#8f97ff;
	background-color:transparent;
}

a:active{
	color:rgb(77, 73, 255);
	background-color:transparent;
	}
	
/* Text formatting*/
h1 { 
	font-weight: bold;
	font-size:medium;
	color: rgb(35, 34, 124);
	margin-bottom:0px;
	background-color:transparent;
}
	


h2 { 
	font-size: small;
	color: rgb(35, 34, 124);
	background-color:transparent;
}

p {
	font-size: small;
	margin-top:5px;
	background-color:transparent;
}
	
	
.small {
	font-size:x-small;
}

.tiny {
	font-size:xx-small;
}


.center { 
	text-align:center;
}

.copyright{
        clear: both;
        text-align: center;
        color: #ddd;
        font-size: 0.7em;
        margin: 0 auto 0 auto;
        width: 900px;
        line-height: 80px;
}

ul{
	list-style-type:none;
}

ul.indent{
        list-style-type:none;
	margin-top:0px;
	margin-bottom:0px;
}

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

ul.indent h1{
        font-size: small;
        margin-left: -40px;
        background-color:transparent;
        color:black;
        font-weight:normal;
}

li{
	font-size: small;
	margin-top:10px;
}

table{
	width: 50%;
}
table.arch{
        width: 50px;
}
th{
	font-size: small;
	font-weight:bold;
	color: #666666;
	text-align:left;
}

td{
	font: small arial, sans-serif;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	padding-bottom:2px;
	vertical-align:top;
}
td.arch1{
        font: small arial, sans-serif;
        color:#000000;
        background-color:#ffffff;
        margin-left: -40px;
        text-align:right;
#       padding-bottom:2px;
        vertical-align:top;
}
td.arch2{
        font: small arial, sans-serif;
        color:#000000;
        background-color:#ffffff;
        text-align:left;
#       padding-bottom:2px;
        vertical-align:top;
}	

/*Layout*/



div#bodycontainer{
	width:600px;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:0px;
}


div#mod{
	width:600px;
	text-align:center;
	border-width:1px;
	border-style: solid;
	border-color: rgb(77, 73, 225);
	border-left:none;
	border-right:none;

}

img{
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

div#title{
	width:600px;
	height:118px;
	border-width:1px;
	border-style: solid;
	border-color: rgb(77, 73, 225);
	border-left:none;
	border-right:none;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

img#titleimg{
	margin-left:0px;
	margin-right:0px;
	float:left;
	border-color: rgb(77, 73, 225);
}

img#plug{
	margin-left:0px;
	margin-right:0px;
	float:left;
	border-color: rgb(77, 73, 225);
}

img#subtitle{
	margin-left:0px;
	float:left;
	border-color: rgb(77, 73, 225);
}

br.copyright{
        clear: both;
        text-align: center;
        color: #ddd;
        font-size: 0.7em;
        margin: 0 auto 0 auto;
        width: 900px;
        line-height: 80px;
}



