﻿@import url('headerMenu.css');

body 
{
	background:#272222;
	color:#ffffff;
	
}
a 
{
	color:White;
	}
#outerDiv
{
	width: 100%;
	clear:both;
	
}
#headerDiv
{
	width: 100%;
	background:#272222;
	text-align:center;
	clear:both;
}
#firstHeaderDiv
{
	width: 100%;
	background: #272222;
	text-align: center;
	clear: both;
	height: 115px;
	vertical-align: top;
}

#logoDiv
{
	float:left;
}
#topMenuDiv
{
	position: absolute;
	left: 63%;
	top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#topMenuDiv li 
{
display:inline;
color:#666666;
}
#topMenuDiv li a
{
display:inline;
color:#666666;
}

#searchDiv 
{
 position:absolute;
 left:76%;
 top:95px;
 width: 238px;
}
#mainMenuBarDiv
{
	width:100%;
	background-image: url('images/headerMenu/headerBg.jpg');
	background-repeat: repeat-x;
	text-align:center;

}

/*

#inHeaderDiv0
{
	width:100%;
	left:0px;
	clear:both;
		
}
#inHeaderDiv0 li
{
	display:inline;
	color:#666666;
}
#inHeaderDiv0 ul
{
	
	padding: 0px;
	margin: 0px;
	list-style-type: square;
}
#inHeaderDiv0 li a
{
	padding-left:10px;
	color:#666666;
}

#inHeaderDiv
{
	width: 100%;
	height: 50px;
	background-image: url('images/headerMenu/headerBg.jpg');
	background-repeat: repeat-x;
	text-align:center;
	
}
#inHeaderDiv li
{
	display: inline;
}
#inHeaderDiv ul
{
	list-style:none;
	top: 0px;
	left: 8px;
}
*/
#leftMenuDiv
{
	background-image: url( 'images/leftBg.jpg' );
	background-repeat: no-repeat;
	width: 100%;
}
#inLeftDiv
{
text-align:left;
width:100%;
}


#ContentDiv
{
	background:#2d2d2f;
	width:100%;
	height:100%;
}

#leftDiv
{
	width: 16%;
	height: 100%;
	background: #2d2d2f;
	float: left;
	text-align: left;
	border-right-style: ridge;
	border-right-width: 1px;
	border-right-color: #808080;
}
#centerDiv
{
	width: 65%;
	height: 100%;
	background:#2d2d2f;
	float:left;
	text-align:left;
	padding-left:5px;
}
#rightDiv
{
	width: 16%;
	height: 100%;
	background:#2d2d2f;
	float:right;
	text-align:right;
	
}
#footerDiv
{
	width: 100%;
	height: 40px;
	background: #161618 url( 'images/headerMenu/headerBg.jpg' ) repeat-x;
	clear: both;
}

/* Default ASPX */

#welcomeDiv
{
	clear:both;
	width:100%;
}
.dDiv
{
	width:100%;
	clear:both;
	padding-bottom:5px;
}
.imgL
{
	float:left;
	width:200px;
}
.imgR
{
	float:right;
	width:200px;
}
.txtL
{
	text-align:justify;
	padding:5px;
}

.txtR
{	
	text-align:justify;
	padding:5px;
}