body {
	background-color:white;
	background-image : url(../images/head_tile.gif);
	background-repeat : repeat-x;
	font: 11px Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:black;
	margin:0px;
	padding:0px;
	border:0px;
	}
h1 {
	font:bold 20px Trebuchet MS, Arial, Verdana, Sans-Serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#000000;
	}
h2 {
	font:bold 16px Arial, Verdana, Sans-Serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#333333 ;
	}
h3 {
	font:bold 13px  Arial, Verdana, Sans-Serif;
	margin:10px 0px 4px 0px;
	padding:0px;
	color:#333333 ;
	}
h4,h5,h6 {
	font:bold 12px  Arial, Verdana, Sans-Serif;
	margin:10px 0px 4px 0px;
	padding:0px;
	color:#CC6600 ;
	}
p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px 0px 10px 0px;
	}

.answer {
	color:#333333;
	text-align: justify;
}
.strong {font-weight:bold;}
.slogan {position:absolute; top:12px; right:4px; color:#CCCCCC; font: bold 15px/15px Trebuchet MS, Arial, Verdana, Sans-Serif; text-align:right}
.snippet {border:1px solid #CCCCCC; background-color:#FFFFDD; color:#333333; padding:2px; margin:4px 4px 6px 0px;}
.right {
	float:right;
	text-align: justify;
}
.left {
	float:left;
	text-align: justify;
}

.content>p {
	margin:0px;
	text-align: justify;
}
.content>p+p {
	text-indent:30px;
	text-align: justify;
}


/* LINK STYLES */
a.navbar:link{font-size:13px; font-weight: bold; text-decoration: none; color: #000000;}
a.navbar:visited{font-size:13px; font-weight: bold; text-decoration: none; color: #000000}
a.navbar:active{font-size:13px; font-weight: bold; text-decoration: none; color: #FDE13B;}
a.navbar:hover{font-size:13px; font-weight: bold; text-decoration: underline; color: #000000;}

a.footlink:link {color:#EEEEEE; text-decoration:underline;}
a.footlink:visited {color:#EEEEEE; text-decoration:underline;}
a.footlink:active {color:#EEEEEE;}
a.footlink:hover {text-decoration:none;color: #FDE13B;}

a:link {color:#000000; text-decoration:underline;}
a:visited {color:#000000; text-decoration:underline;}
a:active {color:#000000;}
a:hover {text-decoration:none;color: #CC6600;}
  
/* MAST HEAD LAYERS */
#header {
	width:100%;
	height:90px;
	padding-top:0px;
	background-color: transparent;
}

#navbar {
	position:absolute;
	top:62px;
	width:100%;
	height:30px;
	text-align:center;
	letter-spacing : 2px;
	background-color:  transparent;
}

/* All the content boxes belong to the content class. */

#outer {height:auto;
	float:right;}

.content {
	position:relative;
	width:auto;
	min-width:120px;
	min-height:110px;
	margin:30px 200px 0px 200px;
	border-top:1px dashed silver;
	padding:10px 10px 10px 10px;
	text-align: justify;
	/* z-index:3; This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* All the Question and Answer boxes belong to the question class. */
.question {
	position:relative;
	width:auto;
	min-width:120px;
	margin:10px 10px 0px 200px;
	border-top:1px dashed silver;
	padding:10px 10px 0px 10px;
	text-align: justify;
	/* z-index:3; This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* All the Gallery boxes belong to the studio class. */
.studio {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 10px 0px 200px;
	border-top:1px dashed silver;
	padding:10px 10px 0px 10px;
	/* z-index:3; This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* All the large pictures belong to the studiopix class. */
.studiopix {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	border-top:1px dashed silver;
	padding:10px 10px 0px 10px;
	/* z-index:3; This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#leftBox {
	z-index:50;
	position:absolute;
	width:178px;
	height:420px;
	top:90px;
	left:0px;
	background-color: #FFFF99;
	font: 12px Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#333333;
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding:40px 0px 10px 10px;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:178px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:178px;}
		
#rightBox {
	z-index:50;
	position:absolute;
	width:180px;
	top:90px;
	right:0px;
	border-left:1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#333333;
	padding:40px 0px 10px 10px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:180px;}


#footer{
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	margin:10px 0px 10px 0px;
	font:9px/14px verdana, arial, helvetica, sans-serif;
	text-align:center;
	background-color:#000000;
	color:#DDDDDD;
	padding:10px;
	z-index:0;
	 /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.note {
	font:10px verdana, arial, helvetica, sans-serif;
	color:#666666;
}
