/* Structure/Layout CSS */
body
{
	background: black;
	margin : 0;
	font-family: Times, Georgia, serif;
	font-size: 14px;
	color: #300e00;
}
a { color: #300e00; } 
/*img 
{
   behavior: url(../../AtlasSystem/scripts/pngbehavior.htc);
}*/
#Header {
	font-size: 0px;
}
div#masthead 
{
	width:712px;
	margin: 5px 33px 0 33px;
	font-size:0px;
	border: 1px solid #6A0B07;
	overflow:hidden;
}
div#content-wrapper {
	background: url(../images/common/trornament.png) top right no-repeat;
}
div#content-wrapper-inner {
	padding: 10px 0 15px 0;
	background: url(../images/common/blornament.png) bottom left no-repeat;
	width: 778px;
	overflow: auto;
}
#full-column div#content-wrapper-inner { 
	overflow: hidden;
}
div.HeaderColumn 
{
	display:inline;
}
div.LeftColumn 
{
	float:left;
	margin-top: 30px;
	margin-left: 30px;
	width:395px;
}
* html div.LeftColumn {margin-left: 15px;}
div.RightColumn 
{
	margin-top: 30px;
	margin-left: 35px;
	width:235px;
	float:left; 		
}
div.FullColumn 
{
	margin: 15px 30px 45px 33px;
}
div#Navigation 
{
	width: 778px;
	height:44px;
	background: url(/templates/images/common/navback.jpg) top center no-repeat;
}
div#Body 
{
	padding-top: 10px;
	width: 778px;
	background: url(/templates/images/common/tile.jpg) #d4d4b7 center repeat-y;
}
div#Footer { width:778px; color:White; }
div#Address 
{
	height: 13px;
	background: url(/templates/images/common/footerback.jpg);
	color: White;
	padding:12px;
	text-transform: uppercase;
	font-size: 11px;
}
div#Address a 
{
	font-size: 10px;
	color: #ffc600;
}
div.DoubleLine 
{
	text-align:left;
	height: 3px;
	background: url(/templates/images/common/doublebar.gif);
	line-height:0px;	
}
div.DoubleLine div 
{
	float:right;
	text-align: right;
	height: 3px;
	line-height:0px;
}
div#Header div.DoubleLine { width: 713px; }
div#Copyright 
{
	text-transform: uppercase;
	font-size: 10px; 
}
/* End Layout */
/* Begin Tyopgraphy */
h1 
{
	margin:0;
	padding: 0;
	color: #701917;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}
h2 
{
	margin:0;
	padding: 0;
	color: #701917;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
}
a.RedButton 
{
	color: #6a0b07;
	font-weight:bold;
	text-decoration:none;
	font-size: 20px;	
}
a.RedButton:hover { color: #701917; }
/* End Typography */
/* INPUT Styles */
input, select, textarea
{
	background:white;
	border-left: 1px solid #adadad;
	border-top: 1px solid #adadad;
	border-bottom: 0;
	border-right: 0;
	padding: 2px;
}
/* END INPUT Styles */
/* Rad Editor Styles */
.RadEContent, .RadEContentBordered 
{
	background: #d4d4b7 !important;
	font-size: 12px;	
}
/* End Rad Editor Styles */