body {
	margin: 0;
	padding: 0;
	background-color: #555555;
	background-image: url('images/dinpattern-stripe.gif');
}

a.under:link,
a.under:visited,
a.under:active {color: #D3D7DC; text-decoration: none; border-bottom: 1px dashed #C9AE6E;}
a.under:hover {color: #F9DE8E; text-decoration: none; border-bottom: 0px;}

a.image:link,
a.image:visited,
a.image:active {text-decoration: none; border: 0;}
a.image:hover {text-decoration: none; border: 0;}

/* text-catagory */
.leftMenuCatagory {
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
}

a.leftMenuCat:link,
a.leftMenuCat:visited,
a.leftMenuCat:active {color: #FFFFFF; text-decoration: none;}
a.leftMenuCat:hover {color: #F9DE8E; text-decoration: none;}

/* text-subcatagory */
.leftMenuSubCatagory {
	color: #D3D7DC;
	padding: 1px 0 2px 10px;
}
a.leftMenuSub:link,
a.leftMenuSub:visited,
a.leftMenuSub:active {color: #D3D7DC; text-decoration: none;}
a.leftMenuSub:hover {color: #F9DE8E; text-decoration: none;}

/* current selection */
.leftMenuSelected {
	color: #77FF77;
}

#mainBox {
	position: relative;
	margin: 55px auto 20px auto;
	width: 835px;
	min-height: 700px;
	background-color: #c2bbab;
	background-image: url('images/header_bkg.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}

#mainHeaderLogo {
	position: absolute;
	left: -44px;
	top: -39px;
}

#mainHeaderCables {
	position: absolute;
	right: -46px;
	top: -37px;
}

/* content from main page */
#mainContent {
	position: relative;
	left: 170px;
	top: 94px;
	width: 612px;
	padding: 0 0 145px 0;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.6px;
	line-height: 1.5em;
	color: #000000;
}

#mainMenuBox {
	position: absolute;
	width: 216px;
	left: -85px;
	top: 81px;
}
#mainMenuTop {
	height:22px;
}

#mainMenuLinksBox {
	background-image: url('images/menu_middle.gif');
	background-position: top left;
	background-repeat: repeat-y;	
}

#mainMenuLinks {
	padding: 10px 0 10px 28px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.logoIcons {
	margin: 3px 0 0 102px;
	border: 1px solid #000000;
	width: 88px;
	height: 31px;
}

#mainFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

#mainFooter a:link,
#mainFooter a:visited,
#mainFooter a:active {color: #F9DE8E; text-decoration: none; border-bottom: 0;}
#mainFooter a:hover {color: #FF4444; text-decoration: none; border-bottom: 0;}

#mainTux {
	position: absolute;
	right: -53px;
	bottom: -30px;
}

/* bold */
.mainContentBold {
	font-weight: bold;
}
/* italics */
.mainContentItalic {
	font-style: italic;
}
/* 10px 'small' indent */
.mainContentIndentSmall {
	padding-left: 10px;
}
/* 20px 'small' indent */
.mainContentIndentMedium {
	padding-left: 20px;
}
	