body 
{
//	background-color: rgb(58, 109, 170);
	background-color: #3A6DAA;
}

hr 
{
	border: 0;
  	width: 100%;
	color: #000;
      	background-color: #000;
      	height: 1px;
}

table.body 
{
	color: Black;
	background-color: White;
	text-align: center;
	font-family:Arial;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 900px;
	border: 0;
}

table.tulu_menus
{
	color: Black;
        border-style:solid;
        border-width:1px;
	border-color: black;
	border: 1px;
}

table.columns 
{
	color: Black;
	background-color: White;
	text-align: center;
	font-family:Arial;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border: 0;
}

td#side_column
{ 
	background: rgb(240, 240, 240);
	width: 175px;
	height: 100%;
	vertical-align: text-top;
	horizontal-align: text-left;
	border-style:solid;
	border-width:1px;
	border-color: black;
}

td#center_column
{ 
	background-color: white;
	width: 513px;
	height: 100%;
	vertical-align: text-top;
	horizontal-align: text-center;
	border-width:0px;
}


table.menu 
{
	margin-left:auto; 
	margin-right:auto;
	height: 99px;
}

td#menu-left
{ 
	background-image: url("images/menuLeft.png"); 
	background-repeat: no-repeat;
	background-color: Gray;
	width: 17px;
	height: 99px;
}

td#menu-center 
{
	background-image: url("images/menuMiddle.png");
	background-color: Gray;
	background-repeat: repeat-x;
	height: 99px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

td#menu-right
{ 
	background-image: url("images/menuRight.png"); 
	background-repeat: no-repeat;
	background-color: Gray;
	width: 17px;
	height: 99px;
}

a {
	font-family: Arial;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

A:Hover  {
	color: red;
	text-decoration: none;
}

.addstyles {
	color: #FFFFFF;
	font-weight: bold;
	
}

H1 {
	text-align: center;
	font-weight: bold;
	font-size : 24px;
}

H3 {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size : 18px;
}


