body
	{
		margin: auto;
		margin-top: 0px; 
		margin-left: 0px;
		font-family: Arial;
		font-size: 11px;
		color: white;
		background-image: url(img/bg.png);
		background-repeat: no-repeat;
		background-color: #303F56;
		padding:0px; 
		text-align:center;
	}

a {
		color: white;
		text-decoration: underline;
}

img
	{
		border: 0px;
	}
	
#logo 
	{ 
		width: 100%;
 		height: 85px;
 		text-align:left;
 		background-color: #303F56;
		background-image: url(img/logobg.png);
		background-repeat: repeat-x;
	}

#navigation 
	{ 
		color: white;
		font-family: Arial;
		font-size: 11.5px;
		font-weight: bold;
		margin : 0px; 
		text-align : left;
		line-height: 21px;
	}

	
#navigation a
{
		padding-left: 6px;
		padding-right: 6px;
		line-height: 21px;
		color: white;
		text-decoration: none;
}

#navigation a:hover
{
		background-color: white;
		color: #303F56;
		text-decoration: none;
}

#content
	{ 
		padding-left: 16px;
		padding-top: 16px;
		width: 700px;
		color: white;
		font-family: Arial;
		font-size: 9.5pt;
		text-align : justify;
		float: left;
	}

	
#content a
{
		
		line-height: 21px;
		color: white;
		text-decoration: none;
}

#content a:hover
{
		text-decoration: underline;
}

#container
{
	float:left;
}

#container a
{
		
		line-height: 21px;
		color: white;
		text-decoration: none;
}

#footer
	{ 
		width: 100%;
		background-color: #222C3C;
		color: white;
		font-family: Arial;
		font-size: 8.5pt;
		font-weight:bold;
		margin : 0px auto; 
		text-align : left;
		clear: both;
		line-height: 26px;
	}

#footer a
{
		line-height: 26px;
		color: White;
		text-decoration: none;
}

#footer a:hover
{
		text-decoration: underline;
}
