﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000000;
}
#container {
	background-color: #94adad;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	
	width: 1000px;
}

#navigation {
	margin-left: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: 600;
	font-variant: small-caps;
	font-size: 14pt;
	background-color: #decec6;
	overflow: hidden;
}



#page_content { color: #ffffff;
                font-size: 10pt;
}


#column_l {
        font-size: 10pt;
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-image: 004.jpg;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: blue;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	azimuth: inherit;
	direction: ltr;
}

/*   Nested List      */

.nav_sub ol ul {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        list-style: none;
}
#navigation a {
	color: #a55a63;
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 2 1 2 1 solid #c9c9c9;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #decec6;
}

#navigation a:active {
        color:
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
		a.screen, a.screen:visited {
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
			
		a.screen strong {
			position:absolute;
			visibility:hidden; /* hide the image */
			width:250px; /* give it a width */
			height:0; /* no height to solve an Opera bug that 
			             makes it selectable when hidden */
			border:1px solid #000; /* add a border */
			left:0; /* position:the image */
			top:-112px;}
			
		a.screen:hover {
			text-decoration:none; 
			border:0; /* needed for this to work in IE */ 
			z-index:1000;}
			
		a.screen:hover strong {
			visibility:visible; /* make the image visible */
			height:112px; /* now give it a height */
			cursor:pointer; /* for IE */
			z-index:500; }
			
		a.screen:hover strong img {
			border:0; /* remove the link border */}