@charset "utf-8";
/* CSS Document */
body {
	margin-top: 100px; /* Add a top margin to avoid content overlay */
	background-color: #DCDCDC;
	text-align: center;
}
/* The navigation bar */
.navbar {
  	overflow: hidden;
	display: block;
  	background-color: #ff0185;
  	position: fixed; /* Set the navbar to fixed position */
  	top: 0; /* Position the navbar at the top of the page */
  	left: 0;
  	width: 100%; /* Full width */
 	border-bottom: 2px solid #000;
	list-style-type: none;

}
.navbar-left a{
	float: left;
}
.navbar-right {
	float: right;
}
/* Links inside the navbar */
.navbar a {
  	float: left;
  	display: block;
	color: #FFF;
	text-align: center;
  	padding: 14px 16px;
  	font-size: 24px;
  	font-weight: bold;
  	text-decoration: underline;
}
/* Change background on mouse-over */
.navbar a:hover {
  	background: #000;
  	color: #FFF;
}
ul {
	font-size: 24px;
	text-align: left;
	margin-left: 20px;
	padding: 0px; /* Set margin and padding for cross browser consistency. */ 
	list-style-image: url(join/bullet.png);
}
.table {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.title1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.title2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.title3 {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
}
.pics {
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}