@charset "utf-8";
/* CSS Document */
/*DCSC About Style sheet for everything*/
/*************************************************************************************************************/
/*PageMenu done with TreeViewManager script. Note some gfx elements for menu is found in start of the script */
/*************************************************************************************************************/
body {
	background-color: #EBEBEB;
	background-image: url(/images/background.gif);
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #333333;        
}

.PageMenu, .PageMenu ul, .PageMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(/images/universal_menu/nosub_lite.gif);
	line-height: 20px;
	vertical-align: middle;
	text-indent: 16px;
	background-repeat: no-repeat;
}

/* NON expandable menu items*/
.PageMenu li {
	background-color: #e4e4e4;
		}

/* Expandable menu item*/
.PageMenu li.submenu {
	cursor:	hand !important;
	cursor:	pointer !important;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #1C4F2A;
	background-color: #F1F1F1;
}
/* Expandable menu item - mouse over*/
.PageMenu li.submenu:hover {
	cursor:	hand !important;
	cursor:	pointer !important;
	text-decoration: none;
	color: #444444;
}

/* Sub menu items*/
.PageMenu ul li {
	background-color: #e4e4e4;
	background-image: url(/images/universal_menu/submenu_lite.gif);
	text-indent: 8px;
	background-repeat: no-repeat;
	padding-left: 16px;
}
.PageMenu a {
	font-weight: normal;
	text-decoration:none;
	color: #333333;
}
.PageMenu a:focus, .PageMenu a:active {
	color:#FFFFFF;
	background-color: #1C4F2A;
}
.PageMenu a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.PageMenu a:focus:hover {
	color:#fff;
}

.top-menu {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C4F2A;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.top-menu-selected {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
p {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align: justify;
	color: #333333;
}

h1 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #1C4F2A;
	font-weight: bold;
}

.h1Center {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18pt;
	color: #1C4F2A;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #1C4F2A;
	font-weight: bolder;
	margin-bottom: -12px;
}
h3 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #1C4F2A;
	font-weight: bold;
	margin-bottom: -10pt;
}
h4 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #1C4F2A;
	margin-bottom: -10pt;
}

.updated {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 6pt;
	text-align: center;
	color: #333333;
	font-weight: lighter;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #009900;
	text-align: left;
	background-color: #EEEEEE;
	height: auto;
	width: auto;
	display: block;
	padding-right: 2px;
	padding-left: 12px;
	border: 1px solid #DDDDDD;
}
blockquote {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	background-color: #EEEEEE;
	height: auto;
	width: auto;
	display: block;
	padding-right: 2px;
	padding-left: 12px;
	border: 1px solid #DDDDDD;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
.menuControl {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: lighter;
	text-decoration: none;
}
.menuControl:hover {
	color: #222222;
	text-decoration: none;
}


hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2D2;
	border-bottom-color: #FFFFFF;
}

