/* Structure/Layout CSS */
body
{
	background: #141f82;
	margin : 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: black;
	font-size: 12px;
}
img 
{
   behavior: url(../../AtlasSystem/scripts/pngbehavior.htc);
}
div#Background 
{
	background: url(/Templates/Images/Common/background.gif) top center repeat-y;
	width:771px;
	padding-top: 13px;
}
div#Header, div#Body { width: 734px; }
div#Body { font-size: 0px; }
div#LeftColumn 
{
	font-size: 13px !important;
	background: url(/templates/images/common/navback.jpg) no-repeat;
	float: left;
	width: 181px;
	height: 350px;
}
div#RightColumn 
{
	font-size: 12px !important;
	float:left;
	width: 533px;
	margin-left: 20px;
	margin-top: 5px;
}
div#RightColumn a
{
	text-decoration: underline;
}
div#RightColumn a:hover { text-decoration: none; }
div#RightColumn ul 
{
	margin:0;
	padding-left: 10px;
}
div#RightColumn div.LinkBox li { list-style-image: url(/templates/images/common/caret-light.gif); }
div#RightColumn li 
{
	list-style-image: url(/templates/images/common/caret.gif);
	padding: 0;
	margin-left: 5px;	
}
img.border { border: 1px solid black; }
div#ImageBox, div#NarrowImageBox 
{
	display:inline; /* IE Margin Hack - DO NOT REMOVE. sIFR headers will jump in IE6 if you do. */
	float:right;
	margin: 0 0 10px 10px;
	font-size: 10px;
}
div#NarrowImageBox 
{
	width:172px;
}
div#ImageBox 
{
	width: 272px;
}
div.LinkBox 
{
	background: #fff9e1;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px 10px;	
	color: #141f82;
}
div.LinkBox a, a
{
	color: #141f82;
	text-decoration: none;	
}
div.LinkBox a:hover, a:hover { text-decoration: underline; }
img.hLine { width: 100%; height: 4px; margin: 1px 0; }
div#Address 
{
	float: right;
	width: 500px;
	padding: 5px;
	text-align:left;
	color: #1c3c08;	
}
div#Address a
{
	color: #101a5c;
	text-decoration: none;
}
img#HeaderLine 
{
	width: 734px;
	height: 3px; }
div#Footer 
{
	padding-bottom: 30px;	
	padding-top: 25px;
	clear:both;
}
/* End Structure CSS */

/* Typography CSS */
h1 
{
	color: #9f6307;
	font-size: 16px;
	display:inline;
	line-height: 20px;
}
.smallerText 
{
	font-size: 10px;	
}
/* Navigation Styles */

/* End Navigation */
/* End Typography */

/* Rad Editor Styles */
.RadEContent, .RadEContentBordered
{
	background: white;
	font-size: 12px;	
}
/* End Rad Editor Styles */