/*

light blue = 3f639d;
blue = 2d3c53
dark orange = ab5f01
light orange = cd7e2f

*/

body, td
{
	font-family: verdana;
	font-size: 8pt;
}
a 
{
	color: #3160ad;
}
a:hover
{
	text-decoration: none;
}

td.Body
{
	padding: 20px;
}

.PageTitle td
{
	color: white;
	font-size: 14pt;
}

h3
{
	font-weight: normal;
	font-size: 16pt;
}
.HomePageTitle
{
	font-weight: bold;
	color: #ab5f01; /* dark orange */
	margin-bottom: 0px;
}
.ArticleImage
{
	border: solid 4px #2d3c53; /* blue */
	margin-right: 15px;
	margin-bottom: 10px;
}
.HomePageBody 
{
	padding: 20px;
	padding-top: 0px;
}

/* Footer */
.Footer td,
.Footer td a
{
	color: white;
	font-size: 7pt;
	text-decoration: none;
}
.Footer td a:hover
{
	text-decoration: underline;
	color: White;
}
.Footer td a.selected
{
	color: White;
	text-decoration: underline;
}

/* Top Nav 2 */
.TopNav2 a 
{
	font-size: 9px;
	color: White;
	text-decoration: none;
}
.TopNav2 a:hover
{
	text-decoration: underline;
}

/* Top Nav */
.TopNav th
{
	font-size: 10pt;
}
.TopNav th.selected
{
	background-color: #ab5f01; /* dark orange */
	padding-left: 0px;
	padding-right: 0px;
}
.TopNav th.Selected a
{
	color: white;
}
.TopNav a
{
	color: Black;
	text-decoration: none;
}
.TopNav a:hover
{
	text-decoration: underline;
}

/* Left Nav */
.LeftNav td
{
	background-color: #ab5f01; /* dark orange */
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	background-image: url(LeftNavArrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: hand;
}
.LeftNav td a
{
	color: white;
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}
.LeftNav td a:hover
{
	text-decoration: underline;
}
.LeftNav tr.Selected td
{
	background-color: #2d3c53; /* blue */
}
.LeftNav tr.Selected td a
{
	color: White;
}
.LeftNav td.Hover
{
	background-color: #cd7e2f;
}


.LeftNav .leftNav2 td
{
	background-color: #cd7e2f;
	padding-left: 20px;
}
.LeftNav .leftNav2 td.Hover
{
	background-color: #ed9e4f;
}
.LeftNav .leftNav2Selected td
{
	background-color: #3f639d;
	padding-left: 20px;
}

/* Copyright */
.Copyright
{
	width: 770px;
	text-align: center;
	color: #cccccc;
	margin-top: 10px;
	font-size: 9px;
}

/* Display table borders in the rich text editor control */
.RichTextEditor table
{
      behavior: url(/caf.web/psc/web/ui/RichTextEditor_TableBorder.htc);
}
.RichTextEditor table.NoBorder,
.RichTextEditor table.NoBorder td
{
      border: dashed 1px #CCCCCC;
}