/* Blue 3b5aa3 */
/* Red be0027 */
/* green 239e46 */
BODY {
      background-color : #3b5aa3;
      }
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #000;
	background-image:  url(../images/LogoBackLine.jpg);
	LogoBackLine
	height: 70px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 60px;
	}
#MenuTop	{
	position: absolute;
	top: 0px;
	left: 450px;
	}
html>body #top {
	height: 100px; /* ie5win fudge ends */
	}
#full	{
	position: absolute;
	top: 73px;
	left: 0px;
	border: 0px solid red;
	width: 60%;
	}
#left {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0px;
	padding-left: 5px;
	border: 0px solid red;
	background: #3b5aa3;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	}
html>body #left {
	width: 150px; /* ie5win fudge ends */
	}
#middle {
	position: absolute;
	top: 30px;
	left: 172px;
	padding: 0px;
	border: 1px solid #000;
	background: #fff;
	width: 583px;
	}
#right {
	position: absolute;
	top: 30px;
	left: 757px; /* Comment */
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	background: #eee;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	}
html>body #right {
	width: 200px; /* ie5win fudge ends */
	}
	
/* ...............................................Top Nagigation ........................................ */	
#navcontainer { width: 160px; }

#navcontainer ul
{
margin: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3b5aa3;
color: #fff;
border: 1px solid #eee;
}