/*css*/

body {

	margin: 0 auto;
	padding: 0;
	background-size: cover;
	color: #000;
	font-weight: ;
	font-size: 120%;
	font-family: Verdana,"Book Antiqua",sans-serif;
	line-height: 108%;
	}

	
h1{	font-family: 'Baskerville Old Face',serif;
	text-align: center;
	font-size: 2em;
	
	}
	
.heading1 {font-family: "Arial Narrow",'Baskerville Old Face',serif;
	text-align: center;
	font-size: 2.4em;
	color: #800;}

h2 {font-family: serif;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	}	
	
	h3 {font-family: "Book Antiqua";
	font-size: 1.1em;}	

a {text-decoration: none;
	font-family: Verdana,'Baskerville Old Face',serif;}


a:link {
	color: #006;
	
	}

a:visited {
	color: #006/*#039*/
	}

a:hover {
	color: #f00;/*#039*/
	background-color: ;
	}
	
.header a:link, .footer a:link {
	color: #006;
	font-family: Verdana,'Baskerville Old Face",serif;
		
	}

.header a:visited, .footer a:visited {
	color: #006;
	}

.header a:hover, .footer a:hover {
	color: #f00;
	background-color: ;
	}
	
	/----
	
	
.topmenubar, #footermenu
	{
	line-height: 100%;
	text-align: left;
	}
	
.topmenubar h1
	{
	font-size: 1em;
	}
    
.topmenubar img,#footermenu img{ vertical-align: top;}

.topmenubar ul,#footermenu ul
	{
	text-decoration: none;
	}
	
.topmenubar a, #footermenu a {margin: 0 auto; text-decoration: none;}

.topmenubar li, #footermenu li{
	display: inline;
	font-style: italic;
	margin: ; 
	font-size: 0.8em;
	padding-left: 0.4em;
	
	}
	
.topmenubar li a, #footermenu li a{
	color: #D00;
	}
	
----*/	
	
p {font-size: 1em;}
	
em {font-weight: 400;}

blockquote {font-size: 1em;font-style: italic; color:#666;}

.aside {background-color: #fff;
	line-height: 100%;
	font-size: 1em}
	
.box  {padding: 1em;
	background-color: #eee;
	border: 1px #000 solid;
	border-radius: 0px;
	font-size: 0.8em;
	}
	
text {margin: 0 auto;}
	
.full-width {
  width: 110vw;
  position: relative;
  left: -5%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.coursebutton {
	line-height:1em;
	}
	
.c150 {

	display: none;
	font-size: .8em;
	padding: 1em;
	background-color: #C0E4C5;
	-moz-radius: 12px;
	border-radius: 12px;
	border: solid 1px #930;}
