/* establishing general layout parameters */
/*ocair blue is #0768A9; Ocair yellow is E89D00; */
body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: White;
	color: #2C3241;
	margin: 0;
	padding: 0 40px;
	border: 0;
	font-size:11px;
	}

#NoMarginPage{
 padding:0;
 line-height:1.5em;
}

#noMarginPage ul, #noMarginPage ol, #noMarginPage dl {
 Margin:1.5em;
 
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	}

pre {
	font-size: 11px;
	font-family: courier new;
	}

hr {
	color:#283890;
}

p+p {
	margin-top: 0;
	}
		
td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	width: 80%;
	border: 3px double #0768A9;
	border-collapse:collapse;
}

table th {
 border-bottom:2px double #0768A9;
 border-right:1px solid #0768A9;
	border-collapse:collapse;

}

table td {
	padding: 5px;
	border:1px solid #0768A9;
	border-collapse:collapse;
	vertical-align: top;
	font-size:11px;
}

/* Top menu for headers other than the home page */
#headertop1, #HTopReg, #HTopkb, #HTopmo, #HTopDis, #newmenu {
	border-bottom: 5px solid #FFCC00;
	margin: 0;
	font-weight: bold;
}

#newmenu	{
	border-bottom: 5px double #BA2133;
	padding: 0;
	height: 100px;
	}

#Topbanner{
	color: #283890;
	font-family: Vedana, Arial, Helvetica, sans-serif;
}	

/* format for the writings on the top bar */
/*frame to hold the logo */

#logo {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	}
		
}

#BannerTitle {
	letter-spacing: 2px;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 20px;
	}

#BannersubTitle {
	font-size:12px;
	letter-spacing: 2px;
	text-align: right;
	display: block;
	padding-bottom: 4px;
	padding-top: 10px;
	height: auto;
	}

/* define LINK on the title with AIR */
#logobansub {
	padding: 0;
	border: 0;
	margin: 0;
	/*background: url(/images/lb1.gif) no-repeat;*/
	}
a#logobansub:hover {
	/*background: url(/images/lb2.gif) no-repeat; */
	color: Maroon;
	text-decoration : none;
	}
	
div#header {
	display: block;
	color: #F8F87F;
	font-size: 30px;
	text-align: center;
	}
	
div#subheader {
	display: block;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
	}
	
/* format for left bar */

#right_side_nav	{
	 float: right; 
	 width: 30%;
	margin: 0;
	padding: 0 10px 10px 10px;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	background-color: #BCDFE9; 
	border: 0;
	border-top: 5px solid #0768A9;
	border-bottom: 10px solid #0768A9;
	border-right: 1px solid #0768A9;
	}

ul#right_side_nav {
	list-style: none;
	padding: 0;
	margin: 10px 0;
	border: 0;
	}

#right_side_nav li	{
	text-align: center;
	border-bottom: 1px solid #3D598B;
	width: 110px;
	margin: 0;
	padding: 0;
	}


/*--- ANCHOR --- */
#right_side_nav li a {
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #191970;
	border-right: 1px solid #191970;
	background: #D6E2F0;
	color: #08345E;
	text-decoration: none;
	}
	
	
#right_side_nav li a:hover {
	font-weight: normal;
	background: #0768a9;
	color: Yellow;
	text-decoration: none;
	}


/* format the members only area nav bar */

#lbmonav	{
	/* float: left; */
	position: absolute;
	left: 40px;
	margin: 0;
	padding: 0 10px 10px 10px;
	font: 10px/15px Verdana, Lucida, Arial, sans-serif;
	background-color: #E38B45; 
	background-image: none;
	border: 0;
	border-top: 5px solid #930;
	border-bottom: 10px solid #930;
	border-right: 1px solid #930;
	}

html>#lbmonav {
	width: 110px; /* Be nice to Opera */
	}

#lbmonav ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	}

#lbmonav li	{
	text-align: center;
	border-bottom: 1px solid #7C3805;
	width: 110px;
	margin: 0;
	padding: 0;
	color: #F5D2C1;
	background: #930;
	}

#lbmotop	{
	border-top: 1px solid #7C3805;
	
	}

#lbmonav li a {
	display: block;
	font-weight: normal;
	padding: 0;
	background: #F6CD94;
	color: #7C3805;
	text-decoration: none;
	}
	
html>#lbmonav li a {
	width: 110px;	 /* Be nice to Opera */
	}
	
#lbmonav li a:hover {
	font-weight: normal;
	background: #BE460B;
	color: #fff;
	text-decoration: none;
	}

