body {
margin: 20px 0 0 0;
padding: 20px 0 0 0;
}


/* ************************************************* */
/*                       OUTER TABLE CONSTRUCTION                           */
/* ************************************************* */


table#container
{
background-color: transparent;
border: 1px solid #000;
}

table#container td#sidebit
{
width: 15px;
background-color: #FFF;
background-image: url(stat/sidebit.gif);
background-repeat: no-repeat;
}

table#container td#contentcolumn
{
background-color: #FFF;
background-image: url(stat/bg-image.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}



table#container td#contentcolumn .caption
{
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 14px;
	font-weight: normal;
	color: #999900;
}

table#container td#statuecolumn
{
width: 150px;
}

table#container td#footercolumn
{
	border-top: 1px solid #999;
	background-color: #FFF;
	height: 10px;
	padding: 10px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


table#container td#footercolumn a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
}


table#container td#footercolumn a:hover
{
	color: #CCCC99;
}

/* ************************************************* */
/*                STATUE TABLE AND PULLOUT COMMENTS                   */
/* ************************************************* */


table#statuetable
{
width: 170px;
}


table#statuetable td#statue
{
border-bottom: 7px solid #666;
}


table#statuetable td#comments blockquote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 25px;
	font-weight: normal;
	text-align: right;
	margin: 20px 0 0 0;
}


/* ************************************************* */
/* HEADER NAVIGATION BUTTONS AND PICTURE BOX CONSTRUCTION */
/* ************************************************* */


table#navandstuff td#logo
{
background-color: #333;
background-image:url(logo.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
height: 50px;
border-left: 1px solid #FFF;
border-top: 1px solid #FFF;
}

table#navandstuff td#address
{
background-color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
font-weight: normal;
color: #FFFFFF;
padding: 5px 0 5px 10px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
}

table#navandstuff td#pictures
{
background-color: #FFF;
border-left: 1px solid #FFF;
border-top: 1px solid #FFF;
}





/* ***************   NAVIGATION BUTTONS ********************/
table#navandstuff 
{
width: 100%;
background-color: #FFF;
}


table#navandstuff td a
{
background-color: #99CCCC;
padding: 23px 5px 6px 5px;
display: block;
width: 157px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 19px;
font-weight: normal;
color: #FFF;
text-decoration: none;
border-left: 1px solid #FFF;
border-top: 1px solid #FFF;
height: 19px;
}

table#navandstuff td a:hover
{
background-color: #BDDFDF;
color: #669999;
}

table#navandstuff td.thispage a
{
background-color: #999900;
color: #FFF;
}

table#navandstuff td.thispage a:hover
{
background-color: #999900;
color: #FFF;
}

/* ************************************************* */
/*      THIS IS WHERE ALL THE MAIN CHANGING CONTENT IS HELD     */
/* ************************************************* */



table#contenttable
{
width: 640px;
}

table#contenttable td#content
{
border-left: 1px solid #FFF;
padding: 40px 150px 40px 40px;
}
table#contenttable td#content.flash
{
border-left: 1px solid #FFF;
padding: 0;
}

table#contenttable td#sidecontent
{
padding: 60px 10px 40px 10px;
background-color: transparent;
width: 220px;
margin: 0;
}


/* ************************************************* */
/*                                  CONTENT STYLING                               */
/* ************************************************* */


H1, H2, H3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999900;
}


H1
{
	font-size: 20px;
	margin: 5px 0 0 0;
}

H2
{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
#futuredevs H2
{
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0 10px 0;
	background-color: #EEEEDF;
	padding: 3px 3px 3px 5px;
}


H3
{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	margin: 2px 0 2px 0;
}

table#contenttable td#content ul
{
	list-style: none;
	margin: 0 15px 10px 0;
	padding: 0;
}

table#contenttable td#content li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 12px;
	font-size: 11px;
	padding-left: 13px;
	background:  url(stat/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	margin-bottom: 5px;
	text-align: left;
}

table#contenttable td#content li.larger
{
	font-size: 14px;
	color: #999900;
	line-height: 18px;
	background-position: 1px 7px;
}


table#contenttable p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
}

table.block
{
	margin: 0 0 40px 0;
	border-bottom: 1px solid #999900;
}
td table.block
{
	padding: 0 0 10px 0;
	}
td table.block img
{
margin: 5px 10px 0 0;
}

#contactform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	float: left;
	text-align: left;
	color: #666;
	margin: 0 0 0 0;
}


#contactform input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 4px;
	font-weight: normal;
	color: #000;
	background-color: #EDEDDC;
	border: 1px solid #777;
	margin: 3px 0 10px 0;
	width: 200px;
}
#contactform input.MandatoryName, #contactform input.MandatoryEmail, #contactform input.MandatoryPhone {
border-left: 5px;
border-left-color: #CC3300;
width: 195px;
}


#contactform select
{
}




#contactform .buttons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 3px;
	font-weight: bold;
	color: #000;
	width: 100px;
	background-color: #99CCCC;
	border: 1px solid #777;
	margin: 0 0 10px 0;
}

#contactform .buttons:hover
{
	background-color: #DDD;
	cursor: pointer;
}

#contactform .radiobuttons
{
	width: 10px;
	background-color: transparent;
	border: none;
	margin: 5px 0 -3px 0;
}
.tablbg
{
background-color: #000;
}

table.tabular
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999;
padding: 2px 2px 2px 5px;
margin-top: 5px;
}
table.tabular td
{
background-color: #FFF;
text-align: left;
}
table.tabular td.toprow
{
background-color: #999;
color: #FFF;
font-size: 11px;
font-weight: bold;
}

table.tabular .sections
{
font-size: 11px;
background-color: #eee;
text-align: left;
}

.piclinks
{
width: 192px;
padding: 1px 3px 4px 5px;
background-color: #CCCC99;
color: #CCCC99;
text-align: center;
margin: 2px 0 0 0;
}

.piclinks a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
margin: 0 10px 0 0;
line-height: 14px;
}

.piclinks a:hover
{
color: #FFF;
}


