﻿html, body {margin:0;padding:0}

body {
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: small; /* for compliant browsers */
	background: #2f2f2f;
}

html>body {	/* be nice to Opera */
	font-size: small;
	}
h1	{
	font-size: 180%;
	}	 
h2	{
	font-size: 150%;
	}	 
h3	{
	font-size: 130%;
	margin-bottom: 15px;
	}	 
h4	{
	font-size: 115%;
	}	 
ul li {
	font-size: 150%;
	}
.note	{
	font-size: 85%;
	}	 
#banner {
	background: #2f2f2f;
	background-repeat: no-repeat;
	height: 110px;
	overflow: hidden;
}
#menu {
	padding: 0;
	float: left;
	width: 710px;
	background: #888888 url("../images/menuBkgd.gif");
	font-size: 60%;
	line-height: normal;
	padding-left: 50px;
	overflow: hidden;
}
#menu ul {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
#menu li {
	float: left;
	background: url("../images/r_unsel.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	background: url("../images/l_unsel.gif") no-repeat left top;
	padding: 8px 15px 4px 15px;
	color: #4f4f4f;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	display: block;
	padding: 8px 15px 4px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu #current {
	background-image: url("../images/r_sel.gif");
	z-index: 99;
}
#menu #current a {
	background-image: url("../images/l_sel.gif");
	color: #222222;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
}
#container {
	width: 760px;
	/*\width: 780px;
	w\idth: 760px;*/
	/*width:auto;*/
	height: 100%;
	min-height: 200px;
	border: none;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #eee;
	position: relative;
	overflow: hidden;
}

#Column {
	clear: both;
	padding: 0;
	margin: 0;
	width: 650px;
	float: left;
	min-height: 20px;
	background: #f8f8f8;
	padding: 40px;
	padding-bottom: 10px;
	margin: 10px;
}

#Column a img {
	float: left;
	height: 100px;
	border: solid 1px #f8f8f8;
	border-bottom: solid 2px #aaa;
	margin-right: 20px;
	margin-bottom: 20px;
}

#Column p {
	padding-bottom: 20px;
	min-height: 50px;
}

#Column h3 {
	padding-top: 0px;
	margin-top: 0px;
}

/* Thanx to Stu Nicholls (www.cssplay.co.uk) for the popup guidence */
#Column a.popup {
	color:#000; 
	text-decoration:none; 
	position:relative; 
	font-weight:bold;
	z-index: 1;
}
#Column a.popup:visited {
	color:#000; 
	text-decoration:none;
}
#Column a.popup b {
	display:block; 
	position:absolute; 
	left:0; 
	top:0;
	z-index: 2;
}
#Column a.popup span {
	display:none;
	z-index: 3;
}
#Column a.popup:hover {
	color:#000; 
	cursor: pointer;
	z-index: 4;
}
#Column a.popup:hover .popbox {
	display:block; 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	background-color:#fff; 
	color:#000; 
	border: solid 1px #aaa;
	text-align:left; 
	font-family:verdana; 
	font-size:11px; 
}
#Column a.popup:hover .popbox img {
	clear: both;
	width: auto;
	height: auto;
	float: left;
	border: solid 1px #f8f8f8;
	border-bottom: solid 2px #aaa;
	border-right: solid 2px #aaa;
	margin-right: 0px;
	margin-bottom: 0px;
}
acronym {
	color:#123; 
	border-bottom:2px dotted #c00;
	cursor: help;
}
#footer {
	clear: both;
	height: 15px;
	padding-left: 10px;
	border: none;
	background: #eee;
	margin-bottom: 10px;
	text-align: center;
}
#lColumn {
	width: 300px;
	float: left;
	min-height: 520px;
	background: #eee;
	padding: 0px;
	margin: auto;
	margin-top: 20px;
	margin-left: 20px;
}
#rColumn {
	width: 370px;
	float: right;
	min-height: 520px;
	background: #eee;
	padding: 0px;
	margin: auto;
	margin-top: 20px;
	margin-right: 20px;
}

/* asp.net control classes*/
.controlAndLabel {
	margin: 0;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	color: #2f2f2f;
	font-size: 90%;

}
#feedback {
	margin: 10px;
	padding-left: 30px;
}