body {
	background-color: #660000;
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
}

td.sidebg_left {
	background-color: #660000;
	background-image: url(../img/sidebg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	vertical-align: bottom;
}

td.sidebg_right {
	background-color: #660000;
	background-image: url(../img/sidebg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	vertical-align: bottom;

}

td.ornament_left {
	background-color: black;
	text-align: right;
	vertical-align: top;
	background-image: url(../img/orn_bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

td.ornament_right {
	background-color: black;
	text-align: left;
	vertical-align: top;
	background-image: url(../img/orn_bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

td#main {
	background-color: #5F0101;
	vertical-align: top;
	text-align: center;
}

/* HEADER */

table#header {
	margin: 0px 4px 4px 4px;
	padding: 0px 2px 2px 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

	table#header td {
		border-left: 1px solid #4D4D4D;
		border-right: 1px solid #4D4D4D;
	
	}

td#nav {
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	
}

	td#nav img {
		margin-right: 4px;	
	}

/* CONTENT */

table#content {
	margin: 0px 4px 4px 4px;
	padding: 2px;
	border: 1px solid #000000;
}

table#content img {
	/*border: 1px solid #4D4D4D;*/
}

td.content-col1 {
	background-color: #5F0101;
	background-image: url(../img/col1_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #4D4D4D;
}

td.content-col2 {
	background-color: #5F0101;
	background-repeat: no-repeat;
	padding-top: 70px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #4D4D4D;
	border-left: 1px solid #000000;
}

td.footer {
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
}

/* TYPE */
body,
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DCD9CA;
	vertical-align: top;
}

h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	border-bottom: 2px solid #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	letter-spacing: 0.1em;
	border-bottom: 2px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
}

h5 {
	color: #FFCC00;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

table#content h1,
table#content h2,
table#content h3,
table#content p,
table#content i,
table#content b
{
	padding-left: 10px;
	padding-right: 10px;

}

p.copyright {
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 0px 0px 10px 5px;
	margin: 0px;
}

i {
	color: #FFCC00;
}

/* LINKS */
a img {
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}

a:hover {
	text-decoration: underline;
}

/* TABLES */
table.datasheet {
	margin-bottom: 10px;
}

table.datasheet td.title {
	font-weight: bold;
	color: #FFCC33;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.1em;
}