body {
		font-family: "Times New Roman", Times, serif;
		background-color:#666666;
}

#rap 		{
			position: relative;
			background-color:#FFFFFF;
			margin:auto;
			width:800px;
			height:inherit;
			border-style:solid;
			border-width:1px;
			border-color:black;
			}

#container {
	position: relative;
	margin:0px;
	width:800px;
	display:inline-block;
}
		
#header		{
			position:relative;
			margin:0px;
			width: 800px;
			background-repeat:no-repeat;
			}

#Collegium-5-01 {
	width:800px;
	height:18px;
	margin: 0px;
	background-image: url(images/Collegium-5_01.jpg);
}

#Collegium-5-02 {
	top:18px;
	width:800px;
	height:80px;
	margin: 0px;
	background-image: url(images/Collegium-5_02.jpg);
}

#Collegium-5-03 {
	top:98px;
	width:800px;
	height:153px;
	margin: 0px;
	background-image: url(images/Collegium-5_03.jpg);
}

#Collegium-5-04 {
	top:251px;
	width:800px;
	height:37px;
	background-image: url(images/Collegium-5_04.jpg);
}

#Collegium-5-05 {
	top:288px;
	width:800px;
	height:12px;
	background-image: url(images/Collegium-5_05.jpg);
}
	
			
#sidebar {
	width:20%;
	padding:0px;
	margin-left: -20px;
	float:left;
	font-size:11px;
	}

#sidebar li		{
			list-style: none;
			}
			
.leftnav 	{	
			width:110px;
			margin:8px 0 0 0px;
			padding:5px 0 5px 9px;
			border-style:solid;
			border-width:1px;
			border-color:#000000;
			font-size:11px;
			background-color:#666666;
			background-image:url("/images/arrow-sec.gif");
			background-repeat:no-repeat;
			background-position:100px top;
			color:#FFFFFF;
			}


#sidebar li	li	{
			font-size:10px;
			line-height: 10px;
			list-style: none;
			padding:3px 1px 3px 20px;
			margin:0 0 0 -14px;
			width:120px;
			background-image:  url("/images/arrow.gif");
			background-repeat: no-repeat;
			background-position: 10px 6px;
			background-color:#FEFFC8;
			border-style:solid;
			border-width:0 1px 0 1px;
			border-color:#BDC4B6;
			}

#sidebar li ul 	{
			display: none;
			}

#sidebar ul ul {margin-left: -13px;}


#content {
	width:auto;
	margin-left:20%;
	padding:10px 15px 10px 15px;
	font-size:12px;
	line-height:14px;
	overflow: visible;
	text-align:justify;
	border-left: 1px dashed black;
	}

#courses {
	position:relative;
	top: 0px;
	left: 0px;
	text-align: left;
	line-height: 18px; 
	width: 100%;
}
h1 {
	text-align: right;
	border-bottom: 1px solid black;
	line-height: 1;
}

.application {
	border: 1px dashed grey;
	padding: 10px;
	text-align: center;
}

.application p {
	font-size: 16px;
	font-weight: bold;

}

.pdf {
	border: 0px!important;
	float: right;

}

.coursetitle {
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

.courseinstructor {
	font-style:italic;
	font-size: 18px;
	text-align: left;
	line-height: 24px;
}

.clearing {clear:both;}

#footer {
	position:relative;
	width:100%;
	height: auto;
	clear: both;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid black;
}
#meta {
	font-size: 9px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	clear: both;
	text-align:right;
}


.float-wrapper {float: left; width: 66%;}
     /*** This can be floated left or right ***/

.first-float {float: right; width: 49%;}
     /*** This must be floated opposite 
                to .second-float ***/

.second-float {	float: left;width: 49%;}
     /*** This must be floated opposite 
                to .first-float ***/

.third-float {float: right; width: 33%;}
a.leftnavlinks {
			text-decoration:none;
			color: #FFFFFF;
			}
a.leftnavlinks:hover {
			color: #FFFFFF;
			text-decoration:underline;
			}
#rap #container #content img {
	padding: 5px;
	border: 1px solid #000000;
	margin: 5px;
}
