
/* special global settings transfer mechanism*/
SPAN#global {
	color: #CCBC7E;
	background-color: #4176BA;
	border-color: #4176BA;
}

body {
	background-color : #FFFFFF;
	color : #333366;
	font-family : verdana,arial,sans-serif,helvetica;
	font-size : 0.725em; // for sizability
	margin-left : 10px;
	margin-right : 10px;
}

q {
	text-indent=3em;
	font-style: italic;
}

h4.homePage {
	color : #4176BA;
	font-size : 110%;
}

/* pseudo classes for links */
	a:link, a:visited, a:active {
	background : transparent;
	color : #6666FF;
	font-family : verdana,arial,sans-serif;
	font-size : 100%;
	text-decoration : underline;
}

a:hover {
	/* background-color : #FFFFFF; */
	color : #4A637B;
}

td,th,caption 		{
	/* background-color : #FFFFFF; */
	color : #333366;
	font-family : verdana,arial,sans-serif,helvetica;
	font-size : 100%;
}

tr.topLine,td.topLine{
	background-color : #4176BA;
}

tr.bottomLine,td.bottomLine{
	background-color : #CCBC7E;
}


/*classes*/
.center {
	text-align : center;
}

.small {
	font-size : 80%;
}

.centersmall {
	font-size : 80%;
	text-align : center;
}

.code 			{
	background-color : #FFFFFF;
	color : #336666;
	font-family : "courier new",verdana,arial,helvetica,sans-serif;
	font-size : 100%;
}

.copyright 	{
	/* background-color : #FFFFFF; */
	color : #336666;
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 90%;
}

.inverse		{
	color : #CCBC7E;
}

.information_label {
	color : #4176BA;
	background-color : #FFFFFF;
	text-align : right;
}

.caption {
	color: #CCBC7E;
	background-color: #4176BA;
	border-color: #4176BA;
	text-align: center;
}

.left_column_label{
	color : #4176BA;
	background-color : #FFFFFF;
	text-align : right;
}

/* menu system */


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	/*color: green;*/
	color : #CCBC7E;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	/*color: #060;*/
	color : #4176BA;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #4176BA; /*#7d6340;*/
	border-width: 0 5px;
}

//new #navs from here

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color : #4176BA;
	border: 1px solid #4176BA;  /*#7d6340;*/
	border-width: 1px 0;
}

#nav li#first {
	border-left-width: 1em;
}

#nav li#last {
	border-right-width: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/custom_menu_ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #4176BA; /*#7d6340;*/
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE,
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  .print_gap{
  	padding : 15px;
  }
}

img.centered {

          display: block;

margin-left: auto; 

margin-right: auto;

}

