﻿body#shell, body#home, body#admin
{ 
background-image:url(images/background.jpg);
background-repeat:repeat-x;
background-color:#9a0024;

	
}
body#home p {margin: 0px;}
p, h2 {margin: 16px 260px 16px 0px;}

p {line-height: 18px;}

fieldset
{
font-size:12px;
margin-right:50px;
} 

legend {
font-size:14px;
font-weight:bold;
margin-left:10px;
margin-top:10px;
}

label, address 
{
font-size:12px;
margin-left:10px;
} 

h1 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	margin-bottom: 0px;
	background-image:url(images/h1arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:0px;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
}
h2 
{
    font-size: 16px;
    color: #9d080d;
    font-weight: bold;
    }
h3 
{
    font-size: 12px;
    color: #8a7865;
    }
p, address 
{
    font-size: 12px;
    color: #5e5e5e;
    }
ul, ol {
margin-top:10px;    
margin-bottom:10px;
}
ul li 
{
list-style-image:url(images/listbullet.gif);
color:#670b23;
margin-left:30px;    

color:#670b23;
font-size:12px;
    }
	#content ul li {line-height: 18px; margin-right: 380px;}
	#home #content ul li {line-height: 18px; margin-right: 32px;}
hr{margin:0px;
	position:relative;
	z-index:1;
	padding-top:0px;
	padding-bottom:0px;
	border:0px;
	height:1px;
	margin-top:-4px;
	margin-bottom:20px;
	background-color:#000000;
	}

a {color: #253557;}
a:visited {color: #253557;}
a:hover {color: #a10b0b;}
a:active {color: #8a7865;}
#changeFontSize a {color: #FFFFFF; text-decoration: none;}
#shell fieldset 
	{
		font-size:12px;
		padding: 32px;
		
		}
    #shell legend {
          padding: 8px;
          border:1px solid #000000;
          background-color: #7c0000;
          text-align:left;
          margin-bottom: 24px;
          margin-left: 8px;
          color: #FFFFFF;

          
        }
	#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;}

	
	



/*END Base Form Styles*/

/*Common Variants*/

.autoWidth 
{
	width: auto;
	}


h1.admin {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	margin-bottom: 0px;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
	background-image:none;
}
#content td p {margin: 0px;}
/*ENDCommon Variants*/



.Required {
	color: Red;
	font-weight: bold;
	font-size: 11px;
}


