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

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
/*background:#fff; /*color background - only works in IE */
/*font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/*hide overflow:hidden from IE5/Mac 
/* \*/
overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:hidden; /*get rid of scroll bars in IE */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}


.contents {
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	/*overflow:auto; /* add scroll bars as required */
	overflow:auto;
	/*left:209px; */
	padding-top:140px;
	padding-left:217px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:7; /* allocate a suitable z-index */
}



.pad2 {
display:block;
height:100px; /* height to miss header and footer */
}



.bodycopy {
/*    font-family:Georgia, Times New Roman, serif; */

    font-style:italic; 

    font-size:12.5px;
	font-weight:normal;
	text-align: left;
	line-height:140%;
	color:#CCC;
	letter-spacing:1 px;
}

.projectholder {
z-index:1;
}

.fullproject {
z-index:0;
}

.heading{
	font-style:italic;
	font-weight:bold;
	font-size:13.5px;
	color: #C5C5C5;
}

.title{
/*	font-style:italic;*/
	font-weight:bold;
	font-size:13.5px;
	color: #C5C5C5;
	letter-spacing:1 px;
}

.errorsbig{
/*	font-style:italic;*/
	font-weight:bold;
	font-size:12px;
	color: #000;
}
.errors{
/*	font-style:italic;*/
	font-weight: normal;
	font-size:12px;
	color: #000;
}

.italtitle{
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	color: #C5C5C5;

}

.datestamp{
/*	font-style:italic;*/
	font-weight:bold;
	font-size:13px;
	color: #39d8cc;

}

.subheading{
	font-style:italic;
	color: #C5C5C5;
}


a:link {
/*	color: #BDBCC5; */
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #09F;
}

