*
{
    font-family: arial, helvetica, Sans-Serif;
}

body
{
    background-image: url(../_images/bg3.gif);    
    margin: 0px auto 00px auto; 
    background-color: #222222;
    font-size: 12px;
    color: #333333;
}

A { text-decoration: none; color: Black; }
A:hover { color: Blue; }

A.projectnav { color: White; }
A.projectnav:hover { color: Yellow; }

A.terms { color: #eeeeee; }
A.terms:hover { color: Yellow; }

IMG { border-style: none; }

H1
{
	margin-top: 0px;
	margin-bottom: 8px;
	color: Black;
	line-height: 0.8;
	font-weight: bold;
    font-size: 24px;
}

H2
{
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 20px;	
	color: Black;
}

H4
{
	margin-bottom: 3px;
	font-weight: bold;
	color: Black;
	font-size: 12px;
	margin-top: 0px;
}

P
{
	margin-top: 0px;
	margin-bottom: 8px;
}

P.intro
{
	color: Black;
	font-weight: bold;
	margin-bottom: 15px;
}

DIV.col2in3
{ 
    margin: 0px; 
    width: 315px; 
    float: left;
    padding: 30px 0px 0px 30px;
}

DIV.col1in2
{ 
	padding: 30px 30px 0px 30px;
	width: 415px;
	float: left;
}

DIV.col1in1
{ 
	padding: 30px 30px 0px 30px;
	float: left;
}

LI
{
	margin-bottom: 5px;
}

P.bigquote
{
	font-size: 16px; 
	font-style: italic; 
	line-height: 1; 
}



DIV.sidestripe
{
	background-image: url(../_images/sidestripe.gif);
	background-repeat: repeat-y;
	float: left;
}


A.media
{
	color: White;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}

A.mediaOn
{
	color: Yellow;
	font-weight: bold;
	display: block;
	cursor: default;
	margin-bottom: 15px;	
}

A.media:hover
{
	color: Yellow;
}

	DIV.status
	{
		border: solid 1px #cccccc;
		background-color: #eeeeee;
		color: Blue;
		font-weight: bold;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	DIV.error
	{
		border: solid 1px #cccccc;
		background-color: #eeeeee;
		color: red;
		font-weight: bold;
		padding: 5px;
		margin-bottom: 10px;
	}



/*************************************
 *	Bread Crumb Menu
 *************************************/

	A.crumb
	{
		color: #aaaaaa;
	}

	A.crumbEnd
	{
		color: #dddddd;
	}

	A.crumb:hover
	{
		color: Yellow;
	}
	
	
/*************************************
 *	Forms and Data Entry
 *************************************/
 
	INPUT.date
	{
		border: solid 1px #666666;
		width: 80px;
	}
	
	INPUT.big
	{
		border: solid 1px #666666;
		width: 200px;
	}
	
	INPUT.fileupload
	{
		border: solid 1px #666666;
		width: 290px;
	}
	
	TEXTAREA.big
	{
		border: solid 1px #666666;
		width: 200px;
	}
	
	TH
	{
		background-color: Black;
		color: White;
		text-align: left;
	}

	TR.datarow TD
	{
		cursor: pointer;
		border-bottom: solid 1px #cccccc;

	}

	TD.field { font-weight: bold; }
 
 
 /*************************************
  *	Blog (client interface)
  *************************************/
	
	H1.blog
	{
		font-size: 32px;
		font-weight: bold;
		color: #e5e5e5;
		margin-bottom: 15px;
	}
		
	H2.blog
	{
		color: Black;
		font-weight: bold;
		padding-top: 15px;
		font-size: 24px;
	}
	
	H2.blogIndex
	{
		color: Black;
		font-weight: bold;
		padding-top: 15px;
		font-size: 16px;
	}
	
	P.author
	{
		font-weight: bold;
		color: Black;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	P.date
	{
		font-style: italic;
		color: #5a5b5e;
		margin: 0px 0px 10px 0px;
	}
	
	P.summary
	{
		color: #5a5b5e;
	}
		
		
	 A.blogpager
	 {
		font-size: 32px;
		font-weight: bold;
		color: #e5e5e5;
	 }
	 
	 A.blogpager:hover
	 {
		color: #b2b2b2;
	 }
	 
	 A.index
	 {
		color: White;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.5;
	 }
	 
	 A.index:hover
	 {
		color: #444444;
	 }
	 
	 A.smalltag
	 {
		background-color: #d9d9d9;
		color: #989898;
		
		font-weight: bold;
		padding: 4px 8px;
		margin-right: 5px;
		margin-bottom: 5px;
		float: left;
		display: block;
	 }
	
	 A.smalltag:hover
	 {
		background-color: #444444;
		color: White;
	 }
	 
	 A.bigtag
	 {
		background-color: #bbbbbb;
		color: White;
		font-weight: bold;
		padding: 4px 8px;
		margin-right: 4px;
		margin-bottom: 4px;
		float: left;
		display: block;
	 }
	
	 A.bigtag:hover
	 {
		background-color: #444444;
	 }
	 
	 .searchButton
	 {
		width: 90px;
		border: none; 
		background-color: #b2b2b2; 
		color: #e5e5e5; 
		font-weight: bold; 
		font-size: 15px; 
		margin-left: 10px; 
		padding: 5px 10px 3px 10px;
	 }
	 
	 INPUT.searchbox
	 {
		border: solid 1px #b2b2b2; 
		font-size: 15px;
		height: 20px;
		color: #aaaaaa;
		vertical-align: bottom;
		padding-top: 4px;
		padding-bottom: 0px;
	 }
	 
	 P.blog
	 {
		padding-right: 15px;
		clear: both;
		
		padding-top: 6px;
		padding-bottom: 0px;
		
		margin-top: 0px;
		margin-bottom: 0px;
		
		color: #444444;
		line-height: 1.4;
	 }
 