/* CSS Document */

/* General stuff */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #4d8716;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
text-decoration:none;
font-weight:bold;
color: green;
}

a:hover {
color: red;
}

h2 {
color: black;
border-bottom: 1px solid #eee;
margin: 20px 0 5px 0;
font-size: 13px;
}


/* specific stuff */


#flash {
width:750px;
height:400px;
}

/* -------------------------- flash div ends here */

#indexMenu {
width: 730px;
height: 20px;
margin: 0 0 15px 25px;
off background-color:#0000CC;
background-image:url(../images/bg-indexmenu2.gif);
background-repeat:no-repeat;
padding: 5px 0 0 7px;
}

#indexMenu ul{
margin-left:20px;
}

#indexMenu li{
display:inline;
list-style-type:none;
padding: 0 20px 0 15px !important;
background-image:url(../images/bg-indexmenu.gif);
background-repeat:no-repeat;
background-position: 100%;
}

#indexMenu li.last{
background: none;
}

#indexMenu a{
font-weight: bold;
font-size: 11px;
}

#indexMenu a:hover{
color: red;
}

/* -------------------------- menu ends here */

.editorial {
color: white;
padding: 0 25px 25px 27px;
width: 700px;
}

.editorial h1{
color: white;
font-size:14px;
}


a.indexMore {
color: yellow;
}

a.indexMore:hover {
color: white;
}

#indexFooter {
padding: 0 0 0 28px;
width: 700px;
}

#indexFooter img{
float:right;
border: none;
margin-right: 0;
}

#indexFooter p{
width:600px;
color:#c4eca0;
float:left;
margin-top:10px;
}

#indexFooter a{
font-weight:normal;
color:#c4eca0;
}
