/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: #990000; 
	color: #cc1911;
    BACKGROUND-COLOR: #fffff0;
    FONT-FAMILY: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * to maintain viewport height so that bottom links stay visible
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */
body {
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

html {
	height: 100%;
	max-height: 100%;
	overflow: auto;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #990000; 
	color: #cc1911;
    margin-bottom: 7px;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight: 600;
	font-style: italic;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#996666;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#996666;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#996666;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	2em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Content Section
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */

#content { 
	background-image: url(images/shield.jpg); 
	background-repeat: no-repeat; 
	background-position: 2em 1em; 
 display: block; height: 100%; max-height: 100%; overflow: auto;
 padding-left: 40px; padding-right: 7px; padding-top: 1px; 
}


/*
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Content Left Side Section
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */

#leftside { 
 position: absolute; top: 11em; left: 0px; 
}

#counter { 
 color:	#909090; text-align:center;
 margin: 0; margin-top: 0.5em; bottom: -1; 
 z-index:4;
}


/*
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Content Right Side Section
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */

#rightside { 
 border-left-style: groove; border-left-color: #990000;
 margin-left: 14em; width: 95%; height: 100%;
}


/*
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Miscellaneous Classes
 * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 */

.indented1em {
 margin-left: 1em;
}

.indented1pt5em {
 margin-left: 1.5em;
}

.indented2em {
 margin-left: 2em;
}

.members {
 margin-left: 0; width: 85%;
}

.profiles
{
 font-size: 10pt;
 text-align: left; margin-bottom: 2em;
}

.tables
{
 font-size: 10pt;
 text-align: left; margin:0;
}

.feedback
{
 font-size: 9pt; margin-left: 2em;
 text-align: left; margin-bottom: 0.5em;
}

.blocks
{
 margin: 0;
 font-size: 10pt;
}

.spacer1
{
 margin-top: 0.25em;
 margin-bottom: 0.275em;
}

.photo
{
	padding:0; padding-right: 7px; padding-bottom: 10px; padding-top:5px; 
	position: relative;
/*
	position:absolute; 
	top:165px; left:290px; z-index: 1;
*/
}
