* 
    { 
    padding: 0; margin: 0; 
    }
img {
    border: 0;
    }
body 
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #F0F0E0;
    }
    
#wrapper 
    { 
    margin: 0 auto;
    border: 1px solid #C0C0C0;
    width: 1024px;
    }

#faux 
    {
    background: url(../images/col.jpg);
    margin-bottom: 5px;
    overflow: auto;
    width: 100%
    }
    
#header 
    {
    width: 1024px;
    padding: 0px;
    height: 80px;
    margin: 0px;
    background: #000000;
    text-align: center;
    }

#navigation 
    {
    width: 1024px;
    clear: both;
    color: #333;
    background: url(../images/menu.jpg);
    margin: 0px 0px 5px 0px;
    height: 22px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    }
    
#leftcolumn 
    { 
    display: inline;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 200px;
    float: left;
    }

#content 
    { 
    float: left;
    color: #333;
    margin: 10px 10px 0px 25px;
    padding: 0px;
    width: 520px;
    display: inline;
    position: relative;
    }

#rightcolumn 
    { 
    display: inline;
    position: relative;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 245px;
    float: right;
	font-size: x-small;
	font-weight: bold;
	border-left: 1px solid black;  
    }

#rightcolumn h3
    {
    padding: 0px 0px 10px 0px;
    }    

#footer 
    {  
    width: 1024px;
    clear: both;
    color: #000;
    background: url(../images/menu.jpg);
    margin: 0px;
    height: 20px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    }

#navigation a 
    {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #000;
    }
        
.clear 
    { 
    clear: both; 
    background: none; 
    }
    
 #navigation ul
    {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    }

#navigation li
    {
    float: left;
    }

#navigation li a
    {
    line-height: 1.2em;
    float: left;
    width: 12em;
    display: block;
    color: #808080;
    text-decoration: none;
    text-align: center;
    }
    
#navigation li a:hover
    {
    line-height: 1.2em;
    float: left;
    width: 12em;
    display: block;
    color: #BFBCED;
    text-decoration: none;
    text-align: center;
    }    

#leftcolumn fieldset {
	border: none;
}

#leftcolumn legend {
    display: none;
}

#leftcolumn label {
	font-size: x-small;
	font-weight: bold;
}

#leftcolumn input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #C0C0C0;
	width: 200px;
}

#inputsubmit1 {
	background: #C0C0C0;
	color: #FFFFFF;
}

.tiny
    {
    font-size: small;
	font-weight: bold;
    }
.title
    {
    font-size: x-large;
	font-weight: bold;
    }
.logo
    {
    font-size: small;
	font-weight: bold;
    }
.forms a
    {
    color: #000;
    text-decoration: none;
	font-weight: bold;
	font-face: arial;
	font-size: 10pt;
    }    