﻿body 
{
	background-color: #556A82;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

img
{
	border: none;
}

h1
{
	color: #C40500;
	font-size: 21px;
	margin: 0px 0px 18px 0px;
}

h2
{
	color: #273C73;
	font-size: 18px;
	margin: 0px 0px 18px 0px;
}

h3
{
	color: #273C73;
	font-size: 14px;
	margin: 0px;
}

p
{
	margin: 0px 0px 18px 0px;
}

a:link, a:visited
{
	color: #273C73;
	font-weight: bold;
}

a:active, a:hover
{
	color: #77889B;
	font-weight: bold;
}

.emphasis
{
	color: #C40500;
	font-weight: bold;
	font-size: 14px;
}

#container
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	width: 748px;
	min-height: 500px;
	position: relative;
	margin: 0px auto 0px auto;
}

	*html #container
	{
		height: 500px;
	}

#header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 182px;
	position: relative;
}

#nav
{
	width: 183px;
	position: absolute;
	left: 6px;
}
	#nav a:link, #nav a:visited
	{
		background-image: url(images/linkbg.gif);
		background-repeat: no-repeat;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 178px;
		height: 20px;
		position: relative;
		float: left;
		margin: 5px 0px 5px 0px;
		padding: 1px 0px 0px 5px;
	}
	
	#nav a:active, #nav a:hover
	{
		background-image: url(images/linkbg_active.gif);
		background-repeat: no-repeat;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		width: 178px;
		height: 20px;
		position: relative;
		float: left;
		margin: 5px 0px 5px 0px;
		padding: 1px 0px 0px 5px;
	}
	
#content
{
	width: 520px;
	min-height: 400px;
	position: relative;
	left: 192px;
	padding: 10px 15px 10px 15px;
}

	*html #content
	{
		height: 400px;
	}
	
#footer
{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 748px;
	height: 18px;
	position: relative;
	margin: 0px auto 0px auto;
}

/* home */
.box1
{
	border-bottom: solid 2px #CECECE;
	margin: 0px 0px 1px 0px;
	position: relative;
}

.box2
{	
	border-right: solid 2px #CECECE;
	width: 175px;
	position: relative;
	float: left;
	padding: 10px 0px 0px 0px;
}

.box3
{
	width: 325px;
	position: relative;
	float: left;
	padding: 10px 0px 0px 10px;
}

.substrate
{
	border: solid 1px #77889B;
	border-collapse: collapse;
	font-size: 10px;
}

.substrate td
{
	border: solid 1px #77889B;
}
.substrate th
{
	border: solid 1px #77889B;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: top;
}

.substrateslist
{
	background-color: #DBDEE1;
	width: 490px;
	height: 95px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	list-style-type: none;
}

.substrateslist li
{
	width: 240px;
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}