body
{
	background-color: #212121;
	font-family: 'Ubuntu', sans-serif;
}

#container
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	color: white;
	margin-top: 20px;
	font-size: 44px;
	letter-spacing: 3px;
	font-weight: 900;
}

#menuout
{
	width: 100%;
	background-color: #607D8B;
}

#menu
{
	background-color: #607D8B;
	padding: 10px;
	margin-top: 20px;
	color: #ffffff;
	text-align: center;
}

#topbar
{
	background-color: #37474F;
	color: white;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
}

#topbarL
{
	float:left;
	text-align: center;
	padding: 20px;
	width: 15%;
	border-right: 2px solid #cccccc;
}

#topbarR
{
	float: left;
	padding: 20px;
	text-align: justify;
	width: 75%;
	font-size: 16px;
}

#sidebarout
{
	float: left;
	width: 20%;
	background-color: #78909C;
}

#sidebar
{
	min-height: 1500px;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	margin: auto;
}

#contentout
{
	float: left;
	width: 80%;
	background-color: #CFD8DC;
}

#content
{
	border-left: 2px solid #666666;
	padding: 20px;
	text-align: justify;
	min-height: 1500px;
}

#footer
{
	width: 100%;
	clear: both;
	color: white;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

.option
{
	font-weight: 700;
	text-align: center;
	float: left;
	opacity: 0.8;
	min-width: 50px;
	height: 25px;
	color: white;
	font-size: 18px;
	padding: 10px;
	border-right: 2px solid #444444;
}

.option:hover
{
	background-color: #37474F;
	cursor: pointer;
}

.optionL
{
	font-weight: 700;
	border-bottom: 2px solid #444444;
	font-size:18px;
	min-height:35px;
	padding: 10px;
	color: black;
	margin: auto;
}

.optionL:hover
{
	background-color: #37474F;
	cursor: pointer;
	color: white;
}

.bigtitle
{
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 2px;
}

.dottedline
{
	height: 5px;
	margin-bottom: 20px;
	margin-top: 15px;
	border-bottom: 2px solid #444444;
}

iframe
{
	width: 100%;
}

.nonjustify
{
	text-align: left;
}

a:link
{
	color: #263238;
	text-decoration: none;
}

a:hover
{
	color: #263238;
	font-weight: 1000;
}

a:visited
{
	color: #263238;
	text-decoration: none;
}

@media (max-width: 1100px)
{
	#topbarL 
	{
		display: none;
	}
	#topbarR 
	{
		width: 90%;
	}
	#sidebarout
	{
		clear: both;
		width: 100%;
	}
	#sidebar
	{
		min-height: 100px;
	}
	#content
	{
		min-height: 100px;
	}
	
	#contentout
	{
		clear: both;
		width: 100%;
	}
}
