@charset "utf-8";

/*

			GENERAL
								*/
								


body
	{
		background: #FFF;
		font-family: Arial;
		color: #000;
	}
	
a, a:visited
	{
		text-decoration: none;
		font-weight: bold;
		color: #077f9d;
	}

a:hover
	{
		text-decoration: none;
		font-weight: bold;
		color: #BBB;
	}
	
#coverBox
	{
		width: 1000px;
		height: 600px;
		margin: auto;
	}

#headerBox
	{
		background: url("img/logobg.png");
		width: 1000px;
		height: 100px;
		border-bottom: 1px solid #000;
		margin-top: 0px;
	}
	
		#headerBox #headerBoxLogo
			{
				background: url("img/logo.png");
				width: 175px;
				height: 88px;
				margin-top: 10px;
				float: left;
			}
			
		#headerBox .headerBoxText
			{
				float: right;
				margin-right: 75px;
				margin-top: 24px;
				font-size: 11pt;
			}
		
			#headerBox .headerBoxText .mailLink
				{
					color: #000;
				}
				
			#headerBox .headerBoxText .mailLink:hover
				{
					color: #BBB;
				}
				
			
			
#linkBox
	{
		width: 160px;
		height: 500px;
		float: left;
	}
	
	#linkBox .linkBoxLink
		{
			margin-top: 15px;
			text-align: left;
			font-size: 10pt;
		}

	#linkBox .linkBoxDivider
		{
			width: 120px;
			border-bottom: 1px solid #000;
			/*margin: auto;*/
			margin-top: 15px;
		}
	
#mainBox
	{
		width: 838px;
		min-height: 500px;
		border-left: 1px solid #000;
		float: left;
		margin-bottom: 25px;
	}
	
	#mainBox #mainBoxText
		{
			margin: 15px;
			min-height: 500px;
		}

#footerBox
	{
		width: 95%;
		height: 32px;
		margin-left: 20px;
		font-size: 8pt;
		background: #abd8d5;
	}
	
	#footerBox .footerBoxRight
		{
			float: right;
			margin-right: 75px;
			margin-top: 2px;
		}
