html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
	background-color:#fff;
}
body {
	overflow: -moz-scrollbars-vertical;
	text-align: center;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
}

h1 {
	margin:0;
	padding:.0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

h2 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

h3 {
	margin:0;
	padding:.3em 0 0 0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height:1.5em;
	color: #fff;
}


h4{
	margin:0;
	padding:0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #531d1d;
}

p{
	margin:0 0 10px 0;
	padding:0;
	line-height:1.3em;
}

p a{
	color:#000;
	border-bottom:1px dashed #01aade;
	text-decoration:none;
}

p a:hover{
	color:#01aade;
	border-bottom:1px dashed #01aade;
	text-decoration:none;
}

p img{
	border:0 none;
}



ul li{
	list-style-image:url('../images/bullet.gif');
}

.small{
	font-size:10px;
}

.table_heading{
	background-color:#393939;
	font-size:16px;
	font-weight:bold;
	color:#dadada;
}
/* ********************** global Page Layout divs ************************************************************ */

#container {
	padding:0px;
	margin: 0px;
	width:100%;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	border:0 none;
	margin: auto;
	text-align: left;
}

#list {
	/*list-style:square;*/
	list-style-image:url("../images/bullet.gif");
}

#content-outer{
	margin:auto;
	width:920px;
	min-height:470px;
	border-top:1px solid #fff;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-y;
}

#content-left{
	float:left;
	width:278px;
	min-height:150px;
}

#left-left{
	float:left;
	width:162px;
	/*background-color:#dadada;*/
	text-align:center;
	margin:auto;
}

#left-right{
	margin-left:162px;
	width:115px;
	height:20px;
}

#left-right ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	list-style:none;
}

#left-right ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	list-style-image:none;
}

#left-right li{
	margin:0;
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	padding:0;
}

#left-right li a{
	display:block;
	border-bottom:1px solid #fff;
	height:26px;
	padding:2px 0 0 0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	text-align:center;
	text-decoration:none;
	font-family:arial, verdana, tahoma;
	font-size:10px;
	font-weight:bold;
	color:#000;
}

#left-right li a:hover{
	background-color:#000;
	color:#fff;
}

#left-right li.selected a{
	background-color:#000;
	color:#fff;
}

#content-right{
	margin-left:278px;
	width:640px;
	/*min-height:150px;*/
}

#content-right-heading{
	width:637px;
	height:24px;
	background-color:#000;
	padding:4px 0 0 5px;
}

#main-content{
	padding:10px 0 10px 10px;
	text-align:justify;
}

#footer-main{
	margin:auto;
	width:760px;
	height:28px;
	background-color:#000;
	border-top:1px solid #fff;
	border-left:163px solid #fff;
	/*background-image:url('../images/footer-bg.gif');
	background-repeat:no-repeat;*/
}

#footer-text{
	padding:7px 0 0 0;
	text-align:center;
	text-decoration:none;
	font-family:arial, verdana, tahoma;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#footer-text a{
	text-decoration:none;
	font-family:arial, verdana, tahoma;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

#footer-text a:hover{
	text-decoration:underline;
	color:#01aade;
}

/* ************************ Home Page Layout divs **************************************************************** */

#home-top-image{
	margin:auto;
	width:920px;
	height:124px;
}

/* ************************ other Page Layout divs **************************************************************** */

.enter_db{
	width:200px;
	text-align:center;
	padding-top:2px;
	border:1px solid #3e3e3e;
}
