/*************************************
            SHARED STYLES, SITEWIDE
**************************************/
	
	
div {		
			font-size:12px;
			}
			
	
/*************************************
            STANDARD TAGS
**************************************/
h1 {		font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Arial, Helvetica, Tahoma, sans-serif;
			color:#870000;
			font-size:16px;
			margin:3px 0 10px 0;
			font-weight:bold;
			}
			
h2 {		font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Arial, Helvetica, Tahoma, sans-serif;
			color:#5e3d22;
			font-size:13px;
			font-weight:bold;
			margin-bottom:3px;
			} 
	
h3 {		font-family: 'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Arial, Helvetica, Tahoma, sans-serif;
			color:#870000;
			font-size:13px;
			font-weight:bold;
			margin-bottom:3px;
			}

p			{margin-top:0;}
	
a:link  {	color:#870000;
			text-decoration:none;
			text-decoration:underline;
			}
			
a:visited	{color:#870000;
			text-decoration:underline;
			}

a:hover		{color:#BF6408;
			text-decoration:underline;
			}
	
			
hr {		margin:0;
			color:#724121;
			background-color:#724121;
			height:1px;
			}
		
/*************************************
           SPECIAL FORMATTING
**************************************/
.clearFix {
			clear:both; 
			line-height:0.1em;
			height:0.1empx; !important /*do not change this line - do not correct*/
			display:block;
			margin:0;
			padding:0;
			}
		
a.white {	color:#fff;
			text-decoration:none;
			}
			
a.white:visited {	
			color:#fff;
			}
			
a.white:hover {
			color:#fc0;
			}			
	

			
/**** FORMS ****/

.errorMessage {
      		color : #F00;
			font-weight:bold;
			font-size:14px;
			}


.errorItem {
      		background : #F99;
			}
 

.burgBold		{font-weight:bold;
			color:#870000;
			}
/*************************************
           COPYRIGHT 
**************************************/
#copyright {text-align:right;
			font-size:7px;
			padding-right:25px;
			}
			
#copyright img {
			border:0;
			float:right;
			margin-left:10px;
			}

#copyright a {color:#810004;
			font-weight:bold;
			}
	
