#nav {
	background-color:#FFD700;
	width:100%;
	height:50px;
	box-shadow: 0px 1px 30px #5E5E5E;
	position:fixed;
	top:0px;
	z-index:11;
	}
	

.title {
	color:#EDEDED;
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	width:380px;
	margin-top:5px;
	margin-left:20px;
	font-weight:bold;
	float:left;
	}
	

.subtitle {
	color:#EDEDED;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	}


#navigation{
	list-style-type:none;
	margin-top:14px;
	font-size:17px;
	font-weight:bold;
	}
	
	
li {
	display:inline;
	padding:14px;
	}
	

#nav a{
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	color: black;
	}
		

#nav a:hover {
	color: white;
	}
	

hr {
	border:1px solid #262626;
	margin-top: 50px;
	}
	
	
.logo {
	float:left;
	margin-left:50px;
	margin-right:150px;
	color:#0033CC;
}

.clearmargin {
	margin-left:0;
}

.tablewidth {
	width:400px;
}

.tablewidth2 {
	width:650px;
}

.rounded1 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	width: auto;
	padding: 15px;
	border: 1px solid #bbb;
	box-shadow: 10px 10px 5px #bbb;
	-moz-box-shadow: 10px 10px 5px #bbb;
	-webkit-box-shadow: 10px 10px 5px #bbb;
}

.rounded2 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	width: 80%;
	padding: 15px;
	margin-bottom:35px;
	border: 1px solid #bbb;
	box-shadow: 10px 10px 5px #bbb;
	-moz-box-shadow: 10px 10px 5px #bbb;
	-webkit-box-shadow: 10px 10px 5px #bbb;
}

.rounded3 {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #bbb;
	box-shadow: 0px 5px 3px #bbb;
	-moz-box-shadow: 10px 10px 5px #bbb;
	-webkit-box-shadow: 10px 10px 5px #bbb;
	padding-top: 30px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

.shadow {
	-moz-box-shadow: 0px 5px 3px #bbb;
	-webkit-box-shadow: 0px 5px 3px #bbb;
	box-shadow: 0px 5px 3px #bbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	border: 1px solid #bbb;
}


.rounded3original {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #bbb;
	box-shadow: 0px 5px 3px #bbb;
	-moz-box-shadow: 10px 10px 5px #bbb;
	-webkit-box-shadow: 10px 10px 5px #bbb;
	padding-top: 30px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 35px;
}

.contentbox {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 5px;
	background: #DCDCDC;
	margin-right: 50px;
	color: black;
}

.contentbox2 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	background: #FFF07D;
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
}

.contentbox23 {
	border: 1px solid #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	background: #DCDCDC;
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
	color: black;
}

.contentbox23 a:link {
	text-decoration: none;
	color: black;
}

.contentbox23 a:visited {
	text-decoration: none;
	color: black;
}

.contentbox23 a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: white;
}

.contentbox3 {
	border: 1px solid #bbb;
	box-shadow: 5px 5px 3px #bbb;
	padding: 10px;
	background: #FFF07D;
	text-align: center;
	font-weight: bold;
}

.registerbox a:link {
	text-decoration: none;
	color: white; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.registerbox a:visited {
	text-decoration: none;
	color: white;
}
.registerbox a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: black;
}

.grey {
	background-color: #DCDCDC;
	box-shadow: 5px 5px 3px #bbb;
}

.margin20 {
	margin-left: 30;
}

.smallfont {
	font-size: 60%;
}

.red {
	color: red;
}