//html { height: 100%; }
body {
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

//#html>body { height: auto; }

#main {
	border: none;
	width: 920px;
	height: 450px;
	min-height: 450px;
	background-image: url(images/bgPattern.jpg);
}
#container{
	position:relative;
	border: none;
	left: 10px;
	width:900px;
	height: 100%;
}
#topmenu {
	position:relative;
	border: none;
	height: 70px;
	width: 900px;
}
#banner {
	position:relative;
	border: none;
	height: 200px;
	width: 900px;
}
#content {
	position:relative;
	border: none;
	height: 400px;
	min-height: 400px;
	width: 900px;
}
#content_table {
	position:relative;
	border: none;
	left:100px;
	width: 700px;
}
#copyright {
	position:relative;
	border: none;
	height: 20px;
	width: 900px;
	background-color:#000000;
	color:#FFFFFF;
}
#copyright td a {
	text-decoration:none;
	color: #fff;
}
#copyright td a:hover {
	color:#fd8014;
	text-decoration:none;
}
#heading{
	font-size:11px;
}
.titleBold{
	color:#415ea0;
	font-size:14px;
	font-weight: bold;	
}
.add{
	color:#93a6d1;
}
.redText{
	color:#FF0000;
	font-weight: bold;
}
input, select, textarea{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}

img { border: 0px; }

.alert {color: red;}
