﻿	/** { margin: 0; padding: 0; }*/
	
		#bg { position: fixed; top: 0; left: 0; }
		.bgwidth { width: 100%; }
		.bgheight { height: 100%; }
	

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}


        .container
        {
            position: relative;
            margin: 10px 0px;
            padding: 10px 10px 10px 10px;
            /*behavior: url(css/border-radius.htc);
            border-radius: 20px;
               -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;*/


        }
        .container2
        {
            position: relative;
            margin: 10px 0px;
            padding: 10px 10px 10px 10px;
            
        }
        
        .contentleft
        {
            position: relative;
            color: #ffffff;
            z-index: 5;
            border: solid 0px #000000;
            width: 100%;
            text-align: left;
            
        }
        
        .contentright
        {
            position: relative;
            color: #ffffff;
            z-index: 5;
            border: solid 0px #000000;
            width: 400px;
            text-align: left;
            
        }


        .background
        {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: #2d2d2d;
            z-index: 1; /* These three lines are for transparency in all browsers. */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            opacity: 0.7;
        }


td.footer a
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: #666666;
	text-decoration: none;
}
td.footer a:hover
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: #000000;
}
td.footer a:active
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: #666666;
}

.contact
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: #666633;
	margin: 20px 60px 5px 5px;
	text-align: right;
}
.contact2
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	color: #666633;
	margin: 0px 52px 0px 13px;
	text-align: right;
	background-color: #e8c665;
	padding-right: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;

}
.divContent
{
	margin: 20px 20px 20px 28px;
	text-align: left;
	font-size: 8pt;
	font-family: Verdana, Tahoma, 'Times New Roman';
}
.footersep
{
	color: #996600;
}
#div1, #div2, #div3
{
	position: absolute;
	top: 100;
	left: 200;
	width: 200;
	visibility: hidden;
}

input, textarea
{
    background-color: #ffffff;
    color: #000000;
    border: solid 2px #333333;
    border-bottom: solid 1px #E6E6E6;
}

.submit
{
     background-color: #262626;
    color: #ffffff;
    
    border: solid 1px #ffffff;
    border-bottom: solid 1px #FFCC00;
    padding: 4px 10px 4px 10px;
    text-transform:uppercase;
    margin: 0px 0px 3px 0px;
}

.submit:hover
{
   background-color: #ffffff;
    color: #000000;
}
