html, body {
	background-color: #c0c0c0;
	color: #333;
	font-family: Helvetica,Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: Georgia;
	color: #666;
}

h2 {font-size: 17px;}

hr {
	background: 0;
	border: solid #ccc;
	border-width: 0 0 1px 0;
	margin-bottom: 9px;	
	height: 1px;
	clear:both;
}

#categories {
	background: url(../images/catBgD.gif) no-repeat top left;
	height: 21px;
	text-align: center;
	width: 286px;
	padding-top: 3px;
	margin-left: 50px;
	color: #fff;
}

#categories a
{
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	padding-right: 4px;
	text-decoration: none;
}

#container
{
	background-color: #fff;
	min-height: 100%;
	width: 975px;
	margin: auto;
	padding: 0 8px;
	border: solid #999;
	border-width: 0 1px 0 1px;
}

#content
{
	margin-left: 10px;
	padding-bottom: 20px;
	min-height: 200px;
	clear:both;
}

#footer
{
	background-color: #fff;
	bottom: 0;	
	position: fixed;
	text-align: right;	
	width: 650px;
}

#glossary
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#glossary li
{
	float: left;
}

#glossary a 
{
	background-color: #ccc;
	display: block;
	width: 15px;
	margin-right: 1px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	color: #fff;
}

#glossary a:hover
{
	background-color: #8ab1c0;
	border-color: #648d9c;
}

#glossary .active
{
	background-color: #666;
	border-color: #333;
}

#header
{
	/*background: url(../images/mrc_qr_banner.jpg) no-repeat left 30px;*/
	/*height: 132px;*/
	height: 58px;
	padding-top: 4px;
}

#login {
	/*background: url(../images/MRC_interlinkONE.jpg) no-repeat right top;*/
	/*height: 132px;*/
	/*margin-top: 100px;	*/
	/*padding-left: 10px;*/
	text-align:center;
}

#nav
{
	float: left;
	text-transform: capitalize;
}

#nav ul
{
	list-style: none;
	padding: 0;
	margin-left: 0;
	width: 100%;
}

#nav li
{
	background: #8ab1c0 url(../images/navLeft.gif) no-repeat left top;
	height: 21px;
	margin-bottom: 2px;
	margin-right: 5px;
	float: left;
	
}

#nav li:hover
{
	background-color: #648d9c;
}

#nav a
{
	background: url(../images/navRight.gif) no-repeat right top;
	color: #fff;
	height: 18px;
	display: block;
	padding: 3px 0 0 3px;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
}

.entry
{
	font-weight: bold;
	text-transform: capitalize;
	display: block;
}

.main-link {
	font-size: 14px;
	color: #8ab1c0;
	font-weight: bold;
}

.main-link:hover {color: #658b99;}

.sub-link {
	font-size: 14px;
	color: #8ab1c0;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub-link:hover {color: #658b99;}

.td-label
{
	text-align: right;
	font-weight: bold;
}

.right
{
	float: right;
}

/* Layout styles */
#admin-console {float: right;}

a img {border: none;}