@charset "utf-8";
/*#header {
	font-size: 1em;
	text-transform: uppercase;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #BC011E;
	width: 450px;
	text-align: center;
	padding-top: 3px;
	margin-top: 0px; 
}*/

#shell {
	margin: auto;
	width: 980px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0px 0px; 
	background-color:#FFF;
	font-size: 1em;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	height: 155px;
	background-color:#039;
	margin-left: 0px!important;
	margin-right: 0px!important;
}

body {
	background:#F00;
	margin:0px;
	padding:0px;
}


body,h1,p{
	margin: 0px;
	padding: 0px; 
	
}
h1{
	color:#FFF; 
	margin:0px;
	padding-left: 5px;
}

h2{
	margin-bottom: 5px; 
	padding:0px;
	color:#F00;
	padding-left: 5px;
	
}
#header p {
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}


#shell p {
	margin-left: 20px;
	
	width:95%;
	margin-bottom:10px;
}

#header ul {
	list-style-type: none;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 400px;
	margin-right: 25px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: .9em;
	font-weight: bold;
}
#header li {
	margin-top: 2px;
	margin-bottom: 2px;
}
.clear {
	clear: both;
}

#header h1 {
	font-size: 2.5em;
	margin-left: 0px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.belowheader {
	font-family:"Verdana, Geneva, sans-serif";
	font-size: 0.8em;
	font-weight: bold;
	color:#000; 
	margin-left: 790px;
	margin-bottom:0px; 
	position:absolute; top:168px;
	
	
 }
.belowheader a {
	color:#000
}
.principals {
	width: 500px;
}
.comp-col {
	float: left;
	width: 300px; 
	padding-left:10px;
	padding-right:10px;
	
}
.comp-col2 {
	float: left;
	width: 575px; 
	padding-left:10px;
	padding-right:10px;
	margin-top:-15px;
	border-bottom:medium;
	border-bottom-width:thick;
	border-bottom-color:#000;
	
}

.comp-col ul{
	padding: 0px 0px 0px 5px;
}
.comp-col ul li{
	line-height: 1em;
	list-style:circle;
}
.indent {
	padding-left: 15px;
	color: #666666;
	font: bold 0.8em/1em "Trebuchet MS", sans-serif;
	display: block;
}
.footer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 0px;
	width:100%;
	border-top:solid 1px #000;
	padding-top:4px;
	background-color:#039;
	color:#FFF;

 }
.footer a {
	color: #33F;
}
#contacts {
	padding-top: 12px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}


#header .nav a:link {
	color: #003399;
	text-decoration: none;
}
#header .nav a:visited {
	color: #003399;
	text-decoration: none;
}
#header .nav a:hover {
	color: #C00120;
	text-decoration: none;
}
.no-url{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	font-weight: bold;	
}
a.screen, a.screen:visited {
color:#c00;
font-size:0.8em; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:168px; /* 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:-168px;
font-size:0.8em; 
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
font-size:0.8em; 
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:127px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
font-size:0.8em; 
}
a.screen:hover b img {
border:0; /* remove the link border */
font-size:0.8em; 
}