html{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body{
    background-color: rgb(233,233,233);
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body p.comment{
    color: rgb(200,50,50);
    letter-spacing: 1px;
    padding: 4px;
    padding-left: 8px;
    border-left: 1px dotted rgb(200,50,50);
    margin-top: 40px;
    margin-bottom: 18px;
}

body.iframe{
	background-color: white;
	text-align: left;
	padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
	
}


.rootPage
{
    margin: 0 auto;
    width: 839px;
    background-color: white;
    background-image: url(/images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.page{
	margin: 0 auto;
    width: 839px;
    background-color: white;
    background-image: url(/images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	}


/* Headers */
h1, h2{
    padding: 0px;
    margin: 0px;
    color: rgb(132,132,132);
    font-size: 19px;
    font-family: arial, sans-serif;
    font-weight: bold;
}

h1{
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 1px;
    z-index: 100;  
}
 
h1.standaloneHead{
	position:absolute;
    margin-bottom: 6px;
    padding: 0px;
    font-size: 19px;
    font-weight: bold;
    width: 567px;
    overflow: hidden;
    left: 248px;
    z-index: 100;  
    padding-top: 105px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 1px;
    margin-bottom: 21px;
}


h2{
    font-weight: bold;
    margin-bottom: 16px;
}

h2.standaloneHead{
    margin-top: 0;
    padding-top: 100px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 1px;
    margin-bottom: 21px;
}


h1 img{
    width: 223px;
    height: 128px;
    border-bottom: 1px solid rgb(204,204,204);
}

h2 img{
    display: block;
}


a{
    color: rgb(102,102,102);
    text-decoration:none;
}

.right{
	text-align: right;
	}
	
.left{
	text-align: left;
}

.content{
    padding-left: 248px;
    width: 591px;
    padding-bottom: 0pt;
    clear: both; /* No floating elements allowed on either side */
    min-height: 750px;
    height: auto !important;
	height:820px;
	/*background-color: transparent;*/

}

.innerContent
{
    /*width: 399px;*/
    width:567px;
    background-color: transparent;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top:150px;
}

.innerRootContent
{
    width: 439px;
    background-color: transparent;
    margin-top: 0;
    padding-top: 460px;
    padding-bottom: 16;
    margin-bottom: 16;
   }


.innerContent a
{
    color: rgb(102,102,102);
    /*text-decoration: underline;*/
}

.innerContent a:hover
{
    color: rgb(204,0,0);
}

.innerContent p,
.innerContent h3,
.innerContent table,
.innerContent td
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 78%;
    line-height: 1.29em;
    clear: both;
}

.innerContent td{
	text-decoration:none;	
}



.innerContent h3
{
    margin-top: 28px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: rgb(132,132,132);
    width: 399px;
    overflow: hidden;
}

.innerContent h3 img
{
    display: block;
    padding: 0;
    margin: 0;
}

.classic{
	float:right;
	margin:0 0 15px 20px;
}
	

p.footnote
{
    font-size: 70%;
}

p.navigation
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 128px;
    width: 224px;
    z-index: 15;
}

.navigationChapter
{
    display: block;
    border-top: 1px solid rgb(204,204,204);
    padding-left: 24px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    font-size: 10px;
    text-decoration: none;
    width: 180px;
}

.navigationHome
{
    background-image: url(/images/arrow-gray.gif);
    background-position: 204px 8px;
}

.navigationHome:hover
{
    background-image: url(/images/arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHome,
.navigationBelowHomeFirst
{
    background-image: url(/images/arrow-gray.gif);
    background-position: 11px 8px;
}

.navigationBelowHome:hover,
.navigationBelowHomeFirst:hover
{
    background-image: url(/images/arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHomeLast
{
    background-image: url(/images/arrow-gray-down.gif);
    background-position: 9px 10px;
}

.navigationBelowHomeLastActive
{
    background-image: url(/images/arrow-red-down.gif);
    background-position: 9px 10px;
    color: rgb(204,0,0);
}

.navigationBelowHomeLastActiveSingle
{
    background-image: url(/images/arrow-red.gif);
    background-position: 11px 8px;
    color: rgb(204,0,0);
    border-bottom: 1px solid rgb(204,204,204);
}

.navigationBelowHomeLast:hover
{
    background-image: url(/images/arrow-red-down.gif);
    color: rgb(204,0,0);
}

.subNavigation
{
    display: block;
    width: 223px;
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px solid rgb(204,204,204);
    padding-top: 2px;
    padding-bottom: 6px;
}

.subNavigationHeader
{
    background-image: url(/images/arrow-gray-down.gif);
    background-position: 17px 8px;
    background-repeat: no-repeat;
}

.subNavigationHeader:hover
{
    background-image: url(/images/arrow-red-down.gif);
}

.subNavigationHeaderActive
{
    background-image: url(/images/arrow-red-down.gif);
    background-position: 17px 8px;
    background-repeat: no-repeat;
    color: rgb(204,0,0);
}

.subNavigationHeaderActive,
.subNavigationHeader
{
    margin-bottom: 5px;
}

.subNavigationChapter,
.subSubNavigation
{
    display: block;
    padding-left: 32px;
    padding-right: 24px;
    font-size: 10px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 1px;
    line-height: 10px;
}

a.subNavigationChapter,
a.subSubNavigation
{
    width: 167px;
}

.subNavigationChapter:hover,
.subSubNavigation:hover,
.subNavigationActive
{
    color: rgb(204,0,0);
}

.subNavigationActive
{
    background-image: url(/images/arrow-red.gif);
    background-position: 18px 6px;
    background-repeat: no-repeat;
}

.subSubNavigationActive
{
    background-image: url(/images/arrow-red.gif);
    background-position: 32px 3px;
    background-repeat: no-repeat;
}

.subSubNavigation
{
    padding-left: 44px;
    width: 170px;
    line-height: 13px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.subSubNavigationActive
{
    color: rgb(204,0,0);
}

#grid
{
    position: absolute;
    left: -1px;
    top: 0;
    width: 840px;
    height: 800px;
    background-image: url(/images/grid-navi.gif);
    background-repeat: no-repeat;
    display: none;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
    z-index: 4000;
}



#footer
{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 26px !important;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color: #fff;
    background-image: url(/images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    overflow: hidden;
    z-index:11;
}

.copyright,
.meta
{
    position: absolute;
    left: 23px;
    top: 7px !important;
    top: 9px;
    line-height: 10px;
    overflow: hidden;
}

.meta
{
    width: 190px;
}

.copyright
{
    left: 248px;
    width: 610px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

.related
{
    width: 138px;
    height: 150px;
    position: relative;
    left: 429px;
    overflow: hidden;
}

#regionsmap
{
	position:absolute;
	top:460px;
	left:70px;
	border:thick;
	}



/*.normalTable th,
.normalTable td
{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}
*/



.related a
{
    display: block;
    text-decoration: none;
    width: 117px;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
    background-image: url(/images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.related a:hover
{
    color: rgb(204,0,0);
    background-image: url(/images/arrow-red.gif);
}

.image
{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10px;
    color: rgb(102,102,102);
}

.image img
{
    display: block;
    margin-bottom: 4px;
}

a img
{
    border: 0;
}

.fullContent
{
    background-color: transparent;
    text-align: center;
    background-image: none;
    padding-top: 100px;
}

#navigationShade
{
    position: absolute;
    left: 224px;
    top: 124px;
    width: 186px;
    height: 154px;
    /*display: none;*/
    z-index: 2999;
}

/*
#navi\gationShade
{
    background-image: url(/images/transparent/black-05.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=5);
    background-image: none;
    background-color: black;
}
*/
#navigationHomeSub
{
    position: absolute;
    left: 224px;
    top: 128px;
    width: 175px;
    height: 144px;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid rgb(204,204,204);
    z-index: 3000;
}

.navigationHome,
.navigationBelowHomeFirst,
#navigationHomeSub
{
    text-transform: uppercase;
}

#navigationHomeSub .navigationChapter
{
    width: 130px;
    height: 13px;
    overflow: hidden;
}



#navigationHomeSub .navigationChapter:hover
{
    color: rgb(204,0,0);
    background-color: rgb(242,242,242);
}

#navigationHomeSub a
{
    background-color: #fff;
    border-left: 1px solid rgb(204,204,204);
    border-right: 1px solid rgb(204,204,204);
	
}

/* 
	News style
*/

.news{
    background-color: rgb(245,245,245);
    border-top: 1px solid #990000;
    border-bottom: 1px solid #990000;
    padding-top: 3px;
    padding-bottom: 5px;
    width: 423px;
    /*width: 555px;*/
    font-size: 12px;
    overflow: hidden;
    padding-left: 14px;
}

.news h3{
	color: #990000;
	font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 5px;
}

.zoomable
{
    cursor: pointer;
}

.zoomImage
{
    position: absolute;
    left: 110px;
    top: 110px;
    width: 400px;
    height: 300px;
    display: none;
    z-index: 1701;
}

#zoomImageShade
{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 410px;
    height: 310px;
    display: none;
    z-index: 1700;
}

.framerIframe
{
    width: 614px;
    height: 1600px;
    display: block;
    border: 0;
    frameborder: 0;
    overflow: hidden;
}

body.framed
{
    background-color: #fff;
    overflow: hidden;
}

.framed .content
{
    padding-left: 0;
}

.debugInfo a
{
    position: absolute;
    top: 10px;
    right: 8px;
    width: 15px;
    font-size: 11px;
    display: block;
}

.debugInfo a
{
    color: #bbb;
}


/* Table module */

table.normalTable
{
    border-collapse: collapse;
    width: 399px;
    margin-top: 21px;
    margin-bottom: 16px;
    text-decoration:none;
}

table.extensive{
    width: 567px;
    border-collapse: collapse;
    text-decoration:none;
}

.extensive td, .extensive a{
    text-decoration: none;
    padding: 2px;
}



.normalTable th,
.normalTable td
{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}



.normalTable th{
    background-color: rgb(132,132,132);
	font-size: 14px;
    color: #fff; 
}

.extensive th{
	background-color: #5B85AD;
}

.extensive td{
	font-size: 10px;
	text-decoration: none;
}

.alternate td, .alternate a{
    background-color: rgb(248,248,248);
    text-decoration: none;
    font-size: 10px;
}

.normalTable td, .normalTable a{
    background-color: #FFFFFF
    border-bottom: 1px dashed rgb(204,204,204);
    text-decoration: none;
    font-size: 10px;
}


.external{
	background-color: #7B8B9A;	
}

.ended{
	color: #CCCCCC;	
}

table.discussion{
    position:absolute;
    top:454px;
	left:20px;
	width:177 px;
	z-index:15;
 
}

.discussion th,
.discussion td{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}

.discussion th{
    background-color: rgb(132,132,132);
	font-size: 13px;
    color: #fff; 
}


.discussion .alternate td, .discussion .alternate a{
    background-color: rgb(248,248,248);
    text-decoration: none;
    font-size: 10px;
}

.discussion td, .discussion a
{
    background-color: #FFFFFF
    border-bottom: 1px dashed rgb(204,204,204);
    text-decoration: none;
    font-size: 10px;
}
























.closeButton
{
    position: absolute;
    left: 20px;
    top: 4px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

ul.defaultList li,
ol.defaultList li
{
    font-size: 12px;
    margin-bottom: 8px;
    font-size: 78%;
    line-height: 1.29em;
}

ul.defaultList li
{
    list-style-type: square;
}

body h3.firsth3
{
    margin-top: 0;
    padding-top: 0;
}
