body {
       margin: 5px 100px 5px 100px;
       padding: 0px;
       background-color: #999;
       min-width: 700px;
}


#top0 {
       background-repeat: no-repeat;
       background-position: left;
       margin-top: 5px;
}

#top1 {
       margin-left: 20px;
       padding-left: 0px;
       background-repeat: no-repeat;
       background-position: right;
}

#top2 {
       margin-right: 20px;
       padding-right: 0px;
       background-repeat: repeat-x;
       background-position: center;
       font-size: 15px;
}


#level0 {
       background-repeat: repeat-y;
       background-position: left;
}

#level1 {
       margin-left: 25px;
       padding-left: 0px;
       background-repeat: repeat-y;
       background-position: right;
}

#level2 {
       margin-right: 25px;
       padding-right: 0px;
       background: #ccc;
       height: 100%;
       border: solid 1px white;
}

#bottom0 {
       background-repeat: no-repeat;
       background-position: left;
       margin-top: 0px;
}

#bottom1 {
       margin-left: 20px;
       padding-left: 0px;
       background-repeat: no-repeat;
       background-position: right;
}

#bottom2 {
       margin-right: 20px;
       padding-right: 0px;
       background-repeat: repeat-x;
       background-position: center;
       font-size: 15px;
}
	A 		{ color: #003366; text-decoration: none; }
	A:link		{ color: #003366; text-decoration: none; }
	A:visited	{ color: #003366; text-decoration: none; }
	A:active	{ color: #999999; text-decoration: underline; }
	A:hover		{ color: #8a2626; text-decoration: underline; }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	blockquote {
		background-color:#EEE;
		padding:2mm;
		border-left:5px solid #BBB;
		text-align:justify;
		}

	pre {
		background:#EEE;
		padding: 2mm;
		border:1px solid #999;
		}

	#info {
  		padding-top:5px;
  		padding-bottom:5px;
                border: none;
		}

        #info img {
                border: none;
                }
       
	#banner {
		font-family: verdana, arial, sans-serif;
       		background: url("./images/logo.png");
       		background-repeat: repeat-x;
		color: #db752a;
		font-size:large;
		font-weight:normal;
		text-align:left;
  		padding-top:15px;
  		padding-left:15px;
  		padding-right:5px;
  		padding-bottom:75px;
                border-top:0px dotted #999;
                border-bottom:0px dotted #999;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: verdana, arial, sans-serif;
		font-size: large;
		color: #fff;
		text-decoration: none;
		}

	.description {
		font-family: verdana, arial, sans-serif;
		color:#fff;
		font-size:x-small;
		font-weight:bold;
		}

	#content {
		float: left;
		width: 73%;
		margin-right:0px;
		padding-bottom:10px;
		}

	#container {
		border:1px solid #fff;
		}

	#links {
		float: right;
		padding-right:21px;
		padding-left:15px;
		margin-left:0px;
		margin-right:0px;
		padding-bottom:20px;
		border-left: 1px dotted #999;
		border-bottom:1px dotted #999;
		width:20%;
		}

	.main {
		width:100%;
 		padding:10px;
		}

	.mainbody {
		font-family: verdana, arial, sans-serif;
		color:#000;
		font-size:small;
		font-weight:normal;
  		line-height:120%;
		}

	.mainbody a,
	.mainbody a:link,
	.mainbody a:visited,
	.mainbody a:active,
	.mainbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: verdana, arial, sans-serif;
		font-size: small;
  		text-transform:uppercase;
		color: #003366;
		margin-bottom:15px;
		}
	#menu {
		font-family: verdana, arial, sans-serif;
		font-size: small;
  		margin-bottom:10px;
		text-align:left;
		padding-bottom: 15px;
	}

	#menu-links {
		float: right;
		padding-top:1px;
		padding-right:10px;
		border:0px solid #FFF;
		width:21%;
		background: #ccc;
		}
		
	.menu-links-content {
		font-family: verdana, arial, sans-serif;
		color:#000000;
		font-size:x-small;
		background:#fddba6;
		font-weight:normal;
  		line-height:140%;
		border:2px solid #ac5414;
  		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		text-align: center;
	}

	.menu-links-title {
		font-family: verdana, arial, sans-serif;
		color:#fff;
		background:#ac5414;
		font-size:small;
		font-weight:bold;
  		padding-top:2px;
		padding-left:10px;
		text-align:center;
	}
		
	#footer {
		font-family: verdana, arial, sans-serif;
       		background: url("./images/footer.png");
       		background-repeat: repeat-x;
		font-size:x-small;
		font-weight:bold;
		text-align:center;
  		padding-top:5px;
  		padding-left:15px;
  		padding-right:15px;
  		padding-bottom:0px;
                border-top:0px dotted #999;
                border-bottom:0px dotted #999;
		}

