body {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	background: #1A1A1A url(./images/tile.gif) repeat scroll left top;
}

td {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


table.layout {
	width: 100%;
}

td.header_left {
	width: 50%;
	background: #A1A3BA url(./images/hdr_left.jpg) no-repeat scroll right top;
	padding: 0px;
}

td.header_right {
	width: 50%;
	background: #A1A3BA url(./images/hdr_right.jpg) no-repeat scroll left top;
	padding: 0px;
}

td.header_center {
	width: 770px;
	padding: 0px;
	background-color: #FFFFFF;
}

td.content {
	/*background: #FFFFFF url(./images/footer.jpg) no-repeat scroll center bottom;*/
	background: #FFFFFF no-repeat scroll center bottom;
	padding: 20px 34px 59px 34px;
/*	padding: 20px 34px;      */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div.homepage {
	width: 380px;
	float: left;
	color: #003366;
    text-align: justify;
 }

div.featured_projects {
	width: 245px;
	background: #FFFFFF url(./images/feat_tile.gif) repeat-y scroll center top;
	float: right;
	margin-left: 68px;
	color: #003366;
}

/*
div.featured_projects {
	width: 245px;
	background: #FFFFFF url(./images/feat_tile.gif) repeat-y scroll center top;
	float: right;
	margin-left: 68px;
	color: #003366;
}
*/

div.project {
	padding: 0px 15px 15px 16px;
	float: left;
}

/*
div.project {
	width: 100%;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	float: left;
}
*/

img.proj_img {
	float: left;
	border: 1px solid black;
	margin-top: 0px;
	margin-right: 5px;
}

img.link {
	border: 0px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #396C99;
	font-weight: bold;
	text-align: left;
}

h1.frontpage {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #396C99;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	text-decoration: none;
}

h2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}

h3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
    font-weight: normal;
}

a.more {
	text-decoration: underline;
	color: #003366;
}

a.sites {
	margin-left: 15px;
}
