body
{
	background: #c4c4c5 url(../images/mainBg.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}

#mainDiv
{
	width: 740px;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #000000;
	background: #ffffff;
	text-align: left;
}

#bannerDiv
{
	width: 740px;
	height: 220px;
	background: url(../images/header.jpg) top left no-repeat;
	border-bottom: 1px solid #000000;
}

#menuDiv
{
	width: 740px;
	height: 32px;
	background: url(../images/menuDivBg.jpg) top left repeat-x;	
}

#contentDiv
{
	margin: 20px;
	font-size: 12px;
	line-height: 16px;
}

#footerDiv
{
	text-align: center;
	border-top: 1px solid #cdcdff;
	margin: 20px;
	font-size: 10px;
	color: #666666	
}

a
{
	color: #0066cc;
	text-decoration: none;
}

a:hover
{
	color: #3b3b63;
}	

h1, h2, h3, h4, h5, h6
{
	margin: 10px 0px;
	padding: 0px;
}

h1
{
	font-size: 18px;
}

.inputBox
{
	background: #ffffff;
	border: 1px solid #666666;
	padding: 1px;
}

/* Glossary Styles */

.sdb_container
{
	border: 0px;
	margin: 10px 0px;
	border-bottom: 1px dotted #cccccc;
}