/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #33464e;
		color: #000000;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		background-position: left top;
		font-size: 65.5%;				
		}
                         	
h1		{  
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 2em;  	
		margin: 0 0 8px 0;
		}

h2		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 1.8em;  	
		margin: 20px 0 8px 0;
		}

h3		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 1.6em;  	
		margin: 20px 0 8px 0;		
		}

h4		{
		font-family: Tahoma, arial, helvetica, sans-serif;
		font-size: 1.4em;  	
		margin: 20px 0 8px 0;		
		}
.formTag {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	font-family: verdana, sans-serif;
	font-style: italic;
	vertical-align: top;
	}
#spamcode {
	font-size: 18px; 
	font-weight: bold; 
	font-family: monospace; 
	color: #444;
	}
#systemMessage {
	padding: 5px;
	margin: 10px 0 10px 0;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: left;
	border: #d85c5c solid 2px;
	background-color: #efe0e0;
	}
.LinkTitle {
		font-weight: bold;
		font-size: 14px;
		color: #333;
			}
.LinkURL {
		font-family: monospace;
		font-size: 14px;
		padding: 2px 0 0 5px;
				}
.LinkDescription {
	padding: 4px 0 2px 5px;
	}
	
.LinkCategoryTitle {
	font-size: 14px;
	}
pre, blockquote		{
		font-family: monospace;
		font-size: 1.6em; 
		line-height: 1.4em;
		margin: 5px 0 10px 20px;
		max-width: 650px;		
		}
p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.2em; 
		line-height: 1.6em;
		max-width: 650px;
		margin: 0 0 10px 0;		
		}
#content li  {  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 12px; 
			line-height: 16px;
			margin: 0 0px 10px 0px;		
		max-width: 650px;
	}
		
#content {
padding: 40px 45px 40px 45px;
			}

#wrapper1 {
	width: 950px; 
	margin: 0 auto; 
	background-image: url(images/content-middle.jpg); 
	background-repeat: repeat-y;
	}
#wrapper2 {
	background-image: url(images/content-top.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
			}
	/* CONTAINING BLOCK ELEMENTS FOR THE MENU LIST THAT DO THE CENTERING OF FLOATING ELEMENTS */
	.navigationBox {
		width: 946px; position: relative; overflow: hidden; text-align: center; margin: 0 auto;
		}
	.navigation {
		float: left; left: 50%; position: relative; text-align: center;		
		}
	.navigationWrapper {
		position: relative; left: -50%; float: left; list-style: none; margin: 0; padding: 0;
		}
		
		
		
	/* LINK LIST ITEMS - LEFT FLOATING WITH MARGIN CORRECTION TO HIDE DOUBLE BORDER */	
	.navigationBox li  {
		float: left;
		margin: 0 -1px 0 0;
		padding: 0;
		}
		
	/* LINK STYLE AND BORDER COLOR */
	.navigationBox li a {
		display: block;
		padding: 0 15px;
		font-size: 20px;
		line-height: 42px; 
		font-family: "Myriad Pro", arial, sans-serif;
		text-decoration: none;
		border-right: #667b82 solid 1px;
		border-left: #667b82 solid 1px;
		}
		
	/*  LINK STATES: NORMAL, ACTIVE, VISITED  */
	.navigationBox li a:link, .navigationBox li a:visited, .navigationBox li a:active {   
		color: #fff; 
		}
		
	/* LINK STATE: HOVER */	
	.navigationBox li a:hover { 
		color: #efbc00;
		background-color: #34474e;
		}		
		
		
		
		
		
#credits {
	color: #c6ccce;
	text-align: center;
	padding: 25px 0 10px 0;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}
#credits span.big {
	font-size: 12px;
	line-height: 16px;
	}

#credits a.text {
	text-decoration: none;
	}
		
#credits a:link.text, #credits a:visited.text, #credits a:active.text {
	color: #c6ccce; 
	border: none;
	}
	
#credits a:hover.text {
	color: #fff;
	border-bottom: #fff solid 1px;
	}
	
#credits img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	}
				


	
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF; 
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: left;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:-30px;
	padding: 15px 0 0 0;
	width:200px;
	color: #444;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}	
	