/* CSS Document */
/* 
light blue color #649CCB
dark blue color #00378E
#649CCB
*/
body {
	background:url(images/bg.jpg) repeat;
	margin:0px;
	padding:0px;
	font-size: 13px;
	color: #000;
	font-family: sans-serif,verdanda,tahoma;
	border: 2px;
	background: #e5eef5;
	}

#banner {
	margin:10px;
	padding: 10px;
	border: 2px solid #000;
	background: white;
	height:100px;
	text-align:center;
	}

#leftimg {
	position:absolute;
	left:20px;
	top:26px;
	}
	
#middleimg {
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	}
	
#rightimg {
	position:absolute;
	right:20px;
	top:22px;
	}

#left {
	position: absolute;
	top: 140px;
	left: 1px;
	margin: 15px;
	padding: 10px;
	border: 2px solid #000;
	background: white;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;

	}
#left img { 
	padding:5px 0px 5px 0px;
	display:block;
	}

a img { border:0px;}



html>body #left {
	width: 120px; /* ie5win fudge ends */
	}

#middle {
	
	margin: 20px 190px 20px 190px;
	padding: 20px;
	border: 2px solid #000;
	background:#FFF;
	}

#right {
	position: absolute;
	top: 140px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 15px;
	padding: 10px;
	border: 2px solid #000;
	background: white;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	text-align:center;
	}
	
#right img { padding:10px 5px 10px 5px;}
html>body right {
	width: 120px; /* ie5win fudge ends */
	}

	
a:link, a:visited, a:active, b, i
{
	font-size: 1em;
	font-family:sans-serif,verdanda,tahoma;
	text-decoration:underline; 
	color: #03349a;
}

a:hover
{
	text-decoration: underline;
	background: #fff;
	color:#6a96c3;
	cursor: no-resize;
	letter-spacing: 1px;
}


