﻿html, body 
{
    margin:0;
    height:100%;
    font-family:Arial;
    font-size:.9em;

}
a, a:visited
{
    color:#FF0000;
    text-decoration:none;
}
a:hover
{
    color: #FF0000;
    text-decoration:underline;
}
#header
{
    position:absolute;
    width: 100%;
    background-color: #ff0000;
    border-bottom: #000000 1px solid;
    height:75px;
    z-index:301;
}

#left
{
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    background-color: #000000;
    text-align: center;
    border-right: #000000 1px solid;
    z-index:300;
    padding-top:75px;
    border-bottom: #000000 1px solid;
     border-right: #000000 1px solid;

}
#content
{
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    color:#000000;
    padding:85px 10px 0px 170px;
    text-align:center;
    z-index:200;
    min-height:750px;
    
    /* IE6 min-height hack */
    height:auto !important; 
    height:750px;
    /* End IE6 min-height hack */
    
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-image: url(images/leftbg.gif);
    background-repeat: repeat-y;
} 

#content p
{
    position:relative;
    text-align:left; 
    z-index:0;  
}
p
{
    z-index:-1;
}
* img 
{
    border:0;
}
.imageborder
{
    position:relative;
    border:solid 1px #000000;
}
.menucategories
{
    border: 0 !important;
    margin: -4px -2px -4px -10px !important;
    padding: 4px 2px 4px 4px !important;
    background-color: #dcdcdc !important;
    color: #696969 !important;
    width:152px !important;
}
a.menucategories
{
    display:none !important;
}
h2
{
    margin:0 0 20px 0;
}
.smalltext
{
    font-size:.7em;
}
ol, ul
{
    text-align:left;
}
hr
{
    border:1px;
    color:#000000;
    background-color:#000000;
    height:1px;
}
#copyright
{
    position:absolute;
    margin-bottom:10px;
    bottom:0;
    left:350px;
    width:auto;
    height:auto;
}
#footer
{
    background-color:#FF0000;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    height:30px;
    clear:both;
}
.label
{
    width:130px;
    font-weight:bold;
    text-align:right;
    float:left;
    vertical-align:middle;
    clear:both;
    height:26px;
    line-height:20px; /* centers text vertical in div */
    padding-right:5px;
}
.field
{
    font-weight:normal;
    float:left;
    width:200px;
    text-align:left;
    height:26px;
    line-height:20px; /* centers text vertical in div */
}
.input
{
    width:200px; /* fixes textbox width in IE6 and IE7 */
    height:18px; /* fixes textbox height in IE6 and IE7 */
}
.validation
{
    float:right;
    width:225px;
    text-align:left;
    height:26px;
    line-height:20px; /* centers text vertical in div */
    padding-left:2px;
}
.formtitle
{
	float: left; 
	clear: both; 
	width: 590px; 
	text-align: left;
	font-weight:bold;
    vertical-align:middle;
    height:26px;
    line-height:20px; /* centers text vertical in div */
    padding-right:5px;
    font-size: 1.2em; 
    color: #ff0000
}
