BODY
{
	margin: 0px;

	background-color: #15222F;
	color: #000000;

	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

IMG
{
	border: 0px;
}

.noScreen, .cvSection-noScreen
{
	display: none;
}

DIV#page
{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

DIV#header
{
	position: fixed;
	width: 790px;
	height: 60px;
	
	padding-right: 10px;
	background-image: url(../images/headerBackground.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #416EA5;
	color: #AEC4DC;
}

DIV#header H1
{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;

	position: relative;
	top: 2px;
}

DIV#header H2
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 12pt;

	position: relative;
	top: -4px;
}

DIV#menuBar
{
	position: fixed;
	top: 60px;
	width: 800px;
	
	background-color: #305074;
	color: #FFFFFF;
	text-align: center;
}

DIV#menuBar A
{
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #305074;
	color: #FFFFFF;
	text-decoration: none;
}

DIV#menuBar A:HOVER
{
	background-color: #FFFFFF;
	color: #305074;
}

DIV#menuBar A.active
{
	background-color: #FFFFFF;
	color: #000000;
}

DIV#content
{
	padding-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

DIV#content H1
{
	 color: #305074;
	 background-color: #FFFFFF;
	 margin-top: 0px;
}

DIV#content H3
{
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV#content P
{
	margin-top: 5px;
}

div.introCopy
{
	padding: 10px;
	padding-top: 90px;
}

DIV.lightProject
{
	background-color: #F5F5F5;
	color: #000000;
	padding: 10px;
}

DIV.darkProject
{
	background-color: #EEEEEE;
	color: #000000;
	padding: 10px;
}

P#validation
{
	text-align: center;
	clear: both;
	padding-top: 10px;
}

DIV.cvSection, DIV.cvSectionHidable, DIV.clear
{
	clear: both;
}

DIV.cvSection P, DIV.cvSectionHidable P
{
	margin-left: 20px;
}

DIV.cvSectionHidable
{
	border: 1px solid #CCCCCC;
	padding: 2px;
}

DIV.sectionExpander
{
	background-color: #CCCCCC;
	color: #FFFFFF;
	display: inline;
	/*padding-left: 5px;
	padding-right: 5px;*/
	cursor: pointer;
}

DIV.reference
{
	float: left;
}

DIV#sectionPicker
{
	float: right;
	padding: 5px;
	border: 2px dotted #305074;
}

DIV#sectionPicker P
{
	font-weight: bold;
	margin-bottom: 0px;
}

DIV#sectionPicker FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*DIV.educationSection
{
	clear: both;
}*/

DIV.educationDate /*, DIV.educationEstablishment*/
{
	clear: left;
	float: left;
}

DIV.educationEstablishment
{
	float: left;
}

DIV.sectionExpander A
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

DIV.sectionExpander A:HOVER
{
	color: #FFFFFF;
	background-color: #305074;
}
