
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#000000;
 color: #333333;
 text-align:center;
 padding:0;
 }

body A:link { text-decoration: none }
body A:visited { text-decoration: none; color:blue }
body A:hover { text-decoration: underline }
body A:active { text-decoration: underline }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#f9bc19;
 color: #333333;
 }
 
#hdr A:link { text-decoration: none; color:white }
#hdr A:visited { text-decoration: none; color:white }
#hdr A:hover { text-decoration: none; background: #6a180a; }
#hdr A:active { text-decoration: none; }

#bar {
 height:30px;
 background:#888888;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 padding: 3px;
 }
 
#bar A:link { text-decoration: none }
#bar A:visited { text-decoration: none; color:blue }
#bar A:hover { text-decoration: underline }
#bar A:active { text-decoration: underline }
 

#bodyblock {
 position:relative;
 float: clear;
 background: #dedede;
 color: #333333;
 width:800px;
 padding:0;
 }

#bodyblock A:link { text-decoration: none; color:blue }
#bodyblock A:visited { text-decoration: none; color:blue }
#bodyblock A:hover { text-decoration: underline; color:blue }
#bodyblock A:active { text-decoration: underline; }

#l-col {
 float:left;
 color: #333333;
 width:135px;
 padding: 3px;
 }

#cont {
 width:620px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 min-height:350px;
 padding: 3px;
 }

#cont A:link { text-decoration: none; color:blue }
#cont A:visited { text-decoration: none; color:blue }
#cont A:hover { text-decoration: underline; color:blue }
#cont A:active { text-decoration: underline; }

#ftr {
 height:25px;
 background:#888888;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

#greetingBox {
 float: left;
 width: 200px;
 text-align:left;
 font-color: #fff;
}

#headerLinks {
 float: left;
 text-align: center;
 width: 380px;
}

#searchBox {
 width: 200px;
 float: right;
 text-align:right;
 font-color: #fff;
}

.bodyBox
{
border-style: solid;
border-color: #000000;
background-color: #dedede
}


#loginBox
{
width:100px;
font-size:10;
color: #6699FF;
border: 1px solid #000;
}

.buttona
{
font-size:11;
color: #ffffff;
border: 1px solid #6a180a;
background-color: #6a180a;
}

.formBox
{
width: 125px;
font-size:12;
color: #6a180a;
border: 1px solid #6a180a;
}


.selectBox
{
font-size:12;
color: #6a180a;
border: 1px solid #6a180a;
}
