/* Element Style */

p {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

/* Blocks Style */

#bodyWrapper {
	border-top: 4px solid #0066CC;
	/* text-align: center; */

	display: table;
	width: 100%;
	height: 100%;
}

#sideBar, #content {
	display: table-cell;

	margin-left: auto;
	margin-right: auto;
}

#sideBar {
	width: 19%;
}

#content {
	width: 79%;
}

/* Content Section */

#header {
	min-height: 50px;
	border-bottom: 2px solid firebrick;
	margin-top: 10px;
	overflow: hidden;
}

#main {

}

#footer {
	min-height: 40px;
	height: 10%;
	border-top: 2px solid firebrick;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline-block;
	vertical-align: middle;
	width: 40%;

	margin-left: auto;
	margin-right: auto;
}

.box_Title {
	font-size: 1.4em;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;

	border-bottom: 2px solid firebrick;
}

.pageTitle {
	display: block;
	background-color: firebrick;
	color: white;
	font-size: 1.4em;

	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px;

	text-indent: 20px;

	
	height: 40px;
	border-radius: 0px 0px 12px 12px;
}

/* sidebar Section */
#sidebar #sidebarWrapper {
	background-color: #0066CC;
	border-radius: 0px 0px 5px 5px;
	width: 80%;
	margin-left: 15%;
}

#sidebar #sidebarWrapper #links {
	padding: 5;
}

#sidebar #sidebarWrapper #links div:last-child {
	border-bottom: 0px !important;
}

/*
#sidebar #sidebarWrapper #links .block span.name {
	color: white;
	display: block;
	font-style: bold;
	font-size: 1.2em;
}

#sidebar #sidebarWrapper #links .block span.univ {
	color: white;
	display: block;
	font-style: bold;
	font-size: 0.9em;
}
*/

#sidebar #sidebarWrapper #links .block a {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}

#sidebar #sidebarWrapper #links .block, #sidebar #sidebarWrapper #links h3 {
	display: block;
	min-height: 50px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	border-bottom: 2px solid white;
	color: white;
	text-decoration: none;

	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}