/* format the second nav box */
#navbox2 {
	display: block;
	font-weight: normal;
	padding-top: 15px;
	color: Yellow;
	text-decoration: none;
	}
	
#navbox2 ul {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	border: 0;
}

#navbox2 li a {
	background: #0768a9;
	color: #F8F87F;
	text-decoration: none;
	}

#navbox2 li a:hover {
	background: #F8F87F;
	color: #074166;
	text-decoration: none;
	}

#navbox2 li {
	background: #F6DC60;
	text-decoration: none;
	border-bottom-color: #F0E68C;
}

/* format the box that hold the about text */
div#about{
	border-top: 5px solid #FFCC00;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding:5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*area hosting links*/
#hpcontent {
	
	border-left: 1px solid #00008B;
	padding: 0px;
	margin-top: 10px;
	width: auto;
	width: auto;
	/*background: url(/images/homepage/hpcontent_background.gif) repeat-y;*/
}

/* format officers box */
li#Menutop {
	border-top: 1px solid #171862;
	border-left: 1px solid #171862;
	border-right: 1px solid #171862;
	border-bottom: 1px solid #F0E68C;
	background: #0768A9;
    color: YELLOW;
	font-weight: bold;
	}

#officers li a, #officers li {
	display: block;
	font-weight: normal;
	padding: 0;
	background: #F6DC60;
	text-decoration: none;
	width: 110px;	/* You get it. Good value for compliant browers. */	
	}

#officers li a:hover {
	font-weight: normal;
	background: #0768A9;
	color: Yellow;
	text-decoration: none;
	}

/*   Primary content area schtuff 	*/
#primarycontent	{
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	width: auto;
	background-image: none;
	background-color: transparent;
	font-size: 12px;
	}

#summarycontent	{
	border: 0;
	border-top: 5px solid #930;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: transparent;
	font-size: 12px;
	}

#bravefourhundred {
	 color: #0768A9; 
	 width: auto; 
	 border-style: none;
	 border-width: 0; 
	 margin: 0; 
	 padding-left: 25px; 
	 padding-right: 25px; 
	 padding-top: 15px; 
	 padding-bottom: 15px;
	 letter-spacing: 0;
	 text-align: left; 
 }
	 
html>#bravefourhundred {
	width: auto; /* Be nice to Opera */
	}

p#map {
	border: 4px ridge #E89D00;
	/*background: url(/images/map2004_3.gif) no-repeat;*/ 
	width: 616px;
	height: 380px;
}

.summary {
	padding: 0;
	margin: 0;
}

.attention {
	font-weight: bold;
	padding-right: 5px;
}

.warning {
	font-weight: bold;
	color:#F00;
	display:block;
	font-size:14px;
}
/* ---- Registration Options ----*/

#regOpt a {
	font-size: 12px;
	padding: 0 5px 10px 10px;
	text-decoration: underline;
}

.alt {
	display: none;
	}
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration: underline;
	color: #990000;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : none;
	font-weight: bold;
	background: transparent; 
	color: #6A6A5A;
	}

a:active {
	font-weight : bold; 
	text-decoration: underline;
	background: transparent;  
	color: #990000;
	}

	/*   Gather ye headlines.  */

h1	{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	text-align: center;
	}

h2	{
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 0;
	text-decoration: overline underline;
	}


h3	{
	font-size: 15px;
	font-weight: bold;
    }

h4	{
	font-size: 13px;
	font-weight:bold;
	}

h5	{
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: overline underline;
	}

/*indented heading for outline 1*/
.ol1, .ol2 {
 font-weight:bold;
 font-size:14px;
 padding: .5em 0 .5em 5px;
 font-family:Verdana, Trebuchet, Lucida, Arial, sans-serif
 }

.ol1 {
 margin-left: 2em;
}

.ol2 {margin-left:4em;

}

.indent1 {
margin-left:3em;
}

/*indented paragraph for outline text */
ol {
 margin-left:10px;
}

li {
	margin-left:18px;
	padding-bottom: 5px;
}

li, li a, li a:hover {
padding: 2px;
font-size: 11px;
}

#credit {
	text-align: right;
	font-size:10px;
	margin:0 20px;
	padding-top: 1em;
}

#ExeSum {
	font-size: 12px;
	padding: 2px;
	margin:2px 2em 2px 2em;
	border-style:double;
	border-top: 2px double #7c3805;
	border-bottom: 2px double #074A8A;
}

