﻿* {
	margin: 0;
	padding: 0;
}
body
{
    margin-top: 5px;
    background: #82827E; 
}

body a
{
	color: #003366;
	text-decoration: none;
}
body a:hover, a:active  a:link 
{
	color: #5C8DBD;
	cursor: pointer;
	text-decoration: none;
}
#outerFrame
{
	background: #000000 url(images2/frameBack3.gif) no-repeat center bottom;
	
	display:block;
	width:900px;
	border-style:solid;
	border-color: #ffffff;
	border-width:3px;
	position:relative;
	z-index:10;
}

#menu
{
	
	height:26px;
	text-align:center;
       
}
img#pic
{
	border-style:outset;
	border-color: #000000;
	border-width:1px;
	position:absolute;
	
}

.spacer
{
	height: 100px;
	
}
#content
{ 
	width: 819px;
	background:#82827E; 
    color:#000000;
    border-style:solid;
	border-color: #cccccc;
	border-width:2px;
	position:relative;
	opacity:0.7; filter:alpha(opacity=70);-moz-opacity:0.7;
	z-index:30;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#logo {
	text-align: center;
	z-index:30;
}
#innerContent
{
	position:absolute;
	z-index:40;
	overflow-y: scroll;
	color:#000000;
	width: 819px;
}
#overDiv
{
	width:300px;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19;
	position:absolute;
	z-index:50;
}
#portView
{
	display: block;
    margin: 0;
    height:300px;
    opacity:1.0; filter:alpha(opacity=100);
}
#portCurrent
{
	display: block;
	width: 300px;
    /*height: 200px;*/
	border-style:outset;
	border-color: #003366;
	border-width:5px;
	margin-top:0px;
}
a.portImgs 
{
    display: block;
    margin: 0 auto;
}

a.portImgs img
{
	display: block;
	width: 60px;
    height: 50px;
	border-style:outset;
	border-color: #003366;
	border-width:3px;
}
.nav 
{
   	/*float:left;*/
	cursor: pointer;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 0px 19px 0px 19px;
    text-decoration: none;
}
.nav a, a:hover, a:active  /*a, a:link, a:visited, , */
{
	color: #5C8DBD;
	cursor: pointer;
}
.nav2
{
	cursor: pointer;
	color: #072757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left:13px;
}

.cpr 
{
    background-color:#82827E;
    height:38px;
    
}
.copyright {
	
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	
}

input.btn { 
    margin:0; 
    padding:0;
    background:#dddddd 0 0 repeat-x;
    border:1px solid #9aa2a9; 
    border-width:0px 0;
    color:#000; 
    background:#dddddd;
    width:auto;
    border-right:1px solid #5A6167;
    border-left:1px solid #9aa2a9; 
    border-top:1px solid #9aa2a9;
    border-bottom:1px solid #5A6167;
    text-decoration:none;
    text-align:center; 
    font:x-small Arial, Helvetica, sans-serif; 
    text-transform:uppercase; 
    text-shadow: 2px 2px 2px #555;  
}  
input.btn:hover { 
    color:#000; 
    background:#cccccc;
    border-right:1px solid #9aa2a9;
    border-left:1px solid #5A6167; 
    border-top:1px solid #5A6167;
    border-bottom:1px solid #9aa2a9; 
}
