
body {
	margin: 0px;
	font: 12px verdana,helvetica,sans-serif;
}

/*=========== header styles ==============*/

.header {
	width: 800px;
	margin: 10px auto;
}

.headerNav {
	background: url(images/headerNavBarBG.jpg);
	margin: 0px auto;
	width: 796px;
	height: 40px; 
}

.hLink {
	display: block;
	text-align: center;
	width: 100%;
	padding: 5px 0px;
	margin: 5px 1px 0px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}


.hLink:hover {
	text-decoration: underline;
	color: #333;
}

/*=========== body styles ==============*/

.content {
	width: 796px;
	margin: 0px auto;
	height: 400px;
	overflow: show;	
	line-height: 1.5em;
}

body>.content {
	height: auto;
	min-height: 400px;

}

.content a {
	color: #b35500;
}

.content a:hover {
	color: #900;
}

.iTable th {
	padding: 0px;
}

.iTable td {
	padding: 10px 5px 10px 5px;
}

.pageTitle {
	display: block;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	color: #003399;
}

.red {
	color: #c00;
}

.error {
	color: #c00;
	border: 3px double #c00;
	background: #ffffcc;
	padding: 10px;
}

.stdPad {
	padding: 5px;
}

/*=========== footer styles ==============*/

.footer {
	width: 796px;
	margin: 0px auto;
	border-top: 2px solid #006600;
	border-bottom: 1px solid #999;
	padding: 5px 0px;
	text-align: center;
	color: #666;
	font-size: 10px;
	line-height: 18px;
}

.footer a {
	color: #666;
}

/*================== others =================*/

.sideMenuLinks a {
	display: block;
}

.relLinks a {
	display: block;
	margin-left: 10px;
}

/*==================== glossary/news =======================*/

.gAlpha {
	border: 1px solid #ddd;
	text-align: center;
	background: #eee;
	font-size: .9em;
}

.smGlossaryHeader {
	background: url(images/smTopGlossary.gif) no-repeat;
	padding: 11px 5px 2px 35px;

}

.smNewsHeader {
	background: url(images/smNewsTop.gif) no-repeat;
	padding: 11px 5px 2px 35px;
}

.smHeaderBottom {
	display: block;
}

.smContent {
	background: url(images/smBackground.gif) repeat-y;
	height: 300px;
	overflow: show;	
	padding: 5px 5px 0px 15px;
}

td>.smContent {
	height: auto;
	min-height: 300px;
}

.smBottom {
	height: 13px;
	background: url(images/smBottom.gif) no-repeat;
}