/* Links */

a:active { color:#844106; }
a:visited { color:#ffffff; }
a:link { color:#ffffff; }
a:hover { color:#844106; }
.b:active { color:#844106; text-decoration:none; }
.b:visited { color:#ffffff; text-decoration:none; }
.b:link { color:#ffffff; text-decoration:none; }
.b:hover { color:#844106; text-decoration:none; }
.c:active { color:#B8D589; }
.c:visited { color:#ffffff; }
.c:link { color:#ffffff; }
.c:hover { color:#B8D589; }


/* Content */

html {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;
	}

body {
	font-family:helvetica,arial,sans-serif;
	}

html,body {
	margin:0;
	padding:0;
	height:100%;
	}

.page {
	margin: 0 auto;
    width: 800px;
    background-color: white;
    background-image: url(/images/bg_line.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	}

.copy {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
}

.content
{
    padding: 0px;
    width: 800px;
    padding-bottom: 0;
	background-color: #94BEE6;
    clear: both;
    min-height: 100;
    height: auto !important;
    height: 100;
}


#footer
{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 24px !important;
    width: 800;
    color: rgb(102,102,102);
    font-size: 10px;
    background-color: #fff;
    background-image: url(/images/pixel_blanc.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    overflow: hidden;
}

/* Nav */

.divFrameGreyNav { 
	position:relative; 
	width:97px; 
	height:17px; 
	border-width:1px; 
	border-color:#333333; 
	border-style:solid; 
	color:transparent; 
	z-index:1;
	}

.divGreyNav { 
	position:relative; 
	width:91px; 
	height:11px; 
	margin:1px; 
	padding:2px; 
	background-color:#999999; 
	layer-background-color:#999999; 
	z-index:2; 
	cursor:pointer; 
	color:#ffffff; 
	font-size:11px; 
	font-family:Arial,Helvetica
	}


