@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 50px;
	padding: 50px;
	color: #FFF;
	padding-right: 10px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
	padding-left: 10px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-left: 15px;
	padding-right: 15px; 
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}


h1, h2, h3, h4, h5, h6{
	color:#2BFFFF;
	}


a img { 
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: underline; 
}
a:visited {
	color:#8D3F93;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}


.header {
	height:100px;
	width:960px;
}

.barBelowHeader{
	width:1100px;
	height:10px;
	background-color: #B5B6FF;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content {
	width: 740px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.nav {
	list-style: none; 
	margin-bottom: 15px;
}
ul.nav li {
	margin-top: 10px;

}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 20px;
	display: block; 
	/*height: 50px;*/
	width: 145px;  
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
}


.footer {
	padding: 10px 0;
	background: #B5B6FF;
	position: relative;
	clear: both;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltrtbot{
	float:right;
	margin-top:20px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.Student{
	width:710px;
	height:auto;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	}
	
.StudentInfo{
	float:left;
	width: 500px;
	}
	
.StudentPhoto{
	float: right;
	width:200px;
	text-align: right;
	}



.Activities{
	width:710px;
	heigth:auto;
	position:relative;
	overflow:hidden;	
	}
	
.ActivitiesPosition{
	float:left;
	width: 550px;
	}
	
.ActivitiesDate{
	float:right;
	width: 110px;
	}		
