.teasertext {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold}
.box {  background-color: #EEEEFF; background-repeat: repeat; background-position: center center; background-attachment: fixed; border: 1px #CCCCCC solid; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}

a { text-decoration: none; color: #0000cc; }
a:link { text-decoration: none; color: #0000cc; }
a:visited { text-decoration: none; color: #0000cc; }
a:hover { text-decoration: none; color: #0000ff; }
a:active { text-decoration: none; color: #0000ff; }

body { text-align: center; /* Center align for IE */ }

.main
{ 
	margin: 0 auto; /* Center align for Firefox, Opera, Netscape */
	text-align: left;
	width: 800px;
	background-color:#9999CC;
}

.top_header
{
	height: 22px;
	background-color:#ffffff;
	-moz-border-radius-topright:22px;
	-moz-border-radius-topleft:22px;
	-webkit-border-top-right-radius:22px;
	-webkit-border-top-left-radius:22px;
	-o-border-radius-topright:22px;
	-o-border-radius-topleft:22px; 
	border-top-right-radius:22px;
	border-top-left-radius:22px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-o-border-radius-bottomright:0px;
	-o-border-radius-bottomleft:0px; 
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

.main_content
{
	/* height: 100%; */
	background-color: #ffffff;
	/* background-image: url(images/page_g5.jpg);
	background-repeat: repeat-x;
	background-position: bottom;  */
}

.footer
{
	height: 22px;
	background-color:#ffffff;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-o-border-radius-topright:0px;
	-o-border-radius-topleft:0px; 
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	-moz-border-radius-bottomright:22px;
	-moz-border-radius-bottomleft:22px;
	-webkit-border-bottom-right-radius:22px;
	-webkit-border-bottom-left-radius:22px;
	-o-border-radius-bottomright:22px;
	-o-border-radius-bottomleft:22px; 
	border-bottom-right-radius:22px;
	border-bottom-left-radius:22px;
}

.bottomnavmenu
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 11px;
	text-align: center;
	color: #333333;
	margin: 10px;
	padding: 0px;
	/* border-style:solid;
	border-color: #eeddaa;
	border-width: 1px; */
}
.bottomnavmenulink a { text-decoration: none; color: #333333; }
.bottomnavmenulink a:link { text-decoration: none; color: #333333; }
.bottomnavmenulink a:visited { text-decoration: none; color: #333333; }
.bottomnavmenulink a:hover { text-decoration: none; color: #e7e7de; }
.bottomnavmenulink a:active { text-decoration: none; color: #ffffff; }
