﻿*
{
    font-family:Verdana;
    color:#333333;
    font-size:10px;
}

body 
{
    background-color:#333333;
}

a
{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    font-family:Verdana;
    font-size:10px;
}

h2
{
    font-size:12px;
    font-weight:bold;
}

a:hover
{
    text-decoration:underline;
}

#header
{
    background-image:url(../images/header.jpg);
    height:155px;
    width:800px;
    background-repeat:no-repeat;
    margin:0 auto;
}

#header h1
{
    display:none;
}

#main
{
    width:800px;
    min-height:322px;
    overflow:auto;
    margin: 0 auto;
    background-color:#ffffff;
}

#topnav
{
    height:20px;
    width:800px;
    border-bottom:solid 1px #E5E5E5;
    margin-bottom:10px;
}

#topnav ul
{
    display:inline;
    list-style:none;
    
}

#topnav ul li
{
    display:inline;
    list-style:none;
}

#topnav ul li a
{
    margin-left:60px;
}

#footer
{
    margin:0 auto;
    background-image:url(../images/footer.jpg);
    width:800px;
    height:57px;
}

#home_left
{
    width:300px;
    border-right:solid 1px #E5E5E5;
    height:350px;
    /*background-color:#dcdcdc;*/
    float:left;
    padding-right:50px;
    margin-left:50px;
    margin-top:40px;
}

#home_right
{
    width:300px;
    /*background-color:#dcdcdc;*/
    float:right;
    margin-right:50px;
    font-family:Verdana;
    font-size:10px;
    color:#333333;
    overflow:auto;
    margin-top:40px;
}

#home_right ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#home_right ul li
{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}

#home_right ul li input
{
    font-family:Verdana;
    color:#333333;
    border: solid 1px #E5E5E5;
}

#home_right ul li textarea
{
    font-family:Verdana;
    color:#333333;
    border: solid 1px #E5E5E5;
}


.row
{
    clear:both;
    width:600px;
    padding:0px 100px 0px 100px;
    margin:0px;    
}

.break
{
    height:20px;
    clear:both;
    display:block;
}
.img_right
{
    float:right;
    border:none;
}
.img_left
{
    float:left;
    border:none;
}

#validation_links
{
    width:800px;
    margin:0 auto;
    text-align:right;
}

#validation_links ul
{
    list-style:none;
    display:inline;
    
}
#validation_links ul li
{
    list-style:none;
    display:inline;
}

#validation_links ul li img
{
    border:none;
    margin-top:20px;
}

.submit
{
    background-color:#ffffff;
    border:solid 1px #ffffff;
    text-decoration:none;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#000000;
    
}
.submit:hover
{
    text-decoration:underline;
}

    
