/* Layout */
html {
	font-size: 16px;
	font-family: "Calibri", serif;
}

body, div#content, div#sidebar {
	background-color: #fafaff;
}


div#headertext {
	font-family: "Times New Roman", serif;
	font-size: 40px;
	color: #023acd;
}

div#headertext h1 {
	line-height: 100%;
	font-size: 40px;
}

div#menu {
	text-align: right;
}

div#menu p {
	background: transparent url("bar.png") no-repeat left bottom;
}

div#menu p a, div#menu p a:hover, div#menu p a:visited, div#menu p a:active {
	color: #000000;
	text-decoration: none;
}

div#sidebar div.news {
	border: 1px solid #333333;

	font-size: 14px;
}	

div#sidebar div.news h3 {
	background-color: #7c93cc;
	border-bottom: 1px solid #333333;
	color: #111111;

	font-weight: bold;
	font-size: 14px;
}

div#sidebar div.news p {
	font-size: 13px;
}

div#sidebar div.news h6 {
	color: #888888;

	font-size: 11px;
	text-align: right;
}

div#sidebar h2, div#content h2 {
	font-size: 17px;
}
/* /Layout */

/* Elements */

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	font-size: 16px;
}

h2 {
	margin-bottom: 0.5em;
}

div#content img, div#content embed {
	margin: 2px;
	padding: 3px;
	border: 3px solid #7c93cc;
	max-width: 500px;
}

div.profile {
	padding: 0;
	margin: 0.5em 0 0.5em 0;

	border: 1px solid #333333;
	width: 300px;
}

div.profile h3 {
	margin: 0;
	padding: 0.15em 0.2em 0.1em 0.25em;
	
	background-color: #7c93cc;
	border-bottom: 1px solid #333333;
	color: #111111;

	font-size: 16px;
	font-weight: bold;
}

div#content div.profile img {
	float: left;
	height: 133px;
	width: 100px;
	
	margin: 0;
	padding: 0;
	
	border: 0;
	border-right: 1px solid #333333;
}

div.profile p {
	padding: 0;
	margin: 0;
	margin-left: 101px;
	padding-left: 0.5em;

	font-size: 15px;

	vertical-align : middle; 
	display : table-cell;
	height: 133px;
}

div.profile div.clear {
	clear: both;
}

