@charset "utf-8";
/* CSS Document */

html {
	position:relative;
	top:0;
	left:0;
	text-align:center;
	width:100%;
	background-image:url(../images/background.png);
    background-position: top left;
	background-repeat:repeat-x;
	background-color:#e15a1a;
}
body {
	position:absolute;
    margin-top:0px;
    height:100%;
	width:100%;
	top:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}
#body {
	text-align:center;
	margin: 0 auto;
	width:980px;
	min-height:800px;
	background-image:url(../images/background-body.png);
	background-repeat:repeat-y;
    padding:0px;
    overflow:auto;
}
#bottom {
	background-image:url(../images/bottom-body.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:980px;
	height:70px;
	overflow:visible;
	margin: 0 auto;
}
#banner {
	text-align:center;	
	width:940px;
    height:342px;
	margin-left:18px;
	margin-right:18px;
	overflow:visible;
    background-image:url(../images/banner.png);
    background-position:top center;
    background-repeat:no-repeat;
}
#banner div {
    margin:0 auto;
    padding:0px;
    width:940px;
}
#banner div img{
    margin:0 auto;
}
#menu {
   float:left;
   width:200px;
}
#menu ul.menu {
    text-align:left;
    padding-left:20px;
}
#menu ul.menu li {
    padding-left:20px;
    list-style:none;
    text-align:right;
    background-repeat:no-repeat;
    background-position:left;
    margin-bottom:5px;
}
#menu ul.menu li.active {
    background-image:url(../images/sageata.png);

}
#menu ul.menu li.active a {
        color:#ffffff;
        text-decoration:underline;
}
#menu ul.menu li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
        color:#e15a1a;
    text-decoration:none;
    text-align:left;
    text-transform:uppercase;
}
#menu table {
    margin: 0 auto;
    width:940px;
}
#content {
    width:740px;
    margin: 0 auto;
    color:#ffffff;
    float:left;
    padding-left:15px;
    font-family:Arial, Helvetica, sans-serif;
}

#content div.componentheading {
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    text-indent:30px;
    color:#fee800;
}
#content table.contentpaneopen {
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
}
#content a {
   color:#fee800;
   text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
     color:#e15a1a;
}
