﻿@import url("layout.css");

body 
{
	background: #e2e2e0 url('../Images/bg.jpg') repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
table
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width: 0px;
}

#wrapper
{
	width: 870px;
	margin: 0 auto;
	height: 100%;
}

#leftgrad
{
	background-image: url('../Images/bg_L_grad.jpg');
	width: 10px;
	height: 713px;
	float: left;
}

#rightgrad
{
	background-image: url('../Images/bg_R_grad.jpg');
	width: 10px;
	height: 713px;
	float: left;
}

#bottomgrad
{
	width: 870px;
	margin: 0 auto;
	height: 58px;
	background-image: url('../Images/bg_bottom.jpg' );
	background-repeat:repeat-x;
}

#center
{
	background: #FFFFFF;
	width: 850px;
	height: 100%;
	float: left;
}


#header
{
	height: 117px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
}

#leftcolumn
{
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	width: 220px;
	float: left;
}

#centercolumn
{
	width: 406px;
	float: left;
}

.content
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 4px;
}

.content a
{
	color: #4C66BC;
}

h1
{
	color: #A49891;
	font-weight: bold;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightcolumn
{
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;
	width: 220px;
	float: left;
}

#headmenu
{
	float: left;
}

#headmenu a 
{
	color: #9E7E62;
}
#headmenu a:hover 
{
	color: #9E7E62;
}


#headlogo
{
	float: left;
	border-right: white 1px solid;
}

#TextBox1
{
	height: 50px;
}

.Text
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	float: left;
	text-align: justify;
}

.Text a
{
	color: #9E7E62;
	font-weight: bold;
	
}

.TextMenu
{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
}

.TextMenu a
{
	color: #4C66BC;
}

.TextMenuPdf
{
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 2px;
}

.TextMenuPdf a
{
	color: #4C66BC;
}

.TextLeft
{
	text-align: left;
}

.H_01
{
	background-color: #E8E4DA;
	color: #665E59;
	font-weight: bold;
	padding-left: 15px;
	height: 37px;
	float: left;
}

.H_02
{
	background-color: #4B5D91;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	height: 22px;
	float: left;
}

#rightMenu_01
{
	border-bottom: white 1px solid;
	height: 120px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#rightMenu_02
{
	border-bottom: white 1px solid;
	height: 95px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#rightMenu_03
{
	border-bottom: white 1px solid;
	height: 70px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#rightMenu_04
{
	border-bottom: white 1px solid;
	background-color: #F7F7F7;
	float: left;
	width: 100%;
}

#leftMenu_01
{
	border-bottom: white 1px solid;
	height: 146px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#leftMenu_02
{
	border-bottom: white 1px solid;
	height: 234px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#leftMenu_03
{
	border-bottom: white 1px solid;
	height: 150px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}

#leftMenu_04
{
	border-bottom: white 1px solid;
	height: 111px;
	background-color: #EBEBEB;
	float: left;
	width: 100%;
}


.foot
{
	padding-top: 9px;
}

.foot a 
{
	color: #9E7E62;
}

.copyright
{
	color: #BCB0A0;
	font-size: 10px;
	padding-top: 3px;
}

H3
{
  font-weight: bold;
  font-size: 10pt;
  padding-bottom: 10px;
  color: black;
  padding-top: 10px;
  text-align: center;
}

.tableborder
{
	background-color: lightgrey;
}

.tableborder td
{
	background-color: white;
}
