body {
	background-color: white;
	margin: 0px;
}

a {
	color:  red;
	text-decoration:  none;
}

img {
	border:  0px solid white;;
}

h3 {
	margin-top: 15px;
}

/* @group Layers */
div.container {
	position: absolute;
	width: 900px;
	margin-left: 50%;
	left: -450px;
	top: 40px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-color: white;
	border-bottom: 0px solid white;
}
div.header {
	width: 900px;
	height: 100px; /*114 */
	background-color: white;
}
div.left {
	float: left;
	width: 210px;
	padding-top: 10px;
	min-height: 505px;
	background-image: url('../img/bluefade.png');
	background-color: white;
	background-repeat: repeat-x;
	border-left: 2px solid rgb(193,193,193);
	border-right: 2px solid rgb(193,193,193);
}

div.content {
	float: right;
	width: 664px;
	padding: 10px;
	padding-top: 0px;
	border-right: 2px solid rgb(193,193,193);
	background-color: white;
	min-height: 505px;
}

div.footer {
	clear: both;
	background-color: rgb(193,193,193);
	width: 900px;
	height: 18px;
	color: white;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

/* @end */

/* @group Menu */
#menu {
	padding-top: 4px;
	font-size: 12px;
	font-family: Lucida Grande;
	min-height: 500px;
}

#menu a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

#subsubmenu a {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

#menu img {
	float: left;
	clear: left;
	margin-top: 5px;
}

div.square {
	margin-top: 4px;
	min-height: 18px;
}

div.subsquare {
	margin-top: 4px;
	min-height: 15px;
	font-weight: normal;
}

#menu a:hover {
/*	color:  rgb(255,172,47);*/
	color: gray;
}

/* @end */
/* @group SubMenu */

#submenu {
	margin-left: 20px;
	font-family: Lucida Grande;
	font-weight: bold;
	clear: left;
}

#subsubmenu {
	margin-left: 20px;
	font-family: Lucida Grande;
	font-weight: normal;
	clear: left;
}

/*
#submenu img {
	float: left;
	clear: left;
	margin-top: 7px;
	width: 15px;
}
*/

#submenu a {
	color: black;
	font-size: 11px;
}

#selected {
	background-image: url('../img/white.png');
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#ie_selected {
	background-image: url('../img/transp.gif');
	background-color: rgb(200,214,224);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

.sel {
	width: 8px;
	margin-left: 5px;
	float: left;
	font-weight: bold;
}

/* @end */

#start td.box {
	border: 0px solid white;
	background-image: url('../img/boxtop2.gif');
	height: 6px;
	width: 215px;
}

#start td.bbox {
	border: 0px solid white;
	background-image: url('../img/boxbottom2.gif');
	background-repeat: no-repeat;
	height: 16px;
	width: 215px;
}

div.box {
	padding: 5px;
}

#start td {
	width: 214px;
	vertical-align: top;
	padding: 0px;
	padding-right: 0px;
	border-left: 1px solid rgb(215,215,215);
	border-right: 1px solid rgb(215,215,215);
/*	border-left: 1px solid rgb(235,235,235);
	border-right: 1px solid rgb(235,235,235);*/
}

#startcontact {
	width: 200px;
}

#startcontact td {
	width: 30px;
	border: 0px solid white;
}

img.border {
	border: 2px solid rgb(85,85,85);
}

img.timespacer {
	width: 900px;
	height: 80px;
}

#management td, #sales td, #address td {
	background-color: rgb(245,245,245);
	padding: 5px;
}

/* @group Text Styles */

p,td, div {
	font:12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	/*color:#666;*/
	color:#444;
	text-align: justify;
}

h3 {
	color: black;
}

.header {
	font-weight: bold;
	color: rgb(60,60,150);
}

.lheader, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.cheader {
	font-weight: bold;
	vertical-align: top;
}

.title {
	font-size: 14px;
	font-weight: bold;
	width: 300px;
}

#arkleft {
	float: left;
	width: 567px;
}

#arkonia {
	float: right;
	padding-top: 18px;
}

/* @end */
