html { 
background-size: cover;
background: url('/images/bgrounds/primarybg.jpg') no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-color: black;
background-repeat: no-repeat;
background-attachment: scroll;
height: 100%;
width: 100%;
}
body { 
background-color:#252525; 
color:#FFF; 
}
a:visited { 
color: #AAA;
text-decoration: none;
border: none;
 }
a:link { 
color: #BBB; 
text-decoration: none;
border: none;
 }
a:active { 
color: #D8D7D3;
text-decoration: none;
border: none;
}
a:hover { 
color: #FFF;
text-decoration: none;
border: none; 
}
img { 
border: none;
text-decoration: none;
}
h1.title { 
position: fixed;
top: 20px;
right: 15px;
font-size:29pt;
font-family: 'Roboto Condensed', Sans; 
text-align:right;
font-style:italic;
color:white;
text-shadow: 2px 2px 2px #555; 
 }
 h1.subtitle { 
 position: fixed;
 top: 85px;
 right: 15px;
 font-size: 11pt;
 font-family: 'Roboto Condensed', Sans;
 font-weight: normal;
 text-align:right;
 font-style: none;
 color:white;
 text-shadow: 2px 2px 2px #555; 
 } 
p.navhead { 
background: black;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 32px;
margin: 0px 120px 0px 0px;
padding: 5px 120px 5px 0px;
border-bottom: 0px solid #555;
font-size: 14pt;
font-family: 'Roboto Condensed', Sans;
color: lightgray;
text-align: right;
z-index: 2;
 }
p.content { 
position: fixed;
padding: 15px 10px 10px;
top: 24px;
left: 0px;
overflow:auto;
height:96%;
width:30%;
background:url(/images/bgrounds/50percent.png);
border:none;
font-family:'Roboto Condensed', Sans;
color:#FFF;
font-size: 10pt;
}
p.note { 
font-size: 10pt; 
font-family: 'Roboto Condensed', Sans; 
text-align: left; 
font-style:none; 
color: silver;
}
p.description {
font-size: 11pt; 
font-family: 'Roboto Condensed', Sans; 
text-align: left; 
font-style:none; 
color: silver;
}
p.divfoot { 
background:black;
position:fixed;
bottom:0;
left:0;
width:100%;
height: 45px;
margin-bottom: 0px;
margin-right: 10px;
margin-top: 2px;
padding-top: 6px;
padding-bottom: 0px;
padding-right: 80px;
font-size: 8pt;
font-family: 'Roboto Condensed', Sans;
line-height:1.8em;
color:lightgray;
text-align: right;
z-index: 2;
}
em.date { 
font-size: 12pt;
font-variant: small-caps; 
color: #ddd;
font-family: 'Roboto Condensed', Sans;
margin-left: 0px;
}
em.headertitle {
font-size: 14pt;
font-weight: bold;
color: #fff;
font-family: 'Roboto Condensed', Sans;
}
em.subtitle {
font-size: 14px;
font-weight: normal;
color: silver;
font-family: 'Roboto Condensed', Sans;
}

/* Begin Carousel block */
div.carousel1 { 
width:600px; 
height:300px; 
background:none; 
overflow:scroll;
margin: 0px;
border:0px solid white;
text-decoration: none;
}
.button1 {
	background-color: #606060;
	-webkit-border-top-left-radius:27px;
	-moz-border-radius-topleft:27px;
	border-top-left-radius:27px;
	-webkit-border-top-right-radius:27px;
	-moz-border-radius-topright:27px;
	border-top-right-radius:27px;
	-webkit-border-bottom-right-radius:27px;
	-moz-border-radius-bottomright:27px;
	border-bottom-right-radius:27px;
	-webkit-border-bottom-left-radius:27px;
	-moz-border-radius-bottomleft:27px;
	border-bottom-left-radius:27px;
	text-indent:0;
	border:0px solid #808184;
	display:inline-block;
	color:#ffffff;
	font-family:'Roboto Condensed', Sans;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:54px;
	width:54px;
	line-height:34px;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
}.button1:hover {
	background-color:#353535;
}.button1:active {
	position:relative;
	top:1px;
}
.button2 {
	background-color: #606060;
	-webkit-border-top-left-radius:27px;
	-moz-border-radius-topleft:27px;
	border-top-left-radius:27px;
	-webkit-border-top-right-radius:27px;
	-moz-border-radius-topright:27px;
	border-top-right-radius:27px;
	-webkit-border-bottom-right-radius:27px;
	-moz-border-radius-bottomright:27px;
	border-bottom-right-radius:27px;
	-webkit-border-bottom-left-radius:27px;
	-moz-border-radius-bottomleft:27px;
	border-bottom-left-radius:27px;
	text-indent:0;
	border:0px solid #808184;
	display:inline-block;
	color:#ffffff;
	font-family:'Roboto Condensed', Sans;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:54px;
	width:54px;
	line-height:34px;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
}.button2:hover {
	background-color:#353535;
}.button2:active {
	position:relative;
	top:1px;
	
/* End Carousel block */