/* Common CSS */

body
{
	background-image: url('../images/bkg.png');
	background-repeat: repeat-x;
	background-color: white;
	overflow: auto;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
	width: 1000px;
	min-width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

img, div
{
	behavior: url(css/iepngfix.htc)
}

img
{
	border: 0px;
}

.spacer
{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 5px;
}

.large-spacer
{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

.p-spacer
{
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 8px;
}

/* Header */

div.header
{
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 135px;
}

.header-logo
{
	float: left;
	margin-left: 28px;
	margin-top: 18px;
	width: 226px;
	height: 107px;
	border: 0px;
}

.header-links-container
{
	float: right;
	margin-right: 28px;
	margin-top: 35px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

a.header-link, a.header-link:visited
{
	text-decoration: none;
	color: #80B4E6;
}

a.header-link:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Mid (vertical tabs and content area) */

div.mid
{
	background-image: url('../images/mid.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 550px;
}

div.tabs-container
{
	float: left;
	width: 247px;
	height: 458px;
	padding-top: 90px;
}

div.tab
{
	width: 170px;
	height: 32px;
	padding-top: 16px;
	padding-left: 84px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

div.tab-active
{
/*	background-image: url('../images/active_tab.png'); */
/*	background-repeat: no-repeat; */
	color: #FFFFFF;
}

div.tab-old
{
	width: 247px;
	height: 38px;
	border: 1px solid;
}

div.tab-text-old
{
	padding-top: 7px;
	padding-left: 84px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	border: 1px solid;
}

div.tab-active-old
{
	background-image: url('../images/active_tab.png');
	background-repeat: no-repeat;
	width: 264px;
	height: 64px;
}

div.tab-text-active-old
{
	padding-top: 23px;
	padding-left: 84px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #0000CC;
}

a.tab-link, a.tab-link:visited
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.tab-link:hover
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div.content-container
{
	float: right;
	background-image: url('../images/content_container.png');
	background-repeat: no-repeat;
	width: 749px;
	height: 548px;
	text-align: left;
}

div.content
{
	margin-top: 56px;
	margin-left: 25px;
	width: 673px;
	height: 438px;
	overflow-y: auto;
	text-align: left;
	font-size: 11px;
}

a.content-link, a.content-link:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
}

a.content-link:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

div.content-title
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

div.content-sub-title
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

img.content-title-img
{
	float: left;
	width: 48px;
	height: 48px;
}

div.content-title-img-title
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 8px;
}

div.content-indent
{
	margin-left: 20px;
	margin-right: 20px;
}

/* Footer */

div.footer
{
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	width: 1000px;
	height: 68px;
}

.footer-copy
{
	float: left;
	margin-left: 15px;
	margin-top: 47px;
	color: white;
	font-size: 10px;
}

.footer-links-container
{
	float: center;
	padding-top: 17px;
}

a.footer-links, a.footer-links:visited
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.footer-links:hover
{
	text-decoration: none;
	color: #0000CC;
}