#credit.top {
  font-size: 10px;
	padding-bottom:0px;
	padding-top: 10px;
	margin-bottom:0;
}

#footer	{
	margin: 25px 0 50px 160px;
	font-size: 10px;
	border-top: 1px dotted #074A8A;
	text-align: left;
	}

	/*  Text treatments for primary content zone 	*/ 
	
h3+p	{
	margin-left:3em;
	}

#primetop	{
	border-top: 1px solid #033;
	}

hr {
	width: 400px;
	color: #074A8A;
}

/* format for forms and query output */

.SectionTitle {
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	padding: .5em 0 .25em 0;	
}	


p.textinput {
	padding: 2px 0 1px 1em;
}

#warning {
  background-color: #900;
	color:#fc3;
	padding:0;
	margin: 0;
	display:block;
}

table.form {
	padding: 1em 4em 1em 0;
	font-size: 12px;
	border-left: 5px solid #900;
	border-top: 2px solid #900;
	width: 780px
	}

table#summary {
	font-size: 12px;
	padding-top: 10px;
	margin-top:10px;
	}

table#summary tr td {
	padding: 5px;
}	
	
.lbl {
	text-align: right;
	padding: 1px 1em 1px 0;
	vertical-align: middle;
	font-size:12px;
}

table.form tr td {
  no-wrap;
}

#formEnd {
	text-align:center;
	padding-top:10px;
	margin-top:10px;
}

input.writein {
	padding: 0 5px 0 5px;
}


input.writein: focus {
	background: #900;
}

Table#srchResult, table#history {
	font-size:10px;
	border: 1px solid #074A8A;
	border-collapse:collapse;
	
}

Table#srchResult tr td, table#history tr td {
	border-left: 1px solid #074A8A;
	border-top: 1px solid #074A8A;
	padding: 1px 0 2px .5em;
}

/* Table format used for OCAIR chronical display */
table#history {
  width:75%;
}
Table#srchResult th {
	font-size:12px;
	background-color: #0768a9;
	color: #FFD700;
	padding: 1px 0 2px .5em;
	border-collapse:collapse;
	border-right:1px solid #f8f87f;
}

#signiture {
  font-style: italic;
	font-size:14px;
	font-weight: bold;
	
}

table#photo {
	width: 500px;
}

/* old style definition for old pages */

table tr td#content{
  text-align:center;
	background-color:#900;
}

.Normal {
	font-size: 12px;
	color: #074B77;
}
.HeaderSmallTbl {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0768a9;
}
.ActiveLink {
	list-style-position: outside;
	list-style-image: url(..//inc/images/c);
	list-style-type: square;
}
.HeaderSmallFont {
	font-size: 18pt;
	font-weight: 300;
	text-transform: capitalize;
}
.CreditFont {
	font-size: 10px;
	font-style: oblique;
	display: inline;
	text-transform: capitalize;
	color: #900;
	padding: 0 5px;
}
.HeaderFontDark {
	font-size: 36px;
	font-weight: bold;
	text-transform: capitalize;
}
.headerSubTitle {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #000066;
}
.SubTitle1 {
	font-size: 36px;
	font-weight: bolder;
	text-transform: capitalize;
	text-decoration: underline;
}
.subTitle2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.FooterFontBig {
	font-size: 14px;
	font-weight: bold;
}
.SearchList {
	font-size: 16px;
	font-style: oblique;
}
.TitleLine18 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
}

.TitleLine16 {
	font-size: 12pt;
	font-weight: bold;
}
.ListFont {
	font-size: 16px;
	text-transform: capitalize;

}

/* format people's name in the discussion summary*/
.name {
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	display: inline;
	padding: 0;
}
.PageTitleRed {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;

}

div#crumbs a, .crumbsfont {
	padding: 0 1em;
	/*text-decoration: underline;*/
	display: inline;
  font-size: 13px;
	font-weight: bold;
}

.menu  {
	display:none; 
	margin-left:5px;
}

dl {
padding-bottom:1em;
margin:0;
}

dt {
 font-weight:bold;
 font-size:12px;
 margin-left: 2em;
 padding: .5em 0 .5em 5px;
 }

dd {
 margin-left: 4em;
 padding: 5px 0 5px 2px;
 line-height:1.5em;
}

.col2 {
	width: 90%;
}
.col2-ab-a, col2-ab-b {
	width: auto;
	display: block;
	text-align: left;
}

.col2-ab-a {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

.col2-ab-b {
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 2px;
}

.clear {
	clear: both;
}
