body
{
    font-family:Verdana, Tahoma, Geneva, sans-serif;
    font-size:11pt;
    width:100%;
    text-align:center;
    z-index:1;
    background-image:url(../images/topnav.png);
    background-position: 0% 0%;
    background-repeat:repeat-x;
    position: absolute;
}

.header
{
    border-top:1px solid black;
    margin-top:100px;
    background-color:#ffffff;
}

.footer
{
    font-size:70%;
    float:right;
    text-align:right;
    display:inline;
}

.mainNavigation
{
    padding-bottom:1px; /* needed for IE 7 */
    display:inline;
    float:left;
    list-style-type:none;
    margin-left:0em;
}

.mainNavigation li
{
    display:inline;
    margin:0em;
    margin-left:0em;
    list-style: none;
}

.mainNavigation a
{
    border:1px solid white;
    border-top:none;
    text-transform: uppercase;
    color:#333;
    text-decoration:none;
    font-size:110%;
    margin-right:0.5em;
    margin-left:0.5em;
    padding-left:5px;
    padding-right:20px;
    background-color:#fff;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.mainNavigation a:hover
{
    border:1px solid black;
    background-color:#ddd;
    color:#bc3854;
}

.mainNavigation a.selected
{
    border:1px solid black;
    background-color:#bc3854;
}

a#navhome
{
    background-image: url(../images/house.png);
    background-position: 98%;
    background-repeat: no-repeat;
}


a#nav1
{
    background-image: url(../images/information.png);
    background-position: 98%;
    background-repeat: no-repeat;
}

a#nav2
{
    background-image: url(../images/book.png);
    background-position: 98%;
    background-repeat: no-repeat;
}

a#nav3
{
    background-image: url(../images/link.png);
    background-position: 98%;
    background-repeat: no-repeat;
}

a#nav4
{
    background-image: url(../images/telephone.png);
    background-position: 98%;
    background-repeat: no-repeat;
}


a#nav5
{
    background-image: url(../images/book_open.png);
    background-position: 98%;
    background-repeat: no-repeat;
}

a#nav6
{
    background-image: url(../images/timeline.png);
    background-position: 98%;
    background-repeat: no-repeat;
}
.siteTitle
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
    font-size:160%;
    font-weight:bold;
}

#main1
{
/*    position:absolute;
    top:0px;
    left:0px;
    z-index:-10;
*/
    width:100%;

    height:100%;
    margin:0; padding:0;
    background:url(../images/border_left.gif) top left repeat-y;
}
#main2
{
    height:100%;
    margin:0; padding:0;
    background:url(../images/border_right.gif) top right repeat-y;
}

#column-left
{
    margin:0; padding:0;
    width:200px;
    float:left;
}

#column-right
{
    margin:0; padding:0;
    width:200px;
    float:right;
}

#content
{
    padding:1em;
    width:700px;
    border:0.3em solid #ddd;
    background-color: #eee;
    margin-right:auto;
    margin-left:auto;
    margin-top:30px;
    text-align:left;
}



h1
{
    font-size:130%;
    font-weight:bold;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    margin:1em;
}

h2
{
    border-bottom:1px dashed #999;
    display:inline;
    margin:0.5em;
    font-weight:bold;
    margin-bottom:2em;
}

h3
{
    margin:0.5em;
    font-weight:bold;
}


p
{
    text-indent:1em;
    margin:1em;
}


.acknowledgements p
{
    text-indent:0em;
    margin:1em;
}

a.external
{
    background: url(../images/externallink.png) no-repeat 100%;
    padding-right:20px;
}


.pageNavigation
{
    width:100%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    line-height:30px;
    clear:left;
    padding-top:0.3em;
    margin-bottom:0.3em;
}

.bottom
{
    padding-bottom:1em;
}

.pageNavigation div
{
    display:inline;
    text-align:right;
    width:30%;
    text-align:center;
}

.pageNavigation div a
{
    color:#775511;
    background-color:#dddddd;
    border-top-style:solid;
    border-top-color:#bc8500;
    border-top-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#bc8500;
    border-bottom-width:1px;
    border-left-style:solid;
    border-left-color:#bc8500;
    border-left-width:6px;
    border-right-style:solid;
    border-right-color:#bc8500;
    border-right-width:6px;
    font-weight:bold;
    cursor:pointer;
    text-decoration:none;
    padding:1px;
    padding-left:6px;
    padding-right:6px;
    margin-left:0.5em;
    margin-right:0.5em;
}

.pageNavigation div a:hover
{
    color: #000000;
    background-color: #eeeeee;
    border-top-color: #777777;
    border-bottom-color: #777777;
    border-left-color: #777777;
    border-right-color: #777777;
}

#loading
{
    position:absolute;
    margin-right:auto;
    margin-left:auto;
    top:50%;
}


.authorsignoff
{
    text-align:center;
    font-style:italic;
}


hr
{
    width:90%;
    background-color:#ddd;
    border:1px dashed #999;
    height:5px;
    margin-top:3em;
    margin-bottom:3em;
}

ol li
{
    list-style-type:decimal;
    margin-left:4em;
}

ul li
{
    margin:0.5em;
    margin-left:2em;
    list-style: circle outside;
}

.hidden, .skiplink
{
position: absolute; left: -9999px; height: 0.0; width: 0.0; overflow: hidden; font-size: 0.0;
}


.pageNumber
{
	font-size:80%;
	color:#555555;
	text-align:right;
}
