body{
font-size:12px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
background-color:#9AC935;
background-image:url('images/background.png');
background-repeat:repeat-y;
background-position:center;
margin-top:0px;
}

/* Header */
#header{
width:1000px;
height:250px;
margin-left:auto;
margin-right:auto;
background-color:#FEFFFF;
background-image:url('images/header.png');
background-repeat:no-repeat;
}

#intoheader{
padding-top:180px;
padding-left:10px;
}
/* Header - End */

/* Navigation */
#navigation{
width:1000px;
height:43px;
margin-left:auto;
margin-right:auto;
background-image:url('images/m_background.png');
background-repeat:repeat-x;
}

#intonavigation{
margin-left:78px;
}

.hovermenu ul{
font:13px arial;
padding:0px;
margin:0px;
}

.hovermenu ul li{
font-weight:bold;
list-style:none;
display:inline;
}

.hovermenu ul li a{
padding:11px 0.5em;
text-align:center;
text-decoration:none;
width:128px;
height:40px;
float:left;
color:#FEFFFE;
background-image:url('images/m_link.png');
background-repeat:no-repeat;
border:0px;
}

.hovermenu ul li a:hover{
width:128px;
height:40px;
color:#0E1516;
text-align:center;
background-image:url('images/m_hover.png');
background-repeat:no-repeat;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style:inset;
}
/* Navigation - End */

/* Content */
#content{
width:1000px;
margin-left:auto;
margin-right:auto;
background-color:#0E1516;
}

#intocontent{
padding-top:20px;
padding-bottom:20px;
margin-left:25px;
}
/* Content - End */

/* Content box */
.content-box{
margin-left:10px;
margin-right:10px;
width:600px;
float:left;
}

.content-box a:link{
font-weight:bold;
color:#339933;
text-decoration:none;
}

.content-box a:hover{
font-weight:bold;
color:#339933;
text-decoration:underline;
}

.content-box a:visited{
font-weight:bold;
color:#339933;
text-decoration:none;
}

.content-box a:active{
font-weight:bold;
color:#339933;
text-decoration:none;
}

.title-content-box{
font-size:16px;
font-weight:bold;
padding-top:5px;
text-align:center;
}

.content-box1{
color:#000000;
width:600px;
height:29px;
text-align:center;
background-image:url('images/box-top.png');
background-repeat:no-repeat;
}

.content-box2{
color:#444444;
width:600px;
padding-left:10px;
background-image:url('images/box-content.png');
background-repeat:repeat-y;
}

.content-box3{
width:600px;
height:16px;
background-image:url('images/box-bottom.png');
background-repeat:no-repeat;
padding-bottom:20px;
}
/* Content box - End */

/* Left */
.left{
width:170px;
float:left;
}

.left a:link{
color:#0E1516;
text-decoration:none;
}

.left a:hover{
color:#0E1516;
text-decoration:none;
}

.left a:visited{
color:#0E1516;
text-decoration:none;
}

.left a:active{
color:#0E1516;
text-decoration:none;
}

.title-left-box{
font-size:14px;
font-weight:bold;
padding-top:5px;
}

.left1{
width:167px;
height:29px;
text-align:center;
background-image:url('images/slim-box-top.png');
background-repeat:no-repeat;
}

.left2{
width:167px;
text-align:center;
background-image:url('images/slim-box-content.png');
background-repeat:repeat-y;
}

.left3{
width:167px;
height:14px;
background-image:url('images/slim-box-bottom.png');
background-repeat:no-repeat;
padding-bottom:20px;
}
/* Left - End */

/* Right */
.right{
width:170px;
float:left;
}

.right a:link{
color:#0E1516;
text-decoration:none;
}

.right a:hover{
color:#0E1516;
text-decoration:none;
}

.right a:visited{
color:#0E1516;
text-decoration:none;
}

.right a:active{
color:#0E1516;
text-decoration:none;
}

.title-right-box{
font-size:14px;
font-weight:bold;
padding-top:5px;
}

.right1{
width:167px;
height:29px;
text-align:center;
background-image:url('images/slim-box-top.png');
background-repeat:no-repeat;
}

.right2{
width:167px;
text-align:center;
background-image:url('images/slim-box-content.png');
background-repeat:repeat-y;
}

.right3{
width:167px;
height:14px;
background-image:url('images/slim-box-bottom.png');
background-repeat:no-repeat;
padding-bottom:20px;
}
/* Right - End */

/* Footer */
#footer{
width:1000px;
height:40px;
margin-left:auto;
margin-right:auto;
background-color:#FEFFFE;
text-align:center;
}

.intofooter{
padding-top:15px;
}

.intofooter a:link{
font-weight:bold;
color:#339933;
text-decoration:none;
}

.intofooter a:hover{
font-weight:bold;
color:#339933;
text-decoration:underline;
}

.intofooter a:visited{
font-weight:bold;
color:#339933;
text-decoration:none;
}

.intofooter a:active{
font-weight:bold;
color:#339933;
text-decoration:none;
}
/* Footer - End */
