﻿* 
{
	margin: 0;
	padding: 0;
}
body
{
    font-size: 62.5%; /*background: url(images/stripe.png) repeat; color: #FFFFFF; */
    background-color: #CCCCCC;
}    
p, li 
{
	font: 1.2em/1.5em Tahoma, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1
{
    font: 2.0em Tahoma, sans-serif;
    color: white;
    text-decoration: underline;
    padding-top: 10px;
}
h2
{
    font: 1.4em Tahoma, sans-serif;
    color: #615429;
    margin-bottom: 10px;
    text-align: center;
}
h3
{
    font: 2.0em Tahoma, sans-serif;
    color: white;
    text-align: center;
}
h4
{
    font: 1.2em/1.5em Tahoma, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
}
h5
{
    font: 2.0em Tahoma, sans-serif;
    margin-top: 40px;
    margin-bottom: 10px;
    text-decoration: underline blink;
    color: #FF0000;
}
ul 
{
	margin-left: 25px;
}
img 
{
    /*border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 40px;
    height: 70px;*/
}
#imgH1
{
    padding: 0px;
    margin: 0px;
    background-image: url(Images/new_bsa_sm.gif);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 40px;
    border: none;
    visibility: visible;
    float: right;
    top: 50px;
}
#page-wrap
{
    /*background: white;*/
    min-width: 780px;
    max-width: 1260px;
    margin: 10px auto;
    /*width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");*/
    background-color: #999999;
}
#page-wrap #inside 
{		
		margin: 0px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
}
#main-content 
{
	/*background: url(images/left-sidebar.gif) repeat-y #333333;*/
	padding-left: 200px;
	padding-top: 20px;
	padding-right: 20px;
	color: White;
}
#main-wrap
{
    background: url(images/left-sidebar.gif) repeat-y #333333;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header
{
    /*background: #267f23;*/
    background-position: right;
    text-align: left;
    height: 160px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    color: White;
    font-size: 26px;
    display: block;
}
#left-sidebar
{
    width: 150px;
    float: left;
    padding-left: 15px;
    padding-top: 20px;
    color: White;
}
#footer
{
    background-position: center;
    background-image: url(images/badensig.gif);
    background-repeat: no-repeat;
    background-color: #000000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
}
.imgTR
{
    border-style: solid;
    border-color: white;
    border-width: thin;
    margin: 5px 0px 5px 30px;
    float: right;
    display: inline;
    width: 40%;
}
.editTxt
{
    font: 0.9em/1.0em Tahoma, sans-serif
}
.calTxt
{
    font: 1.0em/1.2em Tahoma, sans-serif
}
a:link
{
    color: white;
}     /* unvisited link */
a:visited
{
    color: white;
}  /* visited link */
a:hover
{
    color: #FF9900;
}   /* mouse over link */
#topMenu
{
    font-size: 10px;
    right: 15px;
    position: absolute;
    color: white;
    text-align: right;
    width: 400px;
    height: auto;
    top: 150px;
}
.block
{
    display: block;
    height: 100%;
}
.blockWithBorder
{
    border-width: 1px;
    border-color: #808080;
    display: block;
    height: 100%;
    border-bottom-style: dashed;
}
