@charset "UTF-8";
/* CSS Document */


html,body {height:100%;
}


.leftcontent {
height:90%;
width:240px;
float:left;
}

.maincontent {
max-height:90%;
overflow:auto;
position:relative;
}

.introcoursetitle{
font-family: Georgia, Times New Roman, Times, serif;
color:#4284d3;
background:white;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 30px;
text-align:center;
padding: 6px;
width:200px;
vertical-align:top;
}

.coursetitle{
font-family: Georgia, Times New Roman, Times, serif;
color:#7b0f12;
background:white;
border-radius: 5px; /*really large border radius to create round borders*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 22px;
text-align:center;
padding: 6px;
width:200px;
vertical-align:top;
}

.coursedisplaybox{
font-family: Georgia, Times New Roman, Times, serif;
border-color:lightgray;
border-width:thick;
border-style:solid;
background:white;
border-radius: 10px; /*really large border radius to create round borders*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 14px;
width: 600px;
padding:18px;
}


h1 {
color:#7b0f12;
font-size:16px;
}

h2 {
color:orange;
font-size:14px;
}

.onclick-link {
	color: blue;
}

}
