body {
    margin: 0;
    font:normal 11px Verdana, Tahoma, sans-serif;
    background: #606060;
    color: #000;
}
/* CSS for bottom section starts here */
.main-bottom {
    font-size: 11px;
    position:relative;
    top: -10px;
    width: 750px;
    margin: auto;
    color: #999;
}
.main-bottom a          { text-decoration:none; }
.main-bottom a:link     { color: #999; }
.main-bottom a:visited  { color: #999; }
.main-bottom a:active   { color: #999; }
.main-bottom a:hover    { color: #999; text-decoration: underline; }

/* CSS for the main-box starts here */
.main-box {
    width: 750px;
    margin: auto;
    padding:0 28px 0 0;
    background:#fff url(images/main_borders.gif) 100% 0 repeat-y;
}
.main-box table {
    background: #fff;
}
.main-box-bi {
    padding:0 0 0 28px;
    background:#fff url(images/main_borders.gif) 0 0 repeat-y;
}
.main-box-bt {
    height:28px;
    margin:0 -28px;
    background:url(images/main_box.gif) 100% 0 no-repeat;
}
.main-box-bt div {
    width:28px;
    height:28px;
    background:url(images/main_box.gif) 0 0 no-repeat;
}
.main-box-bb {
    height:28px;
    margin:0 -28px;
    background:url(images/main_box.gif) 100% 100% no-repeat;
}
.main-box-bb div {
    width:28px;
    height:28px;
    background:url(images/main_box.gif) 0 100% no-repeat;
}
.main-box h1 {
    margin:0;
    padding:0.3em 10px;
    background:#00bbee;
    font: bold 1.2em/1em Arial, Helvetica, sans-serif;
}
.main-box h2 {
    margin:0;
    font: bold 1.2em/1em Tahoma, Verdana, sans-serif;
    color: #666;
}
.main-box h3 {
    margin:0;
    font: bold 1.0em/1em Tahoma, Verdana, sans-serif;
}
ul { margin:1em; padding: 0 2em;}
/*.main-box p,*/
.main-box ul {
    margin:0;
    padding:4px 4px;
    background:#fff;
}
.main-box li {
    margin:0 0 0 2em;
    padding:0;
}

/* CSS for the box starts here */
.box {
/*    width: 160px; */
    margin: auto;
    padding:0 20px 0 0;
    background:#fff url(images/borders.png) 100% 0 repeat-y;
}
.bi {
    padding:0 0 0 20px;
    background:#fff url(images/borders.png) 0 0 repeat-y;
}
.bt {
    height:20px;
    margin:0 -20px;
    background:url(images/box.png) 100% 0 no-repeat;
}
.bt div {
    width:20px;
    height:20px;
    background:url(images/box.png) 0 0 no-repeat;
}
.bb {
    height:20px;
    margin:0 -20px;
    background:url(images/box.png) 100% 100% no-repeat;
}
.bb div {
    width:20px;
    height:20px;
    background:url(images/box.png) 0 100% no-repeat;
}
.box p, .box ul {
    margin:0;
    padding:4px 0;
    background:#fff;
}
.box li {
    margin:0 0 0 1em;
    padding:0;
}
.box ul {
    margin:0;
    padding: 0px;
    background:#fff;
}
/* bottom */
#bottom a { text-decoration:none; }
#bottom a:link      { color: #204060; }
#bottom a:visited   { color: #204060; }
#bottom a:active    { color: #204060; }
#bottom a:hover     { color: #204060; text-decoration: underline; }

/* menu */
#menu a { text-decoration:none; }
#menu a:link      { color: #204060; }
#menu a:visited   { color: #204060; }
#menu a:active    { color: #204060; }
#menu a:hover     { color: #204060; text-decoration: underline; }

/* fckeditor classes */
.bold
{
    font-weight: bold;
}

.title_1
{
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}

.title_2
{
    font-weight: bold;
    font-size: 14px;
    color: #cc3300;
}

a          { text-decoration:none; }
a:link     { color: #00f; }
a:visited  { color: #00f; }
a:active   { color: #00f; }
a:hover    { color: #00f; text-decoration: underline; }


