﻿/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #fff;
	font-family : arial, helvetica, sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : left;
	font-size : 0.75em;
}

A{
	color : blue;
	text-decoration : underline;
}

A:hover{
	color : #900;
	text-decoration : underline;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

H1{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 170%;
	color : #339933;
	padding : 0 0 0 0;
	margin : 0 0 0.7em 0;
	font-weight : normal;
}

H2{
	font-size : 150%;
	color : #339933;
	padding : 0 0 2px 0;
	margin : 1em 0 0.4em 0;
	font-weight : normal;
}

H3{
	font-size : 120%;
	color : black;
	padding : 0 0 0 0;
	margin : 0 0 0.4em 0;
	font-weight : 600;
	clear : right;
}

H4{
	font-size : 120%;
	color : #339933;
	padding : 0 0 0 0;
	margin : 0 0 0.4em 0;
	font-weight : 600;
	clear : right;
}

H5{
	font-size : 110%;
	color : #900;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 0;
	font-weight : bold;		
}

HR{
	border : none;
	background-color : black;
	color : black;
	height : 1px;
	margin : 0 0 1em 0;
}

form{
	display : inline;
}

Label{
	font-weight : bold;
}

FIELDSET{
	border : 1px solid #c7c7c7;
	padding : 0 10px 10px 10px;
	margin : 0 0 0.8em 0;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0 0 0 0;
}

UL LI{
	list-style : square;	
	list-style-image : url(../furniture/bullet.gif);	
	margin : 2px 0 3px 0;
}




/* ******************************** */
/* ARCHITECTURE IDs */
/* ******************************** */


#stage{
	width : auto;
	margin : auto;

	font-size : 100%;
	text-align : left;
	background-image : none;
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	display : none;
}

#printHeader{
	display : block;
	text-align : right;
}





/* ******************************** */

#secondHeader{
	display : none;
}




/* ******************************** */
/* SEARCH */
/* ******************************** */










/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : none;
}

/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : block;
	float : none;
	width : 100%;
	padding : 0;
	margin : 0;
	text-align : left;
	line-height : 1.4em;
}


#contentBlock UL{
	margin : 1em 0 1em 20px;
	padding : 0 0 0 0;
}


#contentBlock UL LI{
	background-image : url("../furniture/bullet.gif");
	background-position : 0 2px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock OL, Blockquote{
	margin : 1em 0 1em 40px;
	padding : 0 0 0 0;
}


#contentBlock label{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}


.dataTable{
	font-size : 90%;
	width : 490px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


.dataTable TH{
   background-color : #D7D7D7;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
}


.dataTable TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}



/* ******************************** */
/* ADDRESS */
/* ******************************** */




/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	display : none;
}


/* ******************************** */


#footer{
	display : none;
}


.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}