a:link { color: #000020; }
a:visited { color: #000020; }
a:hover { color: #000020; }
a:active { color: #000020; }
a.headerlink:link { color: #eff7fd; }
a.headerlink:visited { color: #eff7fd; }
a.headerlink:hover { color: #ffffff; }
a.headerlink:active { color: #ffffff; }

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

body {
	background: url(gfx/bg1.gif);
}

div.clear {
	clear: both;
}

img {
	border: 0px;
}

div.centered {
	text-align: center;
	margin: 0px auto;
}

div.header {
	font-size: 14px;
	color: #495c6a;
	font-weight: bold;
	/*text-decoration: none;*/
}

#logo {
	width: 496px;
	height: 40px;
	background: url(gfx/logo1.gif) no-repeat;
	margin: 22px auto 28px auto;
}

#page {
	width: 760px;
	margin: 0px auto;
}

#tabs {
	height: 30px;
	background: url(gfx/topline.gif) repeat-x;
}

#tabs div.tab {
	width: 80px;
	height: 30px;
	text-align: center;
	/*vertical-align: middle;
	display: table-cell;*/
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

#tabs div.tab p {
	margin-top: 9px;
}

#tabs #leftTabStop {
	width: 2px;
	height: 30px;
	float: left;
	background: url(gfx/leftstop.gif) no-repeat;
}

#tabs div.current {
	background: url(gfx/curtab.gif) no-repeat;
}

#tabs div.inactive {
	background: url(gfx/inactab.gif) no-repeat;
}

#tabs #rightTabStop {
	width: 1px;
	height: 30px;
	float: right;
	background: url(gfx/rightstop.gif) no-repeat;
}

#contentBorder {
	background-color: #aac0cf;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content {
	border-left: 1px solid #c6d9e7;
	border-right: 1px solid #8899a5;
	border-bottom: 1px solid #8899a5;
	padding: 28px;
}

#toc {
	text-align: center;
	padding-bottom: 28px;
}

#toc ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#toc li {
	margin: 0px 1px 0px 0px;
	display: inline;
}

div.embossBorder {
	border-left: 1px solid #8899a5;
	border-top: 1px solid #8899a5;
	border-right: 1px solid #c6d9e7;
	border-bottom: 1px solid #c6d9e7;
}

div.embossContent {
	border: 1px solid #343434;
	background: #eeeeee;
}

div.sectionHeader {
	font-size: 14px;
	color: #495c6a;
	font-weight: bold;
	margin: 28px 0 14px 0;
	/*text-decoration: none;*/
}

div.project {
	padding-bottom: 5px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

div.projectHeader {
	border-left: 1px solid #688da7;
	border-top: 1px solid #688da7;
	border-right: 1px solid #3c5261;
	border-bottom: 1px solid #3c5261;
	background: #506d81;
	padding: 5px;
	font-weight: bold;
	color: #eff7fd;
}

div.projectContent {
	border-top: 1px solid #343434;
}

div.projectImage {
	margin: 5px 5px 0px 5px;
	padding: 0px;
	width: 100px;
	float: left;
	display: inline;
}

div.projectImage img {
	border: 0;
}

div.projectInfo {
	width: 576px;
	margin: 5px 5px 0px 5px;
	text-align: justify;
	float: left;
	display: inline;
}

#bottom {
	font-size: 10px;
	text-align: center;
	margin: 14px auto;
}

