body {
	background-image: url("images/Background.jpg");
	margin: 0;
	padding: 0;
	color: #FFF;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}


h1{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 50px;
}

h3, h4, h5 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 50px;
}

h2 {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 20px;
}

h6 {
	margin-top: 0;
	margin-bottom: 10pt;
	font-size: 20px;
	color:#0F6;
}


a img { 
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #FF0;
}


.container {
	width: /*auto;*/  960px; 
	background-color: rgba(150,150,150,0.1);
	margin: 0 auto; 
}


.content {

	padding: 0;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.subcontainer {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}

.PersonalPicture { 
	float: left;
	margin-right: 8px;
	padding-right: 15px;
}

/* Specifying indentation in lists */
ul.pubs {
  padding-left: 2.5em;   /* increase/decrease if needed */
 }


/* Navigation list styles */
ul.nav {
	list-style: none; /* removes the list marker */
}
ul.nav li {
	border-bottom: 1px solid #FFF; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: rgba(255,255,255,0.3);
	color: #FFF;
}

