/*common*/
body
{
	background-color: #BBBBBB;
	border: 0px none #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
}

.wrapper
{
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #000000;
	width: 100%;
}

/*banner*/
.banner
{
	background-color: #000000;
	width: 100%;
/*	height: 105px;
	background-image: url(pictures/banner.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #FFFFFF;
}

/*menu*/
.menu
{
	background-color: #D6F3FF;
	width: 150px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none #FFFFFF;
	border-right: 1px solid #000000;
	vertical-align: top;
	padding-top: 15px;
	text-align:center;
}

table.menutable
{
	width: 125px;
	text-align: center;
	margin: auto;
}

a.menuitem0
{
	display: block;
	vertical-align: middle;
	background-image: url(buttons/button_inactive.PNG);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 23px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	margin: auto;
}

a.menuitem0:link{}
a.menuitem0:hover{
	background-image: url(buttons/button_active.PNG);
}

a.menuitem0.active
{
	font-weight: bold;
	background-image: url(buttons/button_active.PNG);
}

a.menuitem1
{
	display: block;
	vertical-align: middle;
	background-image: url(buttons/subbutton.PNG);
	background-repeat: no-repeat;
	background-position: center center;
	width: 85px;
	height: 18px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	margin: auto;
}
a.menuitem1:link{}
a.menuitem1:hover{
	color: #AA0000; 
}

a.menuitem1.active
{
	font-weight: bold;
}




/*content*/
.content
{
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	border: 0px none #FFFFFF;
}

img.border
{
	border: thin solid #000000;
}

h1
{
	text-align:center;	
}


/*footer*/
.footer
{
	background-color: #000000;
	color: #000000;
	width: 100%;
	height: 50px;
	border: 0px none #FFFFFF;
}
	
.footertable
{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

td.footertable
{
	width: 25%;
	border: 0px none #FFFFFF;
	white-space: nowrap;
	vertical-align: top;/*middle;*/
}
