body{
    background-color: #e8f6f1;
    height: auto;
	width: 100%;
}

/*logo area */

#logo {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-width: 0px;
    position: absolute;
    top: 30px;
    left: 50px;
    width: 170px;
    height: 100px;
    line-height: 100px;
    text-align: left;
    background-color: #000000;
}

#logo img {
    width: 145px;
    border: 0;
    vertical-align: middle;
}

/* header area */

#header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-width: 0px;
    position: absolute;
    top: 65px;
    left: 230px;
    width: 705px;
    height: 65px;
    background-color: #000000;
}

#header a:link, #header a:visited {
    text-decoration: none;
    line-height: 30px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    vertical-align: middle;
    border: 0;
    color: #B4B4B4;
    top: 22px;
    width: 100px;
    height: 30px;
    position: absolute;
    background-image: url("../imgs/button-released.png");
}

#header a:hover, #header a:active {
    border: 0;
    text-decoration: none;
    background-image: url("../imgs/button-pressed.png");
    color: #F4F4F4;
}

/* upper left tab area */

#upperlefttab {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-width: 0px;
    position: absolute;
    top: 130px;
    left: 50px;
    width: 150px;
    height: 250px;
    background-color: #000000;
}

#upperlefttab .text{
    margin-right: 10px;
    margin-left: 10px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: center;
    color: #F4F4F4;
}

/* lower left tab area */

#lowerlefttab {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-width: 0px;
    position: absolute;
    top: 410px;
    left: 50px;
    width: 150px;
    height: 85px;
    background-color: #000000;
}

#lowerlefttab .text{
    margin-right: 0px;
    margin-left: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: center;
    color: #F4F4F4;
}

#lowerlefttab a:link, #lowerlefttab a:visited, #lowerlefttab a:hover, #lowerlefttab a:active {
    text-decoration: none;
    color: #000000;
}

#lowerlefttab img{
    border:0;
}

/* content area */

#content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 130px;
    left: 200px;
    width: 729px;
    height: 358px;
    background-color: #F0F0F0;
}

#content a:link, #content a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}


#content a:hover, #content a:active {
    text-decoration: underline overline;
    font-weight: bold;
    color: #0088FF;
}

#content .titleleft {
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #000000;
}

#content .textleft {
    margin-left: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #000000;
}

#content .textcenter {
    margin-left: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
}

#content .hr{
    border: 0px;
    width: 592px;
    height: 1px;
    background-color: #AAAAAA;
    color: #AAAAAA;
}

#content .titleright {
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: right;
    color: #000000;
}

#content .textright {
    margin-right: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: right;
    color: #000000;
}

#content img{
    border: 0;
    width: 729px;
    height: 358px;
}

/* footer area */

#footer {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-width: 0px;
    position: absolute;
    top: 525px;
    left: 50px;
    width: 885px;
    height: 40px;
    background-color: #000000;
}


#footer a:link, #footer a:visited {
    text-decoration: none;
    color: #F4F4F4;
}


#footer a:hover, #footer a:active {
    text-decoration: underline overline;
    color: #B7FFE6;
}

#footer .text{
    line-height: normal;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    color: #F4F4F4;
}

/* some images floating */

.imgfloatright {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    float: right;
    width: 130px;
    height: 140px;
}

.imgfloatleft {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    float: left;
    width: 130px;
    height: 140px;
}

/* corners rounding up */

#rounded-corners {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#rounded-corners #corner1 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    left: 50px;
    background-image: url("../imgs/corners/paleblue/revUL.png");
}

#rounded-corners #corner2 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    left: 220px;
    background-image: url("../imgs/corners/paleblue/revUR.png");
}

#rounded-corners #corner3 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 55px;
    left: 230px;
    background-image: url("../imgs/corners/black/revLL.png");
}

#rounded-corners #corner4 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 65px;
    left: 925px;
    background-image: url("../imgs/corners/paleblue/revUR.png");
}

#rounded-corners #corner5 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 120px;
    left: 935px;
    background-image: url("../imgs/corners/black/revLL.png");
}

#rounded-corners #corner6 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 131px;
    left: 200px;
    background-image: url("../imgs/corners/black/revUL.png");
}

#rounded-corners #corner7 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 130px;
    left: 960px;
    background-image: url("../imgs/corners/palebluewborder/revUR.png");
}

#rounded-corners #corner8 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 514px;
    left: 200px;
    background-image: url("../imgs/corners/black/revLL.png");
}

#rounded-corners #corner9 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 515px;
    left: 960px;
    background-image: url("../imgs/corners/palebluewborder/revLR.png");
}

#rounded-corners #corner10 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 525px;
    left: 935px;
    background-image: url("../imgs/corners/black/revUL.png");
}

#rounded-corners #corner11 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 560px;
    left: 50px;
    background-image: url("../imgs/corners/paleblue/revLL.png");
}

#rounded-corners #corner12 {
    border: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 560px;
    left: 925px;
    background-image: url("../imgs/corners/paleblue/revLR.png");
}