
*
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #1F2859;
	}
a
	{
		text-decoration:none;
		color: #E6B13E;
	}
a:hover
	{
		background-color: #E6B13E;
		color: #1F2859;
	}
img
	{
		border:0px;
	}
#frame
	{
		width:700px;
		margin: 0px auto;
	}
	#logo
		{
			
			float:left
		}
	#page
		{
			width: 500px;
			float:right;
		}
		#firstMenu , #secondMenu 
			{
				margin:5px;
				padding: 5px;
				
			}
		#firstMenu li, #secondMenu li
			{
				display:inline;
				color: #E6B13E;
				
				font-size: 14px
			}
				#secondMenu li
					{
						font-size: 11px
					}
			#firstMenu li a, #secondMenu li a
				{
					color: #1F2859;
					text-decoration:none;
					padding: 2px 5px;
				}
				#firstMenu li a:hover, #secondMenu li a:hover, .active
					{
						background-color: #E6B13E;
						
					}
				
		#firstMenu
			{
				border-top: 4px solid #1F2859;
				border-bottom: 2px solid #575E83;
			}
		#secondMenu
			{
				
				border-bottom: 2px solid #C8CAD6;
			}	
		
	#text
		{
			margin: 0px 0px;
		}
		h1, h2.statements, h2.newsletters, h2, h3 
			{
				color: #E6B13E;
				font-size:31px;
				font-weight:normal;
			}
			
		h2.newsletters, h2.statements 
			{
				font-size:28px;
				border-bottom: 1px solid #575E83;
				padding-left:22px;
				
			}
		h2.statements 
			{
				/*border-top: 3px solid #1F2859;*/
			}	
		h3, h2
			{
				font-size:20px;
			}
		.stm, .let
			{
				width:220px;
				margin-left:22px;
				float:left;
				margin-bottom:20px;
			}
			.stm h3, .let h3
				{
					margin: 0px;	
					line-height:15px;
				}
				
	.imgTitle
		{
			color:#666666;
			margin:0px;
			margin-bottom:20px;
		}
	#spacer
		{
			height:200px;
		}
	#foot
		{
		color:#666666; 
		font-size:10px;
		clear:both
		}
.mainPhoto
	{
		background-color: #F1F3FC;
		text-align:center;
		padding:0px;
		margin: 0px;
	}
	.mainPhoto img
		{
			margin-bottom:3px;
		}
.hidden
	{
		display:none;
	}											
