@charset "utf-8";
/*
 * CSS Document
 * by: BlacKnight (http://bkcore.com)
 * la: 06-04-07
 * license : GPL
 * Modifications by Samir Vaidya (c) 2008
 */

body
{
    margin: 0;
    padding: 0;
    background-color: #858585;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #222222;
}

a img
{
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
}

table, td, th
{
    border-color: #660000;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

tr
{
    vertical-align: top;
}

td, th
{
    border-width: 1px 1px 0 0;
    margin: 0;
    padding: 2px 8px 2px 8px;
}

td
{
    background-color: #EFEFEF;
}

th
{
    text-align: center;
    background-color: #DADAEA;
}

pre
{
    padding: 1em;
    border: 1px dashed #2F6FAB;
    color: black;
    background-color: #EFEFEF;
    line-height: 1.1em;
}

#header
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background: url(../image/header.png) repeat-x top left;
}

#logo
{
	margin: 0;
	padding: 0;
	height: 54px;
	background: url(../image/logo.png) no-repeat top left;
	cursor: pointer;
}

#noCSS
{
    display: none;
}

#bar
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 23px;
    font-size: 0.9em;
    font-weight: bold;
    color: #eeeeee;
    text-align: center;
    margin-top: 2px;
}

#bar a,
#bar a:link
{
    color: #eeeeee;
    text-decoration: none;
}

#bar a:hover
{
    color: #FFCC00;
    border-bottom: 1px dotted #f8f8f8;
}

#menu
{
    width: 155px;
    float: left;
    font-size: 0.9em;
}

#menu_top
{
    width: 155px;
    height: 14px;
    background: #f8f8f8 url(../image/menu_top.jpg) no-repeat bottom left;
}

#menu_center
{
    width: 146px;
    background: #f8f8f8 url(../image/menu_center.jpg) repeat-y top left;
    padding-left: 8px;
}

#menu_bottom
{
    width: 155px;
    height: 14px;
    background: #f8f8f8 url(../image/menu_bottom.jpg) no-repeat top left;
}

#menu h1,
#menu h2,
#menu h3
{
    font-size: 1.1em;
    margin-top: 6px;
    margin-bottom: 2px;
}

#menu hr
{
    margin-top: 4px;
    margin-bottom: 4px;
    width: 90%;
    margin-left: 0;
}

#menu a,
#menu a:link
{
    display: block;
    color: #222222;
    text-decoration: none;
    padding-left: 1em;
    margin-right: 12px;
}

#menu a:hover
{
    color: #bb0000;
    text-decoration: none;
    background-color: #f8f8f8;
    margin-right: 12px;
}

#content
{
    margin: 0;
    padding: 0;
    padding-left: 165px;
    padding-right: 20px;
    font-size: 0.9em;
    background-color: #f8f8f8;
}

#menu,
#main
{
}

#main
{
    background-color: #f8f8f8;
}

#content h1
{
    margin: 6px;
    margin-left: 0px;
    text-align: left;
}

#content h2,
#content h3
{
    padding-left: 24px;
    background: transparent url(../image/h3.png) no-repeat center left;
}

#content ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#content ul li
{
    margin-top: 6px;
    margin-left: 16px;
    padding-left: 18px;
    list-style: none;
    background: transparent url(../image/li.png) no-repeat top left;
}

#content a,
#content a:link
{
    color: #000000;
    border-bottom: 1px dotted #bb0000;
    text-decoration: none;
}

#content a:hover
{
    color: #bb0000;
    background-color: #f8f8f8;
    text-decoration: none;
}

#overall
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    display: block;
}

#footer
{
    position:absolute;
    left:0px;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background: url(../image/bottom.jpg) repeat-x;
}

* html #footer
{
    background: #f8f8f8;
}

#footer #designer
{
    padding-top: 4px;
    font-size: 0.8em;
    color: #858585;
    text-align: center;
}

#footer #designer a,
#footer #designer a:link
{
    color: #bb0000;
    border-bottom: 1px dotted #444444;
    text-decoration: none;
}

#footer #designer a:hover
{
    color: #444444;
    border-bottom: 1px solid #bb0000;
    text-decoration: none;
}

#overallend
{
    min-height: 10px;
    clear: both;
}

#menu_buttons
{
    width: 125px;
    text-align: center;
}

.code
{
    font-family: Courier, Courier New, Monospace, sans-serif;
}
