﻿body {
					font-family: Trebuchet MS; 
					background-color: black;
					}
h1 {
					font-weight: bold;
					font-size: 1.2em;
					}

h2 {
					font-weight: bold;
					font-size: 1.05em;
					}
h3 {
					font-weight: bold;
					font-size: 1em;
					}
#linkbar {
					width: 15%;
					float: left;
					margin-left: 5%;
					margin-top: 1em;
					padding: .5em;
					text-align: left;
					display: inline;
					overflow: auto;
					}
.announcement {
					font-size: 1.3em;
					text-align: center;
					padding: .5em;
					border: 1px solid black;
					}

#footer {
					font-size: .6em;
					text-align: center;
					margin: auto;
					width: 60%;
					clear: both;
					overflow: hidden;
					margin-top: 3em;
					}


						
#content {
						margin-top: 1em;
						margin-right: 5%;
						float:right;
						width: 65%;
						display: inline;
						padding: 1em;
						text-align: left;
						}
#content2 {
						margin-top: 1em;
						margin-right: 5%;
						text-align:center;
						width: 65%;
						display: inline;
						padding: 1em;
						}

						
#header {
						clear: both;
						padding: 1em;
						margin-left: 5%;
						margin-right: 5%;
						}

div.bordered {
					border: 3px outset orange;
					background-color: white;
					}

					
.imageleft {
					margin-right: 1em;
					float: left;
					overflow: hidden;
					}
.imageright {
					margin-left: 1em;
					float: right;
					overflow: hidden;
					}
					
.imagecenter {
					text-align:center;
					margin:auto;
					float:none;
					overflow: hidden;
					}

					

.textleft{
					text-align: left;
					}


a.link {			
					text-decoration: none;
					color: black;
					border-bottom: 1px dotted black;
					}
a:hover.link {
					border-style:solid; 
					border-width:1px; 
					text-decoration: none;
					color: #000080;
					background-color:#66CCFF;
					margin: -1px
					}
a.hide {
					color: black;
					text-decoration: none;
										}
a:hover.hide {
					border-bottom: 1px dotted black;
					}
a.footer {
					color: black;
					text-decoration: none;
					border-bottom: 1px dotted black
										}
a:hover.footer {
					border-bottom: 1px solid black;
					}

.fineprint {
					font-style: italic;
					font-size: .7em;
					}
div.announcement {
					border: 3px dotted red;
					text-align: center;
					margin: .5em;
					font-weight: bold;
					font-size: 1.3em;
					}
.enrolledlist {
				float: left; 
				width: 50%; 
				overflow: auto;
				}
				



a.linkbar {
					display: block;
					text-decoration: none;
					border-bottom: 1px dotted orange;
					color: black;
					font-size: .8em;	
					padding: 3px;				
					}
a:hover.linkbar {
					border: 1px solid orange;
					padding: 2px;					}
.centered {
					text-align: center;
					margin: auto;
					}
.invisible {
					color: #7CB2AC;
					}
					
.button {			border: 1px solid black;padding: .5em; width: 15em;text-align:center; margin: auto
					}