/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body, html{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
	color:#666666;
	height:100%; 
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: 200% "Times New Roman", Times, serif;
 color: #A398A3;
/* margin: 0px;
 padding: 0px;*/
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


#body_container {
	width:1000px;

	/*margin:auto;*/
	margin-top:0px;
	min-height:100%;
}

#lb {
	display:block;
	background:#006699;
	background:url(../images/page_lb.jpg) repeat-y left;
	height:100%;	
}

#rb {
	display:block;
	background:#006699;
	background:url(../images/page_rb.jpg) repeat-y right;
	height:100%;	
}

#page_container {
	float:right;
	width:980px;
	height:100%;
}

#site_images img{
	margin:5px;
	border:thin #eeeeee solid;
}



.divider 
{
	font-size: 12px; color: #1C466C; 
	}

.spacer {
	width:auto;
	height:30px;
}
.spacer_tb {
	width:auto;
	height:30px;
	border-top:#FFFFFF 3px solid;
}
.spacer_3px{
	font-size:3px;
	padding:0px;
	margin:0px;
	height: 3px; 

}

.spacer_5px{
	font-size:0px;
	padding:0px;
	margin:0px;

	height: 5px; 
}

.spacer_10px{
	font-size:0px;
	padding:0px;
	margin:0px;
	height: 10px; 
}


#reset {
	clear:both;
	font-size:0px;
	padding:0px;
	margin:0px;
	height: 0px; 
}




.placeholder{
	color:#FF6600;
}


