/* CSS Document */

.navprimunselected 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: normal;	
	text-decoration: none;
	font-style: normal;
}

a.navprimunselected 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: normal;	
	text-decoration: none;
	font-style: normal;
}

a.navprimunselected:hover 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
}

.navprimselected 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: bold;	
	text-decoration: none;
	font-style: normal;
}

a.navprimselected 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: bold;	
	text-decoration: none;
	font-style: normal;
}

a.navprimselected:hover 
{
	font-family: Arial;
	font-size: 13px;
	color: #0F3F77;
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

body 
{
	background-image: url(../images/background.png);
	margin: 0;
}

#bgnd 
{
	width: 770px;
	background-image: url(../images/background_content_big.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding:0;
	height: 424px;
	overflow: hidden;	
}

#navigation
{
 background-color : #E1DED7;
 position: absolute;
 margin-top: 8px;
 margin-left:0px;
 margin-right: 8px;
 margin-bottom: 8px;
 width: 100px;
 height: 400px;
}

#logo
{
 position: absolute;
 margin: 3px; 
 width: 64px;
 height: 68px;
 margin-top: 330px;
 margin-left:8px;
 margin-right: 10px;
 margin-bottom: 8px;
}

#content
{
 position: absolute;
 margin-top: 8px;
 margin-left: 100px;
 margin-right: 0px;
 margin-bottom: 0px;
 width: 660px;
 height: 424px;
}

p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}

a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;	
  text-decoration: underline;  
}
