a {
	/*text-decoration:none;*/
	color:#999999;
}
.greyText {
	color:#999999;
}

.left {
	float:left;
	clear:left;
}

body {
	background-color:#212121;
	border-style:none;
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
}

#ribbonArea {
	position:relative;
	left:50px;
	top:0px;
	width:800px;
	height:58px;
clip: rect(0px 800px 58px 0px);
	z-index:91;
}

#ribbonAreaInner {
	position:absolute;
	left:0px;
	top:0px;

	height:58px;
}

#hintArea {
	position:absolute;
	left:50px;
	top:58px;
	width:800px;
	height:23px;

	z-index:91;
}

#topBar {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:90px;
	background-image:url("Images/navbar_toptile3.jpg");
	background-repeat: repeat-x;
}

#topLogo {
	position:absolute;
	left:0px;
	top:0px;
	

}

#mainContent {

	position:relative;
	margin:0px auto;
	padding:0px;
	top:0px;

	width:800px;

}

@page { size: 21cm 29.7cm; margin: 2cm }

#CVArea {
	
	position:absolute;
	width:800px;
	height:1750px;
	left:27px;
	top:100px;
	padding:5px 0px 0px 25px;
	margin:20px 0px 0px 0px;

	
	background-color:#212121;
	
	color:#AAAAAA;
	
	font-size:10pt;
	letter-spacing:2px;
	line-height:15px;
	font-family:"Georgia", "Times";

}

#RefArea {
	
	position:absolute;
	width:800px;
	height:950px;
	left:27px;
	top:100px;
	padding:5px 0px 0px 25px;
	margin:20px 0px 0px 0px;

	
	background-color:#212121;
	
	color:#AAAAAA;
	
	font-size:10pt;
	letter-spacing:2px;
	line-height:15px;
	font-family:"Georgia", "Times";

}

.footerImage {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	position:absolute;

	z-index:100;

	text-align:center;
	width:1000px;
	height:91px;
	left:50%;
	margin-top:1850px;
	margin-left:-500px;

	color:#999999;

	font-size:7pt;
	letter-spacing:2px;
	line-height:15px;
	font-family:"Georgia", "Times";
}

#footer a:link {color: #999999; text-decoration: underline; }
#footer a:active {color: #999999; text-decoration: underline; }
#footer a:visited {color: #999999; text-decoration: underline; }
#footer a:hover {color: #999999; text-decoration: none; }



.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 14px; height: 14px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 1px solid #000000;
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
}
