/* CSS Document */

A:Link { color: #E10E05; text-decoration: none; font-weight: bolder;}
A:Visited { color: #E10E05; text-decoration: none; font-weight: bolder;}
A:Hover { color: black; background: white; text-decoration: underline; font-weight: bolder;}
A:Active { color: black; text-decoration: none; font-weight: bolder;}

A.nav:link {
color: white;
text-decoration: none;
font-weight: bolder;}

A.nav:visited {
color: white;
text-decoration: none;
font-weight: bolder;
}

A.nav:active {
color: black;
text-decoration: none;
font-weight: bolder;
}

A.nav:hover {
color: black;
text-decoration: none;
font-weight: bolder;
background: white;
}


body{
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #003300;
	font-style: normal;
	background-color: #ffffff;
	border: thin none #000000;
	margin-top: 0px;
}




h1 {
	background: #336633;
	color: white;
	font-family: tahoma;
	font-size: 1.2em;
	line-height: 7pt;
	font-weight: bold;
	text-align: right;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

.nav {
text-align:justify;
}


p#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
}


i {

	background: black;
color:                     #FFFC09;
}

u {
	background: #006633;
	color: white;
	font-family: tahoma;
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: bold;
text-decoration:            underline;
}


b {
color:                           red;
text-transform: uppercase;
font-weight:                bold;
}

p {
margin: 10px;
font: 1.2em, Arial, Verdana, sans-serif;
text-align:justify;
}

tr, td {

	font-family: verdana, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	color: #003300;
	font-style: normal;
}

#container {
margin: 0px auto;
padding: 0px;
width: 780px;
background: url(bgBl.jpg) repeat-y;
border: 1px solid #000;
}
#header {
width: 100%;
height: 155px;
background: #A0BF7D;
}
#text {
width: 100%;
background: #fff;
float: left;
}
#leftside {
width: 50%;
float: left;
}
#rightside {
width: 50%;
float: right;
}
#footer {
width: 100%;
height: 30px;
clear: both;
background: #A0BF7D;
color:#000;
}
#menu {
width: 100%;
background: #336633;
float:left;
}