body
{
	background: #ebebeb;
	font-family: 'Lato', sans-serif;
	
}

#container
{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	color: #3b5c9f;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 58px;
	letter-spacing: 3px;
	font-weight: 900;
	
}

#logo1
{	color: #3b5c9f;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 29px;
	letter-spacing: 4px;
	font-weight: 700;

}

#tel
{   float: right;
	color: #3b5c9f;
	margin-top: -10px;
	font-size: 26px;
	letter-spacing: 4px;
	font-weight: 700;
}

#menu
{
	background-color: #4d6ba9;
	margin-top: 0px;
	color: white;
	padding: 7px 10px;
	border: 0px solid white;
	box-shadow:0px 5px 20px #3d3d3d;
}

#topbar
{
	background-color: white;
	color: ;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 275px;
	box-shadow:0px 5px 20px #3d3d3d;
}

#topbarL
{
	float:left;
	padding: 0px 30px 0px 20px;
	width: 140px;
	text-align: center;
	border-right: 2px dotted #cccccc;
}

#topbarR
{
	float: left;
	padding: 20px;
	width: 880px;
	font-size: 18px;
	text-align: left;
}

#sidebar
{
	float: left;
	width: 160px;
	min-height: 620px;
	padding: 10px;
	background-color: #6b97cd;
	text-align: center;
	font-size: 18px;
	border-right: 2px dotted #3d3d3d;
	
}

#content
{
	float: left;
	padding: 30px 50px;
	width: 1060px;
	background-color: white;
	min-height: 380px;
	text-align: justify;
	font-size: 18px;
	box-shadow:0px 5px 20px #3d3d3d;
}

#footer
{
	clear: both;
	color: ;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

.option
{
	float: left;
	min-width: 50px;
	height: 25px;
	font-size: 20px;
	padding: 5px 20px;
	border-right: 2px dotted #444444;
}

.option:hover
{
	background-color: #db3c34;
	color: white;
	cursor: pointer;
}

.optionL
{
	font-size:18px;
	height:25px;
	padding: 10px;
	border-bottom: 2px dotted #444444;
}

.optionL:hover
{
	background-color: #db3c34;
	color: white;
	cursor: pointer;
}

.bigtitle
{
	font-size: 22px;
	font-weight: 900;
	color: #3b5c9f;
	letter-spacing: 1px;
}
.title
{
	font-size: 20px;
	font-weight: 700;
	color: #3b5c9f;
	letter-spacing: 0px;

}
.title2
{
	font-size: 20px;
	font-weight: 700;
	color: #db3c34;
	letter-spacing: 0px;
}

.dottedline
{
	height: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #444444;
}
a.link
{
color: white;
text-decoration: none; 	
}