/* CSS Document */

body
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #ffffff;
	text-align: center;
	min-width: 600px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main.gif);	
}

a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #ffffff;
}

a:hover {
	color : Red;
}

.headertext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : yellow;
}	

.caption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color : Gray;
}

#wrapperMain {

	width: 100%;
	height: 100%;
	background-image: url(../images/bg_main.gif);
}

#wrapperContent {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	min-height: 100%;
	height: 100%;
	text-align: left;
	background-image:url(../images/bg-main1.jpg);
	position: relative;
}



#divHeader {
	width: 872px;
	height: 231px;
	margin-left: 14px;
	position: relative;
}

#divMenu {
	margin-left: 14px;
	width: 872px;
	height: 48px;
	position: relative;
	*margin-top: -3px;	
}

#divContent {
	margin-left: 14px;
	margin-right: 14px;
	width: 872px;
	position: relative;

}

#tableContent {
	width: 100%;
	margin-bottom: 34px;
	position: relative;
}

#tableContent .main {
	padding: 0px 14px 0px 14px;
	width: 470px;
}

#tableContent .sidebar {
	padding: 0px 16px 0px 18px;
}

#divFooter {
	width: 100%;
	height: 68px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	background-color:#001b2e;
	background-image: url("../images/bg-footer.jpg");	
}

.pFooterMenu {
	font-size: 1em;
	margin-top: 16px;
	position: relative;
}

.pSmall {
	font-size: 0.7em;
}

.pCopyright {
	font-size: 0.7em;
	bottom: 12px;
	position: relative;
}