body
    {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px auto;
	background-color: #f1ac06;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    }

a:link
    {
	color : #0080c1;
	font-size : 11px;
	text-decoration : none;
	font-family : Tahoma,Arial,sans-serif;
    }
a:visited
    {
	color : #0080c1;
	font-size : 11px;
	text-decoration : none;
	font-family : Tahoma,Arial,sans-serif;
    }


 
a:hover
    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
    }

#container
    {
	background-color: #f3ff9d;
	border: 3px solid #ffffff;
	margin: 0px auto;
	width: 300px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    }

#header
    {
	width: 300px;
	height: 100px;
	background-image: url(images/header.jpg);
	repeat: no-repeat;
	border-bottom: 3px solid #ffffff;
    }

#content
    {
	width: 294px;
	margin: 0px auto;
	background-color: #f3ff9d;
	padding-left: 3px;
	padding-right: 3px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    }

#submenu
    {
	width: 150px;
	height: 25px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #00649f;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
    }


#submenu2
    {
	width: 150px;
	height: 25px;
	border: 1px solid #999999;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #00649f;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
    }

#footer
    {
	width: 300px;
	height: 15px;
	border-top: 3px solid #ffffff;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
    }