body {
	background: #7A8B8B;
	color: black;
	font-size: 12pt;
	text-align: justify;
	font-family: "lucida sans", "lucida sans unicode", "bookman old style", arial, helvetica, fantasy, serif;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
.date, dt {
	color: #3D59AB;
	font-size: smaller;
	font-weight: bolder;
	font-family: 'arial narrow', 'lucida sans', 'lucida sans unicode', arial, helvetica, serif;
}

.menu_div {
	width: 15em; /* was 200px */
	/*height: 100%;*/
	position: absolute;
	top: 1em; /* was 10px */
	left: 0.5em;
	/* float: left; */
	border: 1px solid #00688B;
	font-family: 'lucida sans', 'lucida sans unicode', arial, helvetica, serif;
	z-index: 5;
	background: #C1CDCD url(images/barza3.png) no-repeat top left;
	text-align: center;
}

#nav, #nav ul { /* all lists */
	padding: 0 0 0 0.5em;
	margin: 0;
	list-style: none;
	font-family: verdana, tahoma, 'arial narrow', serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.25;
	width: 12em;
}

#nav a {
	display: list-item;
	width: 15em; /* was 12em*/
	text-decoration: none;
	color: #008080;
}

#nav li { /* all list items */
	position: relative;
	float: left;
	width: 12em; /* width needed or else Opera goes nuts */
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #A2B5CD;
	width: 15em; /* was 12em */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: -1em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 15em; /* was 12em */
	font-weight: bold;
	border: 1px solid black;
}

#nav li:hover, #nav li.sfhover {
	background: #7EC0EE;
	border: 1px solid black;
	width: 15em; /* was 12em */
}

/*-------- FORMATTING for ARTICLES LINKS --------------*/

#nav li:hover ul#press_links_list {
	width: 17em;
}

ul#press_links_list li {
	padding-left: 1.5em;
	background: url(images/type_icon16.png) no-repeat center left;

}

ul#press_links_list li:hover, ul#press_links_list li.sfhover {
	/*list-style: circle outside url(images/type_icon16.png);*/
	padding-left: 1.5em;
	background: #7EC0EE url(images/type_icon16.png) no-repeat center left;
}

/*-----------------------------------------------------*/

#content {
	clear: left;
	color: #ccc;
}

.menu_links_1 {
	z-index: 10;
}

.divide { /* divider for new groups in navigation menus*/
	border-top: 3px ridge;
}
h2, h3, h5 {
	color: #3D59AB;
	width: 20em;
}
.smaller {
	font-size: smaller;
}
p {
	width: 30em;
}
p.date, em.date {
	border-top: ridge #483D8B;
	border-left: ridge #483D8B;
	background-color: #A2B5CD;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin-top: 1em;
}
ol, ul.lists {
	width: 25em;
}
ul.lists {
	list-style-type: disc;
}

h1.page_title {
	text-align: left;
	color: #3D59AB;
}
.title {
	width: 13em; /* was 190px */
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}

img {
	border: 1px solid black;
}

img.inline_float_right {
	float: right;
	margin: 0.3em;
}

img.inline_float_left {
	float: left;
	margin: 0.3em;
}

.menu_div img {
	border: none;
}

blockquote p, q {
	font-style: italic;
	border: none;
	/* background-color: #2F2F4F; */
}
dt {
	width: 10em;
	color: #3D59AB;
}
dd {
	width: 25em;
}
table {
	font-size: smaller;
	text-align: center;
}
.banner {
	position: relative;
	float: left;
	left: 1em; /* was 10px */
	width: 14em; /*  was 190px */
	margin-top: 1em;
	color: #3D59AB;
	border-top: 1px solid #3D59AB;
	top: -0.5em;
}

p#coment {
	left: 0;
	width: 4in;
}
.page_content {
	width: 30em;
	position: absolute;
	top: 1em;
	left: 0;
	padding: 0 1em 1em 1em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-left: 16em; /* was 210px */
	background: #C1CDCD;
}

div.right_col {
	width: 14em;
	height: 100%;
	position: absolute;
	top: 1em; 
	left: 48.5em;
	border: 1px solid #00688B;
	font-family: 'lucida sans', 'lucida sans unicode', arial, helvetica, serif;
	color: #3D59AB;
	z-index: 5;
	background: #C1CDCD;
	text-align: justify;
	padding: 0.5em;
}

div.right_col p, ul {
	font-size: smaller;
}

div.right_col ul {
	margin-top: 0;
}

div.right_col h5 {
	margin-bottom: 0;
}

div.weather {
	/*border: 1px solid black;*/
	left: 2em;
}

div.weather p {
	width: 15em;
	text-align: center !important;
	/*color: #3D59AB;*/	
}

div.weather img {
	border:none;	
}

.revision {
	font-size: smaller;
	color: #3D59AB;
}

tr.odd {
	background-color: #7A8B8B;
	color: black;
	text-align: center;
}

tr.even {
	background-color: #9FB6CD;
	color: black;
	text-align: center;
}

td.top_border {
	border-top: 3px solid black;
}

