body {
	background-color: #999999;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2 {
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

a:link {
    color: #152554;
	font-weight: bold ;
}

a:visited {
    color: #546CA9;
	font-weight: bold; 
}

/******************************************************
NAVIGATION MENU PROPERTIES
*******************************************************/
#nav {
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	color:#566EAC;
	margin:0;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:15px;
	width:108px;
	height:20px;
	font-weight:bold;
	text-decoration:none;
}
#nav_over {
	background-image:url(images/tab.gif);
	background-repeat:no-repeat;
	color:#FFCC33;
	margin:0;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:15px;
	width:108px;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}
#nav_static {
	background-image:url(images/tab_static.gif);
	background-repeat:no-repeat;
	color:#FFCC33;
	margin:0;
	padding-left:7px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:15px;
	width:108px;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	cursor: default;
}

img.border {border:1px #666666 solid;}

#head_border {background-image:url(images/header_border.gif); background-repeat:repeat-x;}
#image_scroll {
	overflow: auto;
	width: 500px;
	height:227px;
	white-space:nowrap;
}

table.projects {
	width:100%;
	height:227px;
	font-size:14px;
	margin-bottom:30px;
	background-color:#666666;
	border:1px solid #333333;
}

.projects td {
	padding:10px 10px 10px 10px;
	vertical-align:top;
}

#dark_background {
	background-color:#666666;
	border:1px solid #333333;
}

table#dark_background td{
	vertical-align:top;
	text-align:left;
}

div#dark_background  { text-align: left; padding: 20px 0; width: 800px }

.holder td {
	padding-right:6px;
}