/* global definitions */

body{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color:#000000;
}

a:link, a:visited, a:hover {
	color: #8B0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2{
	font-size: 16px;
	text-align: left;
}

/* Specific Divs */
#outer {
	text-align:left;
	border:1px solid #000000;
	width:750px;
	margin:auto;

	background-color: #FFFFFF;
}

#language_bar {
	height: 15px;
	margin: auto;
	margin-top:0px;
	margin-bottom: 4px;
	width: 750px;
	font-weight: 800;
}

.language {
	float:right;
	padding-left:20px;	
}

#header {
	height: 60px;
	color: #8B0000; /* White text */
	background-color: #FFA500; /* Forest Green */
	width: 750px;
/*    background-color:rgb(204, 51, 51);  Deep Red */
}

#corner_top {
	float:left;
/*	width: 230px; With this, increasing the font size in Firefox causes a mess very quickly as 
name in the corner doesn't fit anymore and displaces the left nav to the right.*/
	
	text-indent: 10px;
	font-size: x-large;
	font-weight:bold;
	margin-right: 20px;
}

#corner_bottom {
	float:left;
	clear:left; /* important for the boxes to be on top of each other */	
	text-indent: 10px;
	margin-right: 20px;
	margin-top: 5px;

	font-size: large;
	font-weight:bold;

}

#banner {
	padding-top: 5px;
}

#left_nav {
	padding-left: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 150px;
	float: left;

	font-weight:bold;
	font-size: 15px;
	width: 150px;
}

#content {
	background-color: #FFFACD;
	margin-left: 180px; /* for this box to align with the 150 of width + 30 of padding-left of left_nav */
	text-align: justify;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 30px;
	min-height: 350px;
}

#content li {
	margin-bottom: 20px;
	text-align:left;
}

img.portrait {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#footer{
	clear: both;
	padding: 5px 5px 0px 5px;
    height: 30px;
	font-size: x-small;
	background-color: #FFA500; 
	color: #8B0000;
}

#footer_left {
  	float: left;
}

#footer_left a:link {
	color: #000000;
	text-decoration: none;
}

#footer_left a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_right {
  	float: right;	
}

