/*  Removes the dotted outline on firefox browsers */
a:active, a:focus 
{
     outline: 0;
}
/* Removes the blue outline from Safari */
input:focus{ 
	outline: none;
}

table.padded-table td 
{ 
padding:5px;
border-bottom: 1px solid #444444;
}
/*  Used on pages that have tables */
#pageTable
{
margin-left: 20px;
}

body
{
	background-color: #000000;
	margin: 0;
	font-family: tahoma, arial, geneva, helvetica, sans-serif;
}

/********
Top Navigation
*********/
#topNav
{
	width: 850px;
	height: 34px;
	background-image: url('../images/topNav_Background.jpg');
	background-repeat: repeat-x;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;

}

#topNav ul
{
	list-style-type: none;
	margin: 0;
	padding-top: 7px;
}

#topNav li
{
	float: left;
	display: inline;
	list-style-type: none;
	padding-left: 18px; /*20px;*/
	padding-right: 18px; /*20px;*/
	border-right: 4px solid #000000;
font-size: 1.0em;
}
/*  This explicitly overrides the last menu item on the main menu and removes the border on the right */
#topNav li.item664
{
	border-right: 0px;
padding-right: 10px; /*20px;*/
}

#topNav li a:link, #topNav a:visited
{
	color: #cccccc;
	text-decoration: none;
}

#topNav li a:hover
{
	color: #ffffff;
	text-decoration: none;
}


#topNav a:active 
{
	color: #ffffff;	
}

#topNav a.active a:hover
{
	color: #0000000;
	text-decoration: none;
}

/********
Left Column Items 	
***/

#leftMenu1
{
	width: 200px;
	height: auto;
	margin-left: 18px;
	margin-bottom: 30px;

}

#leftMenu1 ul
{
	font-size: 96%;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

#leftMenu1 ul li
{
        padding:0px 0 8px 14px;
        background-image: url('images/Bullet.jpg');
        background-repeat:no-repeat;
        margin:0.1em 0 0.1em 0;

}

#leftMenu1 li a:link, #leftMenu1 li a:visited
{	
	color: #d7d6d6;
	text-decoration: none;
}

#leftMenu1 li a:hover
{	
	color: #ffffff;
	text-decoration: none;
}

/* rightMenu Only used if it is assigned in template. This is an "Optional Area" */

#rightMenu 
{
	width: 145px;
	float: left;
	padding-left: 7px;
	border-left: 1px solid #c6b4a2;
	margin-top: 30px;
	margin-bottom: 50px;
}


#rightMenu ul
{
	font-size: 14px;
        padding-bottom: 8px;
        padding-top: 5px;
        background-color: #851b1f;

}

#rightMenu ul li
{
	    padding-top: 1px;		
            padding-bottom: 8px;
	    padding-left: 11px;		
            padding-right: 10px;
	    line-height: 1.2em;
        background-image: url('../images/bullet2.jpg');
        background-repeat:no-repeat;


}


#rightMenu li a:link, #rightMenu li a:visited 
{
	color: #f2f0f0;
	text-decoration: none;
}

#rightMenu li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.boldBlack{
	font-weight: bold;
	color: #000000;
}