* html {
	padding: 0;
	margin: 0;
}


body {
	text-align: center;
	min-width: 1100px;
	font: 11px/14px 'Lucida Grande', Lucida Sans Unicode, Verdana, Arial, Sans-Serif;
	color: #000000;
	margin: 0 auto;
}

#page {
	border: none;
	width: 1100px;
	text-align: left;
	margin: 0 auto;
	background: url("images/bgMain.jpg") no-repeat top center;
	min-height: 900px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 900px; /* For IE */
}

#content {
	position: relative;
	top: 103px;
	left: 493px;
	text-align: left;
	color: #000000;
	width: 529px;
}

#tabtop {
	width: 529px;
	height: 115px;
}

#content div.tabbox {
	width: 529px;
	margin: 0 auto;
	background-color: #ffffff;
}

div.tabbox h2 {
	font-size: 14px;
	color: #3886c7;
	margin: 0 30px 10px 35px;
	padding-top: 5px;
}

div.tabbox p {
	margin: 0 30px 0 35px;
	padding-bottom: 10px;
}

#links {
	border: none;
	width: 529px;
	text-align: center;
	margin: 0 auto;
	background: url("images/tab_bottom.gif") no-repeat top left;
	height: 46px;
}

#bottom {
	border: none;
	width: 529px;
	text-align: right;
	margin: 0 auto;
	background: url("images/logo_tab.png") no-repeat top left;
	height: 116px;
	padding: 35px 30px 0 0;
}


td.tab_active {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #004677;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: right;
}

td.tab_inactive {
	height: 46px;
	font-size: 12px;
	color: #004677;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 8px;
	text-align: right;
}

p {
	margin-bottom: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	padding-right: 30px;
}

.center {
    text-align: center;
}

hr {
    display: none;
    }
		
a img {
    border: none;
}

img {
    border: none;
}

.hidden {
    display: none;
}

a { text-decoration: underline; color: #3886c7; }
a:visited { text-decoration: underline; color: #3886c7;}
a:active { text-decoration: underline; color: #3886c7;}
a:link { text-decoration: underline; color: #3886c7;}
a:hover { text-decoration: underline; color: #000000;}

td.tab_active a { text-decoration: none; color: #000000;}
td.tab_active a:visited { text-decoration: none; color: #000000;}
td.tab_active a:active { text-decoration: none; color: #000000;}
td.tab_active a:link { text-decoration: none; color: #000000;}
td.tab_active a:hover { text-decoration: none; color: #000000;}

td.tab_inactive a { text-decoration: underline; color: #3886c7;}
td.tab_inactive a:visited { text-decoration: underline; color: #3886c7;}
td.tab_inactive a:active { text-decoration: underline; color: #3886c7;}
td.tab_inactive a:link { text-decoration: underline; color: #3886c7;}
td.tab_inactive a:hover { text-decoration: underline; color: #000000;}


