body {
	margin: 0;
	text-align: center;
	font: 12px Arial, sans-serif;	
	line-height: 16px;
	background: #fff url('../Webmasters/Images/bg_body.jpg') top left repeat-x;
	}

table {
	font: 12px Arial, sans-serif;
	line-height:16px;
	}

/*** style for elements ***/

input, textarea {
		font: 12px Arial;
		}

ul {
		list-style-type: disc;
/*
		color: darkred;
*/
		}

a {
		color: darkred;
		font-weight: bold;		
		text-decoration: underline;
		}

		a:hover {
				text-decoration: underline;
				}
p 
{
	margin: 0 0 10px;
}

.clear 
{
	clear: both;
}

.button {    
    overflow: hidden;   
    width: 75px; height: 22px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font: bold 11px Verdana;
    border: outset 1px #e4e3e2;    
    background: #8f0914;    
		}

/*** style for headers ***/

h1 
{
	margin: 0;
	padding: 0;
	font: 24px 'Arial Black', sans-serif;
	line-height: 23px;
}

h2 
{
	margin: 0;
	padding: 0;
	font: 12px 'Arial Black', sans-serif;
}

h3 
{
	margin: 0;
	padding: 0;
	color: #8f0914;
	font-size: 12px;
}
	
/*** style for main ***/

#main {
	position: relative;
	margin: 0 auto; padding: 0 0 45px;
	width: 910px;
	text-align: left;
	background: url('../Webmasters/Images/bg_footer.png') bottom left no-repeat;
	}	

#body 
{
	padding: 0 5px;
	background: url('../Webmasters/Images/bg_main.png') top left repeat-y;
}
	
#header {
		height: 205px;
		background: url('../Webmasters/Images/bg_header.jpg') top left no-repeat;
		}

#header img {
		margin: 37px 0 0 10px;
		border: 0;
		}

#app {
		padding: 30px 54px 30px 0;
		min-height: 460px;
		height: auto!important;height: 460px;
		}

#contact 
{
	margin: 0 0 0 20px;
	float: left;
	width: 262px;
}

/* ie double margin fix */
* html #contact {display: inline;}

#content 
{
	float: left;
	width: 544px;
	margin: 0 0 0 20px;
}

/* ie double margin fix */
* html #content {display: inline;}

/*** style for flexpots ***/
.flexpot 
{
	float: left;
	width: 262px;
	margin: 0 0 20px 20px;
}

/* ie double margin fix */
* html .flexpot {display: inline;}

	.flexpot h2 
	{
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}
	
	.flexpotimage 
	{
		width: 262px;
		height: 100px;
		overflow: hidden;
	}
	
	.flexpotcontent 
	{
		padding: 5px;
		background-color: #e4e3e2;
	}
	
		.flexpotcontent a 
		{
			display: block;
			padding: 5px;
			font-weight: bold;
			text-align: right;
			text-decoration: none;
		}
			
/*** style for menu ***/

#menu {
		margin: 0;
		padding: 0;
		height: 29px;
		background-color: #8f0914;
}

		#menu dl 
		{
			margin: 0 0 0 20px;
			padding: 3px 0 0 0;
		}
		
		#menu dt {
				margin: 0 1px 0 0; padding: 0;
				list-style: none;
				float: left;
				}

		#menu dd {
			margin: 0; padding: 0;
			}	
				
			#menu dt a {
				display: block;
				min-width: 110px; 
				width: auto!important;width: 110px;
				height: 26px;
				font-family: Arial Black;
				text-align: center;
				color: #fff;
				letter-spacing: 1px;
				text-decoration: none;
				}

				#menu dt a span
				{
					display: block;
					padding: 4px 0 0 0;
				}

				 
			#menu dt a.active, #menu dt a:hover
			{
				background: url('../Webmasters/Images/bg_menuitem-left.gif') top left no-repeat;
				background-color: #fff;
				color: #000;
			}
			
				#menu dt a.active span, #menu dt a:hover span 
				{
					background: url('../Webmasters/Images/bg_menuitem-right.gif') top right no-repeat;
				}					
