HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

BODY {
	top: 0px;
	left: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/background.jpg) repeat-x top left;
	font: normal 80% Arial, Verdana, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#container {
	position: realtive;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#main-area {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 85px 0px 0px 0px;
	width: 850px;
}
/*
#nav {
	position: relative;
	margin: 0px 0px 0px 140px;
}
*/
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 30px;
	width: 810px;
	position: relative;
}

#nav li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#nav-tech ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 59px;
	width: 556px;
	position: relative;
}

#nav-tech li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#main-content {
	position: relative;
	width: 100%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
/*	border-top: 3px solid #96B2DD;
	border-left: 3px solid #96B2DD;
	border-right: 3px solid #3A4C68;
	border-bottom: 3px solid #3A4C68;*/
	border: 1px solid #686BB2;
	background-color: #bbbbbb;
}

#left-col {
	float: left;
	position: relative;
	width: 110px;
	height: 100%;
	padding: 10px;
}

#left-col p {
	padding-top: 20px;
	font-size: 85%;
}

#main-col {
	position: relative;
	margin: 0px;
	/* border-left: 3px solid #03036F; */
	/* padding: 10px 30px 90px 30px;
	background: #E2E2E2 url(images/footer-box.jpg) repeat-x bottom left; */
	padding: 10px 30px 340px 30px;
	background: #E2E2E2 url(images/footer-diamondinscription.jpg) repeat-x bottom left;
}

#main-col-small {
	position: relative;
	margin: 0px;
	/* border-left: 3px solid #03036F; */
	/* padding: 10px 30px 90px 30px;
	background: #E2E2E2 url(images/footer-box.jpg) repeat-x bottom left; */
	padding: 10px 30px 240px 30px;
	background: #E2E2E2 url(images/footer-diamondinscription-s.jpg) repeat-x bottom left;
}

#clear {
	position: relative;
	clear: both;
	border: 1px solid #E2E2E2;
	height: 1px;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 4px;
	color: #B5B5F2;
	font-size: 180%;
	font-weight: bold;
	background-color: #030371;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	color: #030371;
	font-size: 160%;
	font-weight: bold;
	background-color: #B5B5F2;
	display: block;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #0605EA;
	font-size: 110%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

p.footer-text {
	font-size: 80%;
	color: #cccccc!important;
	text-align: center;
	display: block;
	margin: 15px auto 0px auto;
}

p.footer-text a, p.footer-text a:visited, p.footer-text a:link, p.footer-text a:active, p.footer-text a:hover {
	color: #cccccc!important;
	text-decoration: none;
}

#main-content a, #main-content a:visited, #main-content a:link, #main-content a:active {
	color: #000000;
} 

#main-content a:hover {
	color: #413FE0;
}

table.main-table {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-size: 90%;
}

table.main-table tr, table.main-table td {
	border: 1px solid #000000;
}

tr.table-header {
	background-color: #769AD3;
	font-weight: bold;
}

.news-title {
	color: #030371;
	font-weight: bold;
}

.news-date {
	font-weight: bold;
}