/* CSS Document */

*
{
	margin			: 0;
	padding		: 0;
}

body
{
	background-color	: #FFFFFF;
	font-size		: 12px;
	font-family		: Verdana;
	color			: #000000;
	margin			: 0;

}

img
{
	border			: 0;
}

a
{
	text-decoration	: none;
	color			: #4a6472;
}

.link
{
	cursor			: pointer;
}

iframe
{
	border			: 0;
}

div.c
{
	clear			: both;
}

div.container
{
	margin			: auto;
	width			: 900px;
}

div.header
{
	height			: 80px;
	padding-top		: 30px;
}

	div.header div.logo
	{
		float			: left;
		width			: 300px;
	}
	
	div.header div.menu
	{
		float			: right;
		width			: 280px;
		font-size		: 11px;
	}
	
		div.header div.menu ul
		{
			list-style-type		: none;
		}
		
			div.header div.menu ul li
			{
				float			: left;
				padding-left		: 5px;
			}
		
				div.header div.menu ul li.split
				{
					padding-right		: 5px;
				}
			
				div.header div.menu ul li a
				{
					display		: block;
					color			: #4a6472;
					text-decoration	: underline;
				}
				
					div.header div.menu ul li a:hover
					{
						color		: #000000;	
					}

	div.header div.green
	{
		float			: right;
		width			: 280px;
		font-size		: 11px;
		margin-top		: 20px;
	}		
				
				
div.nav
{
	height			: 29px;
	background-image	: url('../images/bar-bg.png');
	background-position	: top;
	background-repeat	: repeat-x;
	display		: relative;
	border-width		: 0;
	border-bottom-width	: 4px;
	border-style		: solid;
	border-color		: #dfdfdf;
	margin-bottom		: 15px;
}

	div.nav div.menu
	{
		font-size		: 140%;

	}
	
		div.nav div.menu ul
		{
			list-style-type	: none;
			padding-top		: 2px;
		}
		
			div.nav div.menu ul li
			{
				float			: left;
				background-image	: url('../images/bar-split-bg.png');
				background-position	: right;
				background-repeat	: no-repeat;
				padding-right		: 2px;
				height			: 27px;
			}
		
				div.nav div.menu ul li a
				{
					
					padding		: 6px;
					padding-bottom	: 7px;
					padding-left		: 25px;
					padding-right		: 25px;
					text-align		: center;
					color			: #FFFFFF;
					text-decoration	: none;
					font-family		: Arial;
					font-weight		: bold;
					font-size		: 14px;
				}
				
					div.nav div.menu ul li a:hover
					{
						background-image	: url('../images/bar-active-bg.png');
						background-position	: top;
						background-repeat	: repeat-x;
					}
				


div.footer
{
	margin-top		: 40px;
	margin-bottom		: 40px;
	background-color	: #f9f9f9;
	border-style		: solid;
	border-color		: #dfdfdf;
	border-width		: 1px;
	padding		: 10px;
	color			: #698ea1;
	font-size		: 11px;
}

	div.footer div.copyright
	{
		float			: right;
		text-align		: right;
		width			: 150px;
	}

	div.footer a
	{
		color			: #698ea1;
		text-decoration	: underline;
	}


