@charset "utf-8";
/* CSS Document */

body {
	background-color:#4E5869
}

* {
	margin:0;
	padding:0;
}

/* font definitions
h1= main page title
h2= side bar title
h3= section headers level 1
h4= main page affiliations
h5= section headers level 2
p=paragraph text
*/

h1{
	font-family: "Comic Sans MS", cursive;
	font-size: 48px;
	color: #D9F2DD;
}
h2{
	font-family: "Comic Sans MS", cursive;
	color: #D9F2DD;
	font-size: 24px;
	font-weight: bold;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 24px;
}
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #D9F2DD;
}
h5{
	font-family: Verdana, Geneva, sans-serif;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
p{
	font-family: Verdana, Geneva, sans-serif;
}

ul{
	list-style-type: none;
}
li {
	height: 30px;
	width: 150px;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: normal;
	list-style-type: none;
	background-color: #B7BECA;
	text-indent: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #EEEDBF;
}


#wrapper {
	height: 3600px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DDDDDD;
	padding: 0px;
}

#sidebar {
	height: 3570px;
	width: 150px;
	float: left;
	padding-top: 0px;
	background-color: #79869B;
}

#mainbody {
	width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	height: 1470px;
}

#signalgeneration {
	border-top-style: solid;
	border-top-width: thin;
}

#topology {
	border-top-width: thin;
	border-top-style: solid;
}
#addiction {
	border-top-width: thin;
	border-top-style: solid;
}
