
* {
margin:0;
padding:0;
}

/******** General tags ********/

body {
margin:25px auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background: #D4FFAA;
color:#303030;
line-height:1.3em;
}

a {
text-decoration:none;
color:#20526a;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#20526a;
}

a img {
border:0;
}

p {
margin:0 0 18px 8px;
}

h2 {
font-size:1.5em;
font-weight:normal;
letter-spacing:-1px;
margin:10px 0 8px 0;
}

h3 {
font-size:1.2em;
margin:2px 0 8px 0;
}

/******** Main wrap ********/

#wrap {
background:#ffffff url(images/wrapbg.gi) top left repeat-y;
color:#303030;
margin:0 auto;
width:800px;
 text-align: justify;
}

/******** Header ********/

#header {
clear:both;
background:url(images/alogo.png) top left no-repeat;
height:150px;
}

#header h1 {
font-size:3.8em;
letter-spacing:-4px;
color:#d88d44;
padding:25px 0 10px 45px;
}

#header h1 a {
color:#d88d44;
text-decoration:none;
}

#header h1 a:hover {
color:#e99e55;
}

#slogan {
color:#20526a;
margin:15px 0 0 45px;
font-size:1.6em;
letter-spacing:-1px;
}

/******** Sitemenu, left sidebar ********/

#sitemenu {
clear:both;
float:left;
width:135px;
margin:0;
padding:20px 0 0 15px;
}

#sitemenu ul {
list-style:none;
width:135px;
margin:0 0 20px 0;
padding:0;
font-size:1.2em;
letter-spacing:-1px;
}

#sitemenu li {
margin-bottom:4px;
}

#sitemenu li a {
font-weight: bolder;
text-decoration: none;
color:#3E6BA6;
display:block;
height:1.1em;
padding:2px 2px 2px 8px;
border-left: 4px solid #3E6BA6;
}

#sitemenu li a:hover {
color: #ADD8E6;
text-decoration:none;
border-left:8px solid #ADD8E6;
}

#sitemenu .current {
border-left: 8px solid #ADD8E6;
}

#sitemenu ul ul {
font-size:0.8em;
width:110px;
font-weight:normal;
margin:5px 0 8px 20px;
}

#sitemenu ul ul li {
margin-bottom:2px;
}

#sitemenu ul ul li a {
border:0;
padding:2px;
}

#sitemenu ul ul li a:hover {
border:0;
padding:2px;
text-decoration:underline;
}

/******** Extras, right sitebar ********/

#extras {
float:right;
width:5px;
margin:0;
padding:10px 10px 0 0;
}

#extras ul {
margin:0 0 14px 2px;
list-style:none;
color:#808080;
}

#extras li {
margin:0 0 2px 0;
}

#extras li a {
padding:2px 2px 2px 2px;
height:1.2em;
letter-spacing:-1px;
font-weight:bold;
}

#extras li a:hover {
color:#d88d44;
}

#extras ul ul, #extras ul ul ul {
font-size:0.9em;
line-height:1.2em;
margin:2px 0 2px 15px;
}

#extras ul ul a, #extras ul ul ul a {
font-weight:normal;
}

/******** Content variations ********/

#content {
margin:5px 70px 0 200px;
padding:2px 0 0 0;
line-height:1.5em;
text-align:left;
}

#content h2 {
font-size:1.6em;
margin:20px 0 10px 0;
color:#3E6BA6;
}

#content h3 {
font-size:1.2em;
font-weight: bolder;
margin:10px 0 8px 0;
color:#3E6BA6;
}

#content p {
text-align:justify;
}

/******** Footer ********/

#footer {
clear:both;
margin:5px auto 0 auto;
padding:18px 0 18px 0;
width:800px;
text-align:center;
background: url(images/agrfooter.jpg) bottom left no-repeat;
color:#808080;
font-size:0.9em;
}

#footer p {
margin:3px;
}

#footer a {
color:#808080;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
color:#70a2ba;
}

/******** Various classes ********/




.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.clear {
clear:both;
}

.hide {
display:none;
}

.table {
width: auto;
background-position: center;
}
 
.td {
background-position: center;
text-align: center;
} 
 
hr {
color: #70a2ba;
 }  