@charset "utf-8";
/* CSS Document */

#container {
	background-color: rgb(255,255,255);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	overflow: visible;
}
h1 {
	font-family: volkhov, serif;
	font-size: 24px;
	color: rgb(0,74,159);
	font-weight: lighter;
	font-variant: normal;
}
h2 {
	font-family: volkhov, serif;
	font-size: 80%;
	color: rgb(0,74,159);
	font-weight: lighter;
	font-variant: normal;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: volkhov, serif;
	font-size: 24px;
	color: rgb(0,74,159);
	font-weight: lighter;
	font-variant: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-family: volkhov, serif;
	font-size: 24px;
	color: rgb(0,74,159);
	font-weight: lighter;
	font-variant: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#background {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: rgb(194,212,232);
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: rgb(153,153,153);
	padding: 15px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: rgb(153,153,153);
	position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 90px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1080px;
}
#navbar {
	float: right;
}
#navbar a {
	text-decoration: none;
	text-align: center;
	display: block;
}
#navbar ul {
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 51%;
}
#navbar ul li {
	float: left;
	/*width: 16.5%*/
	width: 25%;
}
a:link, a:active, a:visited {
	color: rgb(0,74,159); 
}
#logo {
	position: absolute; 
	bottom: 5px;
}
#profilepic {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 5px;
	-ms-interpolation-mode: bicubic;
}
#profile {
	text-align: justify;
}
#photo {
	float: right;
	position: absolute;
	right: 10px;
	top: 5px;
}
#photo_h {
	float: right;
	position: absolute;
	top: 5px;
	right: 10px;
	
}
a img  {
	border: none;
}
#footer {
	text-align: center;
		font-family: volkhov, serif;
	font-size: 14px;
	color: rgb(0,74,159);
	font-weight: lighter;
	font-variant: normal;
	padding: 5px;
		position: relative;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#portal {
	float: right;
	width: 334px;
	text-align: center;
	margin-left: 83px;
	margin-right: 83px;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding: 0px; 
	
}

/* Styles for injected navbar */
#navbar h2 { margin: 0; }
#navbar ul { margin: 0; padding: 0; list-style: none; position: absolute; right: 0; bottom: 0; width: 51%; }
#navbar ul li { float: left; width: 25%; }
#navbar ul li a { display: block; text-decoration: none; padding: 6px 4px; color: rgb(0,74,159); }
.active-nav { font-weight: bold; text-decoration: underline; }
