/* 
	Tiger Styles
	$_REQUEST['themeid'] = */
 
 @import url('/styles/common.css');

/* Random HTML Styles */
	p, ul, ol {
		color: #666
	}

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	input[type="submit"] {
		font-weight: bold;
	}
	
	li {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
	

/* General Structure */
	body, td, th, input { /* redundant rules for bad browsers  */
		font-family: verdana, sans-serif;
		font-size: 90%;
		color: #666;
		voice-family: "\"}\"";
		voice-family: inherit;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: arial, verdana, sans-serif;
		color: #999; 
	}

	#title h2 {
		font-weight: normal;
		letter-spacing: 5px;
		color: ;
		margin-left:20px;
	}
	
	
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
	h1, h2, h3 {
		margin: 0.5em 0 0.2em 0;
	}

	#title > h2:first-child {
		margin-top: 15px;
	}
	
/* Navigation */

      :link { color: #039; }
      :visited { color: #636; }
      :link:hover, :visited:hover { color: #333; }
      :link:active, :link:active { color: #000; }
		
	:link img,
	:visited img {
		border: 0;
	}
	
	
/* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 5px;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 10px 0 0 0;
		list-style-type: none;
		line-height:25px;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 1.1em;
	padding: 2px;
	font-size: 11px;
	width: 3.5em;
	color: #666;
	white-space: nowrap;
	}
			
/* Emphasis */

	.highlightRed {
		color: #FF0000; 
		font-size: 90%;
	}