/* nmc.css                        */
/* (CC) 2003 Handmade Web.             */
/* http://handmade-web.com             */


body {
	color: #FFFFFF;
	background-color: #003399;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"",inherit;
	font-size: small;
}
.b {
	/* sacrificial style to god of tantek */
}

/* Links */

a, a:link, a:visited { color: #CC0000; font-weight: normal; text-decoration: none; }
a:hover, a:active { color: #CC0000; }
a:hover {text-decoration: underline}
a.bb:link, a.bb:active, a.bb:hover, a.bb:visited {color: black; font-weight: bold; text-decoration: none;}
a.bb:hover {text_decoration: underline;}
a img {border: 0}  /* no borders on link images */

/* Headings */

h1, h2, h3 { font-weight: bold; margin: 0px; padding: 0px; }
h1 {font-size: 20px; }
h2 {font-size: 16px; margin-bottom: 6px;}
h3 {font-size: 14px;}
hr {color: #000099; background-color: transparent; height: 1px;} 	

/* Images */
img {padding: 0; overflow: hidden;}
img.screen {
	padding: 0; 
	border: 2px #0052e7 solid;
	}
	
img.right {
	float: right;
	padding: 0px 0px 10px 10px; 
	}

img.left {
	float: left;
	padding: 0px 10px 10px 0px; 
	}

img.centre {
	float: both;
	padding: 0px 10px 10px 10px; 
	}


pre {
	color: #990000;
	font-size: 11px;
	}

pre.codeblock {
	color: #990000;
	background-color: white;
	border: 2px solid #990000;
	font-size: 11px;
	padding: 5px;
	}

dd {
	margin-left: 5px;
	margin-bottom: 8px;
	text-indent: 0px;
	}

div.spacer {
	clear: right;
	line-height: 0px;
	margin: 0;
	padding: 0;
	}

blockquote {
	font-style: italic;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}


/**********/
/* Tables */
/**********/
	/* the table itself */
table {display: table; width: 100%; padding: 0; margin: 0; border-collapse: collapse;}

	/* table rows */
tr {vertical-align: top;}
tr.bb0 {background-color: #FFFFE0; border: 1px solid black;}
tr.bb1 {background-color: #EEEEEE; border: 1px solid black;}
tr.bb2 {background-color: #CCCCCC; border: 1px solid black; color:#333333; text-align: center;}
	/* header cells */
th {font-size: 12px; color: white; background-color: black; text-align: left}  
th a {color:white; text-decoration: none}
th a:visited, th a:hover {color: white;}
th a:link, th a.active {color: #FFCC00;}
th a:hover {text-decoration: underline}
th.centre {font-size: 12px; font-weight: bold; text-align: center}
	/* mormal cells */
td {font-size: 12px; padding: 2px; margin: 0; border: 0;}
td.dark {font-size: 12px;
		background-color: black;
		color: white;
		text-align: center;
	}
td.darkerr {font-size: 12px;
		background-color:red;
		color: white;
		text-align: center;
	}	

td.error {font-size: 12px; color:red; font-weight: bold;}

ol {margin-top: 0; margin-bottom: 1pt}

/*********************/
/* Miscellaneous IDs */
/*********************/

#right {text-align: right;}
#left  {text-align: left;}
#centre {text-align: center; float: both;}
#tiny {font-size: 9px;}
#fineedge {border: 1px solid black}

/*******************/
/* Division Styles */
/*******************/
	/* Banners */
.banner {
	width: 100%;
	background-color: transparent; 
	color: #000099;
	margin: 0;
	padding: 0 10px 10px 10px;
	}

.banner h1 {text-align: right; color: #0052e7; padding: 15px; letter-spacing: 12px}

.banner p {
	color: white;
	background-color: transparent;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	text-align: right;
	text-decoration: underline;
}

	/* Main body of the page */

.main {
	position: relative;
	width: 100%; 
	color: #3333CC;
	background-color: transparent;
	border: 0px solid red;
	padding: 0px;
	text-transform: none;
	z-index: 1;
	}

	/* Navigation bars */

.navbar {
	background-color: transparent; 
	border: 0;
	margin: 0 10px 0 10px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	float: both; text-align: center;
	}

.navbar a, .navbar a:link, .navbar a:visited, .navbar a:active, .navbar a:hover{
	display: inline;
	border-top: 3px solid #ADCEE7;
	border-right: 3px solid #3577A0;
	border-bottom: 3px solid #3577A0;
	border-left: 3px solid #ADCEE7;
	margin: 0px;
	padding: 2px 25px 2px 25px;
	color: #FFFFFF; font-weight: bold;
	background-color: #36A3DC;
	}

.navbar a:hover {
	background-color: #FFFFFF;
	color: #36A3DC;
	text-decoration: none;
	}

/******************************/
/* outer columns of main body */
/******************************/

.leftbar, .rightbar {
	position:absolute;
	top:0;
	width:120px;
	background:transparent;
	color: white;
	padding: 10px;
	font-size: 9px;
	text-align: center
	}
	
.leftbar {
	left:0;
	float: left;
	z-index: 3;
	}
	
.rightbar {
	right:0;
	z-index:2;
	overflow: hidden;
	}
 
.leftbar h2, .rightbar h2 {
	border: 1px solid #FFFFFF;
	font-size: 12px;
	line-height: 140%;
	padding: 2px;
	text-align: center;
	}
.leftbar p, .rightbar p {
	padding: 0px;
	text-align: left;
}

	/* links on the sidebars */
.leftbar  a:link, .leftbar   a:active, .leftbar  a:visited, .leftbar  a:hover {
	display: block;
	color:  white /* #003399  #FFFF00 */;
	background: #36A3DC;
	margin: 2px 0;
	padding: 2px;
	border-top: 2px solid #ADCEE7;
	border-right: 2px solid #3577A0;
	border-bottom: 2px solid #3577A0;
	border-left: 2px solid #ADCEE7;
	font-size: 11px;
	font-weight: bold;
	}
	
.leftbar a:hover {
	background-color: #FFFFFF;
	color: #36A3DC;
	text-decoration: none;
	}
	
.rightbar a, .rightbar  a:active, .rightbar a:visited, .rightbar a:hover {color: #FFFF00; border: 0; display: block; margin: 12px, 0px 2px 0px;}
.rightbar a:hover {text-decoration: underline;}

/******************************/
/* centre column of main body */  
/******************************/
.content, .content1, .content2 {
	color: #000099;
	background-color: white;
	border-top: 3px solid #3577A0;
	border-right: 3px solid #ADCEE7;
	border-bottom: 3px solid #ADCEE7;
	border-left: 3px solid #3577A0; 
	margin: 0px 142px 0px 142px;
	padding: 10px;
	overflow: hidden;
	z-index:5;
	}

.content  {margin: 0px 142px 0px 142px;}
.content2 {margin: 0px 142px 0px 10px;}
.content3 {margin: 0px 10px 0px 10px;}

.content p {text-align: justify;}

.content p a img {overflow: hidden;}

.content dt {
	font-weight: bold;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.content dd {
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}

	/* page footer */
	
.footer {
	width: 100%;
	color: #000099;
	background-color: transparent; 
	padding: 0px;
	margin: 0;
	}

.footer p {
	padding:10px 0 0 10px;
	margin: 0;
	font-size: 10px;
	text-transform: none;
	text-align: center;
	color: white;
	}

.footer p a:link, .footer p a:active, .footer p a:hover, .footer p a:visited  {color: #FFFF00;}


