/* CSS Document 

div
	{
		border:1px dashed black;
	}*/
body, .list
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0px; padding:0px;
		background-color:white;
		font-size:12px;
	}
h1, h2,h3, h4
	{
	font-size:21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:black;	
	}
h2
	{
	font-size:15px;
	}
h4
	{
	font-size:12px;
	}		
h2 .list, h3, .headline, .credits
	{
	font-size: 15px;
	color: #B2B568;	
	}
.headline
	{
	font-size: 13px;
	}	
h2 .list, .headline, .credits
	{
	text-transform:uppercase;	 
	}	
h2, h3
	{
		margin-bottom:0px;
	}		
p
	{
		margin-top:1px; 
	}
p.colored
	{
		color: #B2B568;
	}	
	.credits
			{
				font-size:10px;
			}
	.anotation
		{
			font-weight: bold;
		}
	.pages
		{
			text-align:right
		}					
h2 a {color:black} 						
a, h2.list a
	{
		text-decoration:none; color:#B2B568;
	}
a img
	{
		border:0px;
	}
a.step
	{
		color:black;
	}		
	
#menu, #search, #advSearch, #foot
	{
	display:none;
	}				
#frame
	{
	position:absolute;
	width:600px;
	
	left:50%;
	margin-left:-500px;
	background-color:white;
	}
#logo
	{
		
	}
	#logo img
		{
			border:0px;
		}
#navigation
	{
	display:none;
	}
#search, #advSearch
	{
	display:none;

	}
	
				

#foot
	{
		
		font-weight:bold;
		float:left;
		background-color:#B2B568;
	}
		#foot a
			{
				color:#373535;
			}
				
#main
	{
		padding-top:20px;
		padding-left:140px;
		float:left;	
	}
	#calendar
		{
				display:none;

		}
		
				
	#text
		{
			/*position:absolute;			
			
			left:140px;
			top:140px;*/
			width: 550px;
			float:left;
			margin-left:20px;
			
		}
		#dottedBox
			{
				background-color:white;
				background-image: url(../graphics/layout/dots_vertical.gif);
				background-repeat: repeat-y;
				background-position: center top;
			}
		.leftItem, .rightItem
			{
				float:left;
				width:300px;
			}
		.rightItem
			{
			float:right;
			
			}		
		.dottedClearLine
			{
				
				background-image: url(../graphics/layout/dots_horizontal.gif);
				background-repeat: repeat-x;
				background-position: left center;
				clear:both;
				width:100%;
				height:20px;
			}
		.rightImg
			{
				float:right;
				/*width:270px;*/
				margin:0px 0px 10px 10px;
			}
		.leftImg
			{
				float:left;
				/*width:270px;*/
				margin:0px 10px 10px 0px;
			}
			p.imgTitle
				{
					width:200px;
					color: #B2B568;
					font-size:9px;
				}
	#banners
		{
				display:none;

		}
		#banners img
			{
			padding-bottom: 15px
			}
.print {display:block}						