body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    font: 10px Verdana, Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
    background-image: url(images/bg.gif);
    line-height: 1.15; /* 1 */
}

table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
}

img
{
    display: block;
    border: 0;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}


a, a:visited, a:active
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #ffffff; 
    text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover
{
    color: #ffffff; 
    text-decoration: underline;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active
{
    color: #ffffff;
    text-decoration: none;
}

a.category:hover
{
    color: #ffffff; 
    text-decoration: underline;
}

option, textarea, input, select, file
{  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #ffffff; 
    background-color: #000000; 
    border: 1px solid #ffffff;
}

div#container
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#head
{
    width: 1000px;
    height: 12px;
    background-color: #36befc;
}

#content 
{
    width: 1000px;
    margin: 0;
    background-color: #ffffff;
}

#content .cols
{
    float: left;
    width: 800px;
}

#content .col1
{
    float: left;
    width: 200px;
    border-right: 1px solid #cccccc;
}

#content .col2
{ 
    margin-left: 200px;
    text-align: justify;
}

#content .col3
{
    margin-left: 800px;
    border-left: 1px solid #cccccc;
}

#footer
{ 
    clear: both;
    height: 50px;
    width: 1000px;
    text-align: center;
}

.grey
{
    height: 1px;
    background-color:
    #cccccc;
    color: #cccccc;
    border: none;
    margin: 10px 0 4px 0;
}

.nav
{
    color: #36befc;
    font-weight: bold;
}

.layouttable
{
    border-spacing: 0;
    border-collapse: collapse;

    table-layout: fixed;
}

.layouttable td
{
    padding: 0;
}

.navbutton a
{
    display: block;
}

.navbutton a img
{
    display: block;
}

.info
{
    text-align: left;
    width: 150px;
    margin: 0 auto;
}


.small
{  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    color: #ffffff;
}

.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-image:  url(images/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

.category_big
{  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    color: #ffffff; 
    font-weight: bold; 
}

.category
{  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #ffffff; 
    font-weight: normal; 
}

.marked 
{
    background-color: #000000;
    font-weight: bold;
}

.footer
{
    color: #FFFFFF;
	font-size: 10px;
}
			
.form_off
{  
    color: #ffffff; 
	background-color: #000000; 
    border: 1px solid #ffffff;
}

.form_on
{  
    color: #ffffff; 
    background-color: #000000; 
    border: 1px solid #ffffff;
}

.form_username
{
    width: 125px;
    height: 25px;
    background-color: #000000;
    border: 0px solid #ffffff;
    background-image:  url(images/username.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_password
{
    width: 125px;
    height: 25px;
    background-color: #000000;
    border: 0px solid #ffffff;
    background-image:  url(images/password.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_name
{
    background-color: #000000;
    border: 1px solid #ffffff;
    background-image:  url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text
{
    background-color: #000000;
    border: 1px solid #ffffff;
    background-image:  url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input
{ 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.infobox
{
    width: 175px;
    overflow: hidden;
    margin: 0 auto 0 auto; 
    font-size: 9px;
    padding-left: 16px;
    margin-bottom: 2px;
}

.infobox ul
{
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

