/* loosely based on css Zen Garden submission 024 - 'Not So Minimal' by Daniel Rubin, http://www.superfluousbanter.org// */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/ */
body
{
    font-family: verdana, helvetica, arial, sans-serif;
    margin: 0 0px 0 0px;
    background-color: #E3DFDC;
    padding: 0 0 0 0;
}

#outer-container
{
    text-align: center;
    background: #E3DFDC url(images/container.png) center repeat-y;
    margin: auto;
    width: 802px;
    padding: 0 0 0 0;
}

#inner-container
{
    width: 761px;
    padding: 0 0 0 0;
    margin: auto;
    background: url( 'images/royalparchment.jpg' );
}

#header
{
    margin: auto;
    width: 758px;
    height: 118px;
    padding: 0 0 0 0;
}

#breadcrumb-div 
{
	background: #7F9999;
	height:15px;
	text-align:left;
    border-top: 2px solid #003366;
    border-bottom: 2px solid #003366;
    vertical-align:top;

}

#left-nav-bar
{
    width: 160px;
    text-align: left;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 5px;
    margin: auto;
    background-color: #C5D9DC;
}

#main-text-div
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width:581px;
}

#nav-bar-cell
{
  background-color: #C5D9DC;
}

#footer
{
    padding: 5px 0px 5px 0px;
    text-align: left;
    margin: 0 0 0 0;
    color: #FFFFCC;
    font-size: 9px;
    background: #003366 url( 'images/small_footer_logo.png' ) right no-repeat;
/* backgrnd color was 7f9999 */    
}

.header-logo-link
{
    border: 0 none white;
}
/*
  text
  -----------------------------------------------
 */

p
{
    font-size: 12px;
    font-family: Georgia,serif;
    margin-bottom:7px;
    margin-top:7px;
}

#main-text-div p.p1
{
    margin-top: 10px;
    margin-bottom:0px;
}

#main-text-div p
{
    line-height: 18px;
    margin-top:7px;
    margin-bottom:7px;
}

#breadcrumb-text 
{
	font-size:9px;
	color:black;
	margin:0 0 0 5px;
	vertical-align:middle;
	
}

.next-topic 
{
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:10px;
}

table {font-size:11px;}
/*
  lists
  -----------------------------------------------
 */

#left-nav-bar ul
{
    font-size: 11px;
    margin: 5px 0px 10px 5px;
    padding: 0 0 0 0;
    list-style: none;
}

#left-nav-bar ul li
{
    line-height: 15px;
    color: #003366;
    font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}

#main-text-div ul 
{
	font-size: 12px;
	line-height:15px;
    font-family: Georgia,serif;
    	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#main-text-div ul li
{	padding:0 0 0 0;
}


/*
  links
  -----------------------------------------------
 */

a, a:link, a:visited
{
    color: #999;
}

a:hover
{
    color: #333;
}

#main-text-div a, #left-nav-bar a, #left-nav-bar a:link, #left-nav-bar a:visited
{
    color: #003366;
    text-decoration: none;
}

#main-text-div a:hover, #left-nav-bar a:hover
{
    text-decoration: none;
    color: orange;
    text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited
{
    color: orange;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}
/*
  headings
  -----------------------------------------------
 */

h3
{
    margin-bottom: 0px;
}

#main-text-div h3
{
    width: 529px;
    font-size: 15px;

    color: #993333;
    font-weight: bold;
    margin-top:10px;
    padding-top:5px;
}

#left-nav-bar h3
{
    width: 160px;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 18px;
    color: #993333;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px dotted #003333;
    border-bottom: 1px dotted #003333;
    font-size: 12px;
}

#main-text-div h4
{
    font-size: 13px;
    height: 15px;
    color: #993333;
    font-weight: normal;
    font-variant:small-caps;
    margin-bottom:10px;
}

#main-text-div h5
{
    font-size: 11px;
    height: 15px;
    color: #993333;
    font-weight: bold;
    margin-bottom:5px;
}