﻿html,body 
{
	margin:0px;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-position:center;
	/*height:100%;*/
}

A.type1:link    {color:#FFFFFF; text-decoration:none;}
A.type1:visited {color:#FFFFFF; text-decoration:none;}
A.type1:active  {color:#003300; text-decoration:none;}
A.type1:hover   {color:#003300; text-decoration:none;}

A.type2:link    {color:#FFFFFF; text-decoration:none;}
A.type2:visited {color:#FFFFFF; text-decoration:none;}
A.type2:active  {color:#FFFFFF; text-decoration:none;}
A.type2:hover   {color:#FFFFFF; text-decoration:none;}

A:link    {color:#003300; text-decoration:underline;}
A:visited {color:#003300; text-decoration:underline;}
A:active  {color:#003300; text-decoration:underline;}
A:hover   {color:#003300; text-decoration:underline;}

#container 
{
	text-align:left;
	width:960px;
	margin:auto;
}

#header 
{
	height:128px;
	color: #333333;
	vertical-align:bottom;
	padding-top:8px;
}

#menu 
{
	float:left;
	color: #333333;
	width:152px;
}

#menutop
{
	padding-top:8px;
}


#menumiddle
{
	color:#FFFFFF;
	background-image:url(images/menumiddle.png);
	background-repeat:repeat-y;
	padding-left:8px;
	padding-right:16px;
	line-height: 1em; /*recent change*/
}

#menubottom
{
	height:16px;
}

#content 
{
	float:right;
	width:800px;
	color: #333333;
	text-align:left;
	height:100%;
	vertical-align:top;
}

#contenttop
{
	background-color:#FFFFFF;
	padding-left:8px;
	padding-right:8px;
}

#contentbottom
{	
	height:16px;
	background-image:url(images/contentbottom.png);
	background-repeat:no-repeat;
}

#footer 
{
	float:right;
	width:960px;
	color:#FFFFFF;
	height:28px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:4px;
}

ul.menu
{
	list-style-type:none;
	padding:0; 
	margin:0; 
}
 
li.menu
{ 
	margin-top:10px; /* recent change, margin-top:4px;*/
} 

img 
{
border: 0;
}

ul
{ 
	margin-bottom: 0; 
}

ol
{ 
	margin-bottom: 0; 
}

p
{
	margin-bottom:0px;
}

h3
{
	margin-top:0px;
}