﻿* {
    padding: 0; 
    margin: 0,0,0,0; 
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color:#000000;
    background-image:url('images/bg.jpg');
    background-repeat: repeat; 
}
#wrapper { 
    margin: 0 auto;
    width: 822px;
}
#header {
    width: 840px;
    color: #333;
    padding: 0px;
    border: 0px solid #ccc;
    height: 260px;
    margin: 0px 0px 0px 0px;
    background-color: #c0c091;
    
}
#navigation {
    width: 822px;
    color: #fff;
    padding: 10px;
    border: 0px solid #ccc;
    margin: 0px 0px 0px 0px;
    background-image: url('images/bbg.gif');
    line-height:10px;
}
#content { 
    width: 822px;
    color: #494949;
    border: 0px;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    min-height: 400px;
}
#contentED { 
    width: 822px;
    color: #494949;
    border: 0px;
    background: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    min-height: 450px;
}
#footer { 
    width: 822px;
    color: #ffffff;
    border: 0px solid #ccc;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background-image: url('images/bbg.gif')
}
label {
    float:right;
    position:absolute;
    margin-left:auto;
    margin:13px,13px,13px,13px;
}
input {
    float:right;
    position:absolute;
    margin-left:auto;
    white-space:normal;
    azimuth:rightwards;
    margin:13px,13px,13px,13px;
}    
textarea {
    float:right;
    left:200px;
    position:absolute;
    margin-left:auto;
    white-space:normal;
    azimuth:rightwards;
    margin:13px,13px,13px,13px;
}    
h1 #content {
    color: #494949;
    font-weight:bold;
}
h3 #content {
    color: #000000;
    font-weight:bold;
}
.left{
    float:left;  
}
.PageTitle{
    font-size:large;
    margin-left:75%;
    text-align:right;
}
.contact{
    margin-left:10%;
}
/*/////////////////////
//   Links         
/////////////////////*/
a {
	color: #0000AA;
	text-decoration:none;
}
a:hover {
	color: #3300EE;
	text-decoration:underline;
}
a:active {
	color: #7593AB;
}
#content a:link {
    color:#0000AA;
    text-decoration:none;
}
#content a:hover {
    color:#3300EE;
    text-decoration:underline;
}
#content a:visited {
    color:#0000AA;
}
#navigation a {
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
a img {
border: 0px none;
}
