body {
    margin:0px;
    padding:0px;
    text-align:center;
    font-family:  Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
    /*color: #7f7f7f;*/
	color: #666;
}

a,a:visited {
    text-decoration:underline;
	color: #005003;
}
a:hover {
    text-decoration:underline;
	color:#666666;
}

div {
    position:relative;
    text-align:left;
}

img {
    border:0px;
}

div#top {
    width:950px;
    border:0px solid black;
    margin:0px auto;
    height:140px;
    padding:0px;
}

div#container {
    width:100%;
    background-image:url('/media/img/background.png');
    background-repeat:repeat-x;
    text-align:center;
    padding-top:1px;
}

div#menu {
    width:950px;
    border-left:1px solid white;
    border-right:1px solid white;
    margin:0px auto;
    height:60px;
    background-image:url('/media/img/menu-background.png');
    background-repeat:repeat-x;
}

a.menu, a.menu:visited {
    margin-top:1px;
    height: 37px;
    padding:20px 15px 0px 15px;
    color: #ffffff;
    border:0px solid black;
    float:left;
    text-align:center;
}

a.menu:hover {
    background-image:url('/media/img/menu-hover.png');
    background-repeat:repeat-x;
}
img.menu {
    float:left;
    margin-top:8px;
}

div#content {
    width:950px;
    border:1px solid white;
    background-color:#ffffff;
    background-image:url('/media/img/background-content.png');
    background-repeat:repeat-x;
    margin:0px auto;
}
div#leftMenu {
    float:left;
    width:175px;
    padding:20px 15px 40px 0px;
    background-image:url('/media/img/left-menu-line.png');
    background-repeat:no-repeat;
    background-position:100% 20px;
    height:500px;
    border:0px solid black;
    text-align:right;
}

a.leftMenu, a.leftMenu:visited {
    float:right;
    padding:15px 0px;
    background-image:url('/media/img/left-anchor-line.png');
    background-repeat:no-repeat;
    background-position:100% 100%;
    width:160px;
    font-size:11px;
}
/*input {
    padding:0px;
    margin:0px;
}*/
div#rightMenu {
    float:right;
    width:192px;
    padding:50px 0px 20px 0px;
    border:0px solid black;
    background-image:url('/media/img/right-menu-line.png');
    background-repeat:no-repeat;
    background-position:0% 20px;
    text-align:center;
    height:600px;
}

div#main {
    margin-left:200px;
    width:550px;
    padding:20px 0px 0px 0px;
    border:0px solid black;
    text-align:justify;
}
/*p {
    padding:0px;
    margin:0px;
}*/
div#main p {
    padding:0px 20px;
	font-size: 13px;
	font-family:  Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.inputText {
    background-color:transparent;
    width:128px;
    height:21px;
    border:0;
    padding:4px 5px 0px 3px;
}

.formInput:focus { 
    background-position: -125px 0px;
}

div#bottom {
    width:950px;
    margin:0px auto;
    background-image:url('/media/img/background-bottom.png');
    background-repeat:repeat-x;
    height:57px;
    margin-top:25px;
    color:white;
    padding-top:25px;
    text-align:center;
    font-size:11px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #060;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}