/* This css file is primarily for unifying the page so it is viewed correctly in most browsers*/


/*body - sets the default text settings*/

body {font-family: arial; font-size: 16px; font-weight: normal;line-height: normal;
overflow: hidden;
height: 100%; 
max-height: 100%;}


/*h1 - use for main titles and headings*/

h1 {font-family: gungsuh; font-size: 50px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;text-align: center;}

/*h2 - use to introduce new topics*/

h2 {font-size: 30px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;}

/*h3 - use for sub topics*/

h3 {font-size: 22px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;text-indent: 5%;}

/*h4 - standard setting for body text*/

h4 {font-size: 16px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-bottom: 0px;}

/*h5 - use for notes*/

h5 {font-size: 12px; font-weight: normal;line-height: normal;padding: 0px, 0px;margin-top: 0px;margin-ottom: 0px;}

/*The following is for sections that must be spaced closely together. Otherwise, they are identical to the listing above*/

/*addtitle - use for main titles and headings*/

.addtitle{
font-size: 52px;
  color: black;
  font-weight: normal;
}

/*addtopic - use to introduce new topic*/

.addtopic{
font-size: 36px;
  color: black;
  font-weight: normal;
}

/*addsub-topic - use for sub topics*/

.addsub-topic{font-size: 24px;
  color: black;
  font-weight: normal;
}

/*addbodytext - standard setting for body text*/

.addbodytext{
font-size: 16px;
  color: black;
  font-weight: normal;
}

/*addnote - use for notes*/

.addnote{
font-size: 12px;
  color: black;
  font-weight: normal;
}

/*adddate - use for addding dates for page creation*/

.adddate{
font-size: 12px;
  color: black;
  font-weight: normal;
}

/*additional adjustments
#header h1,
#header h2,
#header h3,
#header h4,
#header h5
{
padding: 0px, 0px;
margin: 0px, 0px;
}*/
/*The following is used for dividing the page without using tables*/
#header {
position : fixed;
width : 100%;
height : 95px;
top : 0;
right : 0;
bottom : auto;
left : 0;
overflow: hidden;
}
#navigation {
position : fixed;
width : 100%;
height : 20px;
top : 95px;
right : 0;
bottom : auto;
left : 0;
overflow: hidden;
}
#leftnavigation {
position : fixed;
height : auto;
bottom: 0;
top : 135px;
left : 0;
width : 195px;
margin : 0px 0px 0px 0px;
padding : 3px;
overflow: auto;
}
#content {
position: fixed;
top: 135px;
bottom: 0;
margin: 15px 0px 0px 180px;
width: auto;
height: auto;
padding-left: 14px;
padding-right: 72px;
overflow: auto;
}