﻿body
{
    background: #fff url(/images/bg_blue_fade2.jpg) repeat-x;
    font-family: Arial,Tahoma,Verdana;
    height:100%;
}
h1
{
    font-weight: bold;
    font-size: 150%;
    margin: 0px 10px 0px 10px;
}
h2
{
    font-weight: bold;
    font-size: 120%;
    margin: 0px 10px 0px 10px;
}
p 
{
    font-family: Arial,Tahoma,Verdana;
    line-height: 130%;
}

#container
{
    background: #ffffff url(/images/bg_main_column2.jpg) repeat-y;
    width: 960px;
    margin: 10px auto 0 auto;   
}
#title 
{
    padding-bottom: 15px;
    border-bottom: solid 1px #E8E8E8 ;
}
#title ul
{

}
#title ul li
{
    list-style:none;
    display:inline;
    padding-right: 20px;
}
#features
{
    position: relative;
    top: -25px;
    width:180px;
    float:right;
}
#bottom
{
    padding-top: 20px;
    width:960px; 
    clear:both;
}
#bottom p
{
    text-align: center;
}
#breadcrumb
{
    font-size:small;
}
#menu_links
{
    text-align: center;
    margin-bottom: 20px;     
}
#menu_links li
{
    list-style:none;
    display:inline;
    padding-right: 20px;
    margin: 0px;
}
.mini_control
{

    background: url(/images/bg_bubble.jpg);
    width: 163px;  

}
.mini_control p, h3
{
    margin: 5px;
    
}

.main_column
{
    width:350px;
    float: left;
    padding:30px 20px 20px 20px;
}

.top_margin
{
    margin-top: 15px;
}
.error
{
    background-color: #FFBBCC;
    padding:10px;
    border: solid 1px red;
    width: 300px;
    margin: 10px auto 10px auto;
}

p
{
    margin: 0px 10px 15px 10px;
}

small
{
    font-size: 70%;
}
fieldset
{

    width: 350px;
}
fieldset legend
{
    color: #f26522;
    font-size: 120%;
    font-weight: bold;
}
fieldset small
{
    margin-left: 10px;
}
fieldset table
{
    width: 300px;

}
fieldset table th
{

    vertical-align: middle;
    text-align: right;
    font-family: Verdana;
    font-size: smaller;
} 
input,  textarea, select
{
    margin: 5px 0px 5px 10px;
    padding: 2px;
    width: 250px;
}

input:focus, textarea:focus {
	background: #ffffcc;
	color: #000;
}