﻿body#shell, body#home, body#admin
{ 
	
}

h1, h2, h3, p, fieldset, label, address, hr 
{
	margin: 0px 0px 16px 32px;
} 

h1 {
	font-weight: normal;
	font-size: 18px;	
	display: block; 
	color: #969696;
	background: url(images/h1.gif) repeat-x bottom;
	padding-bottom: 2px;
}
	h1 strong {color: #000000;}
h2 
{
    font-size: 13px;
    font-weight: bold;
    }
	h2 a {font-size: 11px;}
	#shell #centerCol h2 {
			display: block; 
			border: solid 1px #000000;
			background-color: #EEE;
			padding: 4px;
			position: relative;
		}
		#shell #centerCol h2 img {
			position: absolute; left: 520px; top: 48px;
			display: block;
			border: solid 1px #000000;
			padding-bottom: 3px;
			background: url(images/imgBack.gif) repeat-x left bottom;
			}
h3 
{
    font-size: 11px;
    font-weight: 700;
    }
p, address, table.singleColWide td 
{
    font-size: 11px;
    line-height: 18px;
	color: #7b7b7b;

    }
ul, ol {
	margin: 2px 64px 16px 64px;	
}
ul ul, ol ol {
	margin: 0px 0px 16px 16px;	
}
hr {border-top: solid 1px #d1d1d1; border-bottom: solid 1px #ffa900; height: 1px; background-color: #000000;}
body#shell #centerCol li 
{
    font-size: 11px;
	color: #7b7b7b;
    line-height: 18px;
	margin-bottom: 8px;
	
    }
	body#shell #centerCol li li {background: none; margin: 0px;}
body#shell #rightCol p {margin: 16px 0px;}
body#shell #rightCol img 
{
    display: block;
    border: solid 1px #000000;
    padding-bottom: 3px;
    background: url(images/imgBack.gif) repeat-x left bottom;
	margin-right: 1px;
    }
a {color: #d38c00;}
a:visited {color: #d38c00;}
a:hover {color: #CCCCCC;}
a:active {color: #000000;}

#shell fieldset 
	{
		padding: 32px;
		margin: 0px 0px 16px 32px;
		
		}
    #shell legend {
          padding: 8px 16px;
          border:1px solid #000000;
          text-align:left;
          margin-bottom: 24px;
          font-size: 14px;
          margin-left: 8px;

        }
	#shell label 
	{
		float: left;
		width: 120px;
		margin: 0px 5px 2px 0px;
		text-align: right;
		font-weight: bold;
		font-size: 12px;
		}
	#shell input, #shell textarea 
	{
		margin: 0px 8px 2px 8px; 
		float: left;
		}
		input[type="image"], input[type="checkbox"], input[type="radio"] {height: auto; width: auto;}
		
	#shell select 
	{
		margin: 0px 8px 2px 8px; 
		float: left;
		
		}
	#shell br {clear: both;}


