html
{
	margin: 0px;
	padding: 20px;
}
	
body
{ 
	font-family: arial, sans-serif;
	margin: 0; 
	padding: 0;
	background-color: #EAEADE;
	color: #666666;
}

table
{
	margin-top: 10px;
	padding: 0px;
	font-size: 10pt;
}


td.td-0
{
	white-space : nowrap;
	padding-right: 10px;
	vertical-align: text-top;
}
	
p
{ 
	margin-top: 0px; 
	text-align: left;
	font-size: 10pt;
}
	
div
{
	padding: 0px;
}
	
h1
{
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 11pt;
}

h1.csc-firstHeader
{
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 11pt;
}


h2
{
	margin: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 10pt;
}

a
{
	color: #99CC00;
	padding: 0px;
	text-decoration: underline;
	font-weight: bold;
}
	
a.menuref
{
	text-decoration: none;
	color: #666666;
}

a.menuref:hover
{
	text-decoration: none;
	color: #99CC00;
}
	
a.mail:link { 
	text-decoration: underline; 
	}
	
a.mail:visited { 
	text-decoration: underline; 
	}
	
a.mail:hover, a.mail:active { 
	text-decoration: underline; 
	color: #99CC00;
	}
	
p.menuitem
{
	border-top: 1px dotted #666666;
	padding-top: 10px;
	margin-top: 0px;
}

p.activemenuitem
{
	border-top: 1px dotted #666666;
	padding-top: 10px;
	margin-top: 0px;
	color: #99CC00;
	font-weight: bold;
}

p.bodytext, p.contact
{
	padding-top: 10px;
	line-height: 140%;
}

ul
{
	line-height: 140%;
	font-size: 10pt;
	margin-left: 0;
	padding: 0px;
}

ul li
{
	list-style: none;
}

div.current_project
{
	margin: 0px;
}

div.csc-textpic csc-textpic-intext-left
{
	margin: 0px;
}

div.csc-textpic-imagewrap
{
	float: left;
	padding-top: 20px;
}

div.csc-textpic-text
{
	width: 200px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}

div.current_project_text
{	
	width: 225px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
}


div.project_footer
{
	clear: both;
	margin: 20px 20px 20px 20px;
}


div.current_project_image
{
	float: left;
	padding-top: 20px;
}

div.csc-header csc-header-n1
{
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 11pt;
}

.csc-textpic-image
{
	padding-bottom: 0px;
}

a img
{
	border: none;
}

#main
{
	position:absolute;
	
	width: 950px;
	background-color: #FFFFFF;
	display:block;

    /*set the div in the top-left corner of the screen*/
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    height:100%;
	height:auto !important;
	min-height: 100%;
}

#navigation
{
	margin-left: 69px;
}

#menu
{
	float: left;
	width: 170px;
	margin-top: 120px;
}

#eyecatcher
{
	margin-left: 230px;
}

#content
{
	margin-left: 69px;	
}

#contact
{
	clear: both;
	float: left;
	width: 170px;
	border-top: 6px solid #F2F2E5;
	padding-top: 20px;
}

#info
{
	width: 592px;
	padding: 20px 0px 0px 0px;
	margin-left: 220px;
	border-top: 6px solid #F2F2E5;
}

#info_image
{
	padding: 0px;
	float: left;
}

#info_text
{
	padding-left: 10px;
}

