/*	HTML Tags	*/
a {
	color		: #0000ff;
	text-decoration	: underline;
}
body {
	background	: #ff9000; /* url('../images/dom.gif') no-repeat; */
	color		: #000000;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	margin		: 0px;
	
	scrollbar-face-color		: #ceac87; 
	scrollbar-highlight-color	: #ae8c67;
	scrollbar-shadow-color		: #fedca7;
	scrollbar-arrow-color		: #000000;
	scrollbar-track-color		: #9e6c47;
	scrollbar-darkshadow-color	: #9e6c47;
}
img {
	border-width	: 0px;
}
table {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;	
	font-weight	: normal;
}
td {
	font-size	: 14px;
}


/*	Classes		*/
div.headBar {
	background	: url('../images/headbar.gif') repeat-x left;
	filter		: Alpha(Opacity=80);
	font-size	: 40px;
	height		: 58px;
	left		: 0px;
	padding-top	: 10px;
	position	: absolute;
	text-align	: left;
	top			: 70px;
	width		: 100%;
	z-index		: 1000;
}
div.headBar span {
	padding-left: 600px;
}

div.navContainer {
	filter		: Alpha(Opacity=75);
	left		: 59px;
	padding		: 0px;
	position	: absolute;
	top		: 197px;
}
div.navContainer .head {
	background	: url('../images/nav_top.gif') no-repeat bottom;
	filter		: Alpha(Opacity=75);
	height		: 28px;
	width		: 153px;
}
div.navContainer .foot {
	background	: url('../images/nav_bottom.gif') no-repeat top;
	filter		: Alpha(Opacity=75);
	height		: 28px;
	width		: 153px;
}
div.navContainer .cont {
	background	: url('../images/nav_cont.gif') repeat-y;
	filter		: Alpha(Opacity=75);
	font-size	: 14px;
	font-weight	: bold;
	height		: 346px;
	line-height	: 200%;
	padding-left	: 20px;
}
div.navContainer a {
	color		: #000000;
	text-decoration	: none;
}
div.navContainer a:hover {
	color		: #676767;
}

table.contentContainer {
	border-width	: 0px;
	filter		: Alpha(Opacity=75);
	left		: 250px;
	position	: absolute;
	top		: 197px;
	width		: 700px;
}
table.contentContainer td {
}
table.contentContainer .ol {
	background	: url('../images/cont_bg_ol.gif') no-repeat;
	filter		: Alpha(Opacity=75);
	height		: 35px;
	width		: 35px;
}
table.contentContainer .or {
	background	: url('../images/cont_bg_or.gif') no-repeat;
	filter		: Alpha(Opacity=75);
	height		: 35px;
	width		: 35px;
}
table.contentContainer .ul {
	background	: url('../images/cont_bg_ul.gif') no-repeat;
	filter		: Alpha(Opacity=75);
	height		: 35px;
	width		: 35px;
}
table.contentContainer .ur {
	background	: url('../images/cont_bg_ur.gif') no-repeat;
	filter		: Alpha(Opacity=75);
	height		: 35px;
	width		: 35px;
}
table.contentContainer .top {
	background	: url('../images/cont_bg_o.gif') repeat-x;
	filter		: Alpha(Opacity=75);
	height		: 35px;
}
table.contentContainer .left {
	background	: url('../images/cont_bg_l.gif') repeat-y;
	filter		: Alpha(Opacity=75);
	width		: 35px;
}
table.contentContainer .right {
	background	: url('../images/cont_bg_r.gif') repeat-y;
	filter		: Alpha(Opacity=75);
	width		: 35px;
}
table.contentContainer .bottom {
	background	: url('../images/cont_bg_u.gif') repeat-x;
	filter		: Alpha(Opacity=75);
	height		: 35px;
}
table.contentContainer .cont {
	background	: #fedca7;
	filter		: Alpha(Opacity=75);
	font-size	: 14px;
	height		: 330px;
}
div.chead {
	font-size	: 16px;
	font-weight	: bold;
	margin-bottom	: 20px;
}



/*	ID's		*/
#zsun {
	left		: 50px;
	position	: absolute;
	top		: 5px;
	z-index		: 1001;
}
#zdom {
	position	: absolute;
	left		: 830px;
	top			: 6px;
	z-index		: 1001;
}

