/* layoutstyles.css */

/* Universal style rule arlenekay 2.0 */
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#000;
	text-align:left;
	left: auto;
	letter-spacing: normal;
	vertical-align:middle;
	word-spacing: normal;
	white-space: normal;
	
  /*border: dashed 1px #f00;*/
}


body {
	background-color:#C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#wrapper{
  width:40em;
  background-color:#FF0;
  background-color:fixed;
  /* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  margin:20px auto ;
  position:relative;
  height:100%;
  
}
/*Scrollbox for content*/

.scrollBox {

font-family: Helvetica, sans-serif;

      font-size: 10px;

      line-height: 12px;

height:600px;

      width:414px;

padding: 5px;

background-color:#FFF;

overflow: auto;

}
  .scrollBox{
        width:100%;
		background-color:#fff;
      /*  border:solid 1px #00f;*/
        /* Center the inner div */
        margin:1em auto;
   }

     

/*Indented Paragraphs*/
P{
	margin-bottom:0}
	P + P{
		text-indent:1.5em;
		margin-top:0;
		}


/********** Major layout divisions **********/
#branding{
  /* For absolutely-positioned hyperlinks */
  position:relative;
  height: 5em;
  background-color:#FF0;
  text-align:center;
   background:url(images/yellowgradient.png) repeat-x center;
}

/********** Branding division styles **********/
#branding a{
  /* Postions are set in tags in layout.htm */
  position:absolute;
  text-decoration:none;
  color:#000;
  font-size: .8em;
}
#branding h1{
	font-family: 'Brush Script MT', 'Apple Chancery', Cursive;
	/*font-weight:bold;*/ 
   /*color:#7e97a6;*/

	color:#000;
	text-align:center;
	/*font-family:'century Schoolbook', Times, Serif,;*/
	font-size: 3em
}

/#branding a:link, #branding a:visited{
  color:#000;
}

#branding a:hover{
  color:#0f0;
}
#branding a:active{
  color:#1bb498;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}

/********** Leftcolumn division styles **********/
#leftcolumn{
	/* Remember, content and navbar left
  margins must match this width */
  width:12em;
	/* Center images and text inside this div */
  text-align:center;
	/* For absolutely-positioned leftcolumn */
  position:absolute;
	top:5em; /* Same as branding div plus navbar height */
	left:0;
}

	



#rightcolumn{
  /* Remember, content and navbar left
  margins must match this width */
  width:17em;
  /* Center images and text inside this div */
  text-align:center;
  /* For absolutely-positioned leftcolumn */
  position:absolute;
  top:6.6em; /* Same as branding div plus navbar height */
  right:0;
}

/* Applies to images in the leftcolumn div */
#leftcolumn img{
  width:98%;
 
}
/* Applies to images in the rightcolumn div */
#rightcolumn img{
  width:80%;
}

/* Applies to paragraphs and lists in the leftcolumn division */
#leftcolumn p,
#leftcolumn .leftcollist{
  border:solid 1px #117b6f;
  padding:8px;
  width:80%;
  font-size:.5em;
  margin:1em auto;
  text-align:left;
}
#rightcolumn p,
#rightcolumn .rightcollist{
	border:solid 2px #117b6f;
	padding:8px;
	width:80%;
	font-size:0.8em;
	margin:1em auto;
	text-align:left;
}


/* Unordered lists in left column */
#leftcolumn ul{
  margin-left:1em;
}
#rightcolumn ul{
  margin-left:1em;
}

/********** Navbar division styles **********/
#navbar{
  background:#aaa url(images/navbak.jpg) repeat-x center;
  height:1.6em;
  /* For absolutely-positioned navbar */
  position:absolute;
  top:5em; /* Same as branding div height */
  /*right:;  Same as leftcolumn width */
  left:12em; /* Same as leftcolumn width */
   width:28em; /* Layout width minus leftcolumn width */
}


/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
  background:#aaa url(images/navbak.jpg) repeat-x center;
  display:block;
  height:1.6em;
  width:5.5em;
  border-right: solid 1px #ddd;
  line-height:1.6em;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd url(images/navhover.jpg) repeat-x center;
  color:#000;
}

/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
  border:solid 1px #aaa;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
 
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1em;
  left:0;
}
/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:14em;
  padding:0 0 0 1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background:#aaa;
  color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

/********** Content division styles **********/
#content{
  /* Left margin must match leftcolumn width */
  margin-left:12em;
  background-color:#fff;
  color:#000;
  padding:2em 10px 10px 20px;
  

}

#rightcontent{
  /* Right margin must match right margin width */
  margin-right:17em;
  background-color:#fff;
  color:#000;
  padding:2em 10px 10px 20px;
}


/* Applies to paragraphs in the content division */
#content p{
  line-height:1.5em;
 
}

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}
#rightcontent h1, #rightcontent h2, #rightcontent h3{
  font-family: Charcoal, Impact, sans-serif;
  color:#000;
  font-weight:bold;
  font-style:normal;
  font-variant:small-caps;
  letter-spacing:0.08em;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:1.5em;
 }
#rightcontent h1{
  font-size:3em;
}


}
#rightcontent h2{
	font-size:1em;
	color:#F00;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}
#rightcontent h3{
  font-size:1.25em;
  font-style:normal;
}

/********** Footer division styles **********/
#footer{
  background-color:#fff;
  border-top: solid 1px #117b6f;
  padding:.5em;
  text-align:center;
}
#footer a:link,
#footer a:visited{
  /* No underline on links */
  text-decoration:none;
}

#footer a:hover,
#footer a:active{
  color:#0c0;
  border:dotted 1px #333;
}


/*************** General styles ************/
.hotkey{
  text-decoration:underline;
}

/* Acronyms and abbreviations */
  acronym,abbr{
	border-bottom:dotted 1px #333;
	cursor:help;
	text-align: center;
}



#wrapper #content .scrollbar p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color:#333;
	background-color:#ccc;
}
#wrapper #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color:#000;
	text-indent:yes;
	text-decoration:underline;
}


#wrapper #content .scrollbar .selected {
	font-family: "Times New Roman", Times, serif;
	font-size:9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-color: #CCC;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	color:#FFF;
}
#wrapper #content .scrollbar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;	
	text-decoration: none;
	background-color: #CCC;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}
#wrapper #content .scrollbar h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
	display: block;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	vertical-align: baseline;
}



/*********** Printer-Friendly Styles **********/
@media print{
	/*Start printer-friendly styles*/
	/* Make wrapper the full pae width*/
	#wrapper{
		width:100%;
	}
	/* Hide leftcolumn, navbar, and footer */
	
#leftcolumn,
#navbar,
#footer,
#branding{
	display:none;
}
/* Get rid of content div margins and
padding. Use a different font for print */

#content {
	margin:0;
	padding:0;
	font-family: 'Century Schoolbook',Times, Serif;
	font-size:1em;
	}
	
/* End printer-friendly styles */


}
.h2fontsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.6em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform:uppercase;
	color: #000;
	text-decoration: none;
}
