/* CSS Document */
*
{
	padding:0;
	margin:0;	
}
body
{
	font-family:verdana, Sans-Serif;
	background: url(../Images/Diagonal_BG_2.gif) repeat;
	color:#333;
	line-height: 1; /*this is the silver bullet ?*/
}
img
{
	border:0;
}
a
{
	text-decoration:none;
	font-family:verdana, Sans-Serif;	
	color: #ff8109;
	color: #cc0000;
	font-size:1em;	
	
}
a:hover
{	
	border-bottom: 1px dotted #cc0000;
}
h1
{
	color:#952f1b;
	font-family:verdana, Sans-Serif;
	padding: 10px 15px 0 15px;
	font-size:.8em;	
	white-space:nowrap;
}
h2
{
	color:#952f1b;
	font-family:verdana, Sans-Serif;	
	font-size:.7em;	
	white-space:nowrap;
	padding:10px 0 10px 15px;	
}
p
{
	font-family:verdana, Sans-Serif;
	padding: 10px 15px 0 15px;
	font-size:.7em;
	line-height:1.5;
	color:#333;
}
#wrapper
{
	position:relative;
	margin:0 auto;
	width:566px;
	top:35px;
}
#header
{
	height:69px;
}
#header a:hover
{
	border:none;
}
#headergraphic
{
	position:absolute;
	top:-14px;
	right:15px;
	background: url(/Images/MyHead_03.gif) no-repeat 0 0;
	width:100px;
	height:83px;
}
#navigation
{
	height:23px;
	background: #920f0f url(/Images/NavBG_03.gif) repeat-x 0 0;
	border:1px solid #a22626;
	border-top:none;
}
/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #navigation a {
  width:1%;
  }
#navigation ul
{
	list-style:none;
	margin-left:15px;
}
#navigation ul .firstnav
{	
	border-left:1px solid #a22626;
}
#navigation ul li
{
	float: left;
	border-right:1px solid #a22626;	
	font-family:tahoma;
	font-size:12px;	
    height:24px; /*mac fix*/
}
#navigation ul li a, #navigation ul li span
{	
	display:block;
	text-decoration:none;	
	padding:6px 8px 6px 8px; /*mac fix*/
    
}
#navigation ul li span
{
	font-weight:bold;
	background:#FF0000 url(/Images/SelectedMenuItem.gif) no-repeat 0 0;
	color:#fff;
}
#navigation ul li a { color:#cc0000; }
#navigation ul li a:hover
{
	color:#fff;
	border:none;
}
#content
{	
	background-color:#fff;
	border-left:1px solid #a22626;
	border-right:1px solid #a22626;
	padding-bottom: 15px;
}
.left
{
	float:left;
	width: 282px;

}
.right
{
	float:right;
	width: 282px;				
}

#footer
{
	background: url(/Images/Footer_03.gif) no-repeat 0 0;
	height:69px;
}
.regcolumn
{
	background-color:#fdd696;
}
.focuscolumn
{
	background:#fdd696 url(/Images/Header-highlight.gif) 0 0 no-repeat;
}
.totallyVisible
{
	display:none;
}