/* Below is the CSS for ORCN */
body {
	  text-align: center;
	  background: #000054;
      margin: 0;
      padding: 10px;
      color: #000;
	  font: Georgia,Serif;
      voice-family: "\"}\""; 
	  voice-family: inherit;
      } 
	html,body {font-size: small;} 
/*
	A 			{ color: #000; text-decoration: none; }
	A:link		{ color: #000;}
	A:visited	{ color: #333333;}
	A:active	{ color: #ffe;}
*/
	A:hover		{ color: #993300;} 
    
.indent {padding-left:40px;}
.content_bknumber { font-size:8pt; color: #696969; padding-left:40px; }

div.clear_block {clear:both;}

    
/*
 wrap(width)=div.subMenu(margin+width+margin)+content(margin+width+margin) 
 800=(
 */
#wrap {
background-color:#ffffff;
text-align:left;
margin:auto;
width:760px;
height:auto;
}

#namePlate {
	color:#eb9000;
	background:#000054;
	background-image:url(image/orcantop.jpg);
	background-repeat:no-repeat;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:large;
	width:100%;
	height:90px;
}
#tagLine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666666;
	} 

/* -------------------------*/
div.footer {color:#696969; text-align:center; margin:10px; clear:both;}

div.MainMenu {
background-color:#ffffff;
	font-size:100%;
	line-height:normal;
	padding:5px;
	width:150px;
	float:left;
	clear:both;
	position:relative;
	top:0;
	left:32;
}
    div.MainMenu a {text-decoration:none;}
    div.MainMenu ul {
margin:0;
padding:5px;
border:1px solid #000000;
list-style-type:square;
list-style-position:inside;
}


div.subMenu {
background-color:#ffffff;
	font-size:100%;
	line-height:normal;
	padding:5px;
	width:150px;
	float:left;
	clear:both;
	position:relative;
	top:32;
	left:32;
}
    div.subMenu a {text-decoration:none;}
    div.subMenu ul {
margin:0;
padding:5px;
border:1px solid #000000;
list-style-type:square;
list-style-position:inside;
}

div.help {
background-color:#ffffff;
	font-size:100%;
	line-height:normal;
	padding:5px;
	width:150px;
	float:left;
	clear:both;
	position:relative;
	top:32;
	left:32;
}
    div.help a {text-decoration:none;}
    div.help ul {margin:0; padding:5px; border:1px dotted #c0c0c0; list-style-type:none;}

div.content {
background-color:#ffffff;
	width:570px;
	margin:0;
	padding:5px;
	float:left;
}
#pageTitle {
	width:100%; 
	margin:0;
	padding:5px;
	font-size:14pt;
	font-weight:bold;
	border-bottom-style:solid;
}
#colTitle {
color:black;
background-color:lightsteelblue;
font-size:12pt;
margin:0;
padding:5px;
padding-left:10px;
border:none;
border-bottom:1px solid #666666;
width:100%;
}

