html {
    height: 100%;
	 overflow: -moz-scrollbars-vertical;
	 overflow-y: scroll;
	  background: #000000;
}

body {
    background: #000000; /* outside the container */
    
    font-family: sans-serif;
 
    margin: 0;
}

h1 {
    margin-top: 0;
    text-align: center;
}

h2 {
    color: #000099;
    background: inherit;
}

blockquote {
    margin-left: 20px;
    margin-right: 20px;
}

div.quoteAttribution {
    text-align: right;
    font-size: .9em;
    font-weight: bold;
    
    margin-top: -10px;
    margin-right: 20px;
}

#container {
    position: relative; /* just makes us the parent... */
    
    background: #000;
    color: #000;
    min-width: 965px;
    max-width: 1000px;

    margin: 0 auto;
}

#container>div {
    clear: both;
    padding: 0px 20px 10px;
}

#header img {
    display: block;
    border: 0;
    margin: 40px auto 20px;
}

#footer {
    clear: both;
    text-align: center;
    font-size: .75em;
    
    margin: 10px 0 25px;
    
    color: #fafad2;
}

#footer a {
    color: #fafad2;
    font-weight: normal;
}

#footer a:hover {
    color: #ffff99;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}

#footer ul li {
    display: inline-block;
    padding: .5em;
}

#miniZipper {
    position: relative;
    bottom: 0px;
    text-align: center;
    z-index: -1;
}


#content {
    padding: 20px;
    
    border: 1px solid #999;

    background: rgb(245, 245, 245); 
    
    font-size: .8em;
	    
    min-height: 500px;
	/*min-width: 52px;*/
	
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#containerLeft {
    position: absolute;
    top: 110px;
    left: 0;
    width: 140px; /*140*/ 
    text-align: left;

}

#containerCenter {
	 position: absolute;
   left: 150px; /*140px;*/
    right: 170px; /*260px;*/
	
}

#containerRight {
     position: absolute;
    top: 110px;
   right: 0;
    width: 150px;
    bottom: 50px;
	/*left: 750px;*/
   text-align: center;
}

#splash embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#splash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.horizontalNavigation {
    margin: -36px -20.5px 10px auto;
    padding: 0;
    
    font-size: .9em;
    
    text-align: right;
}

.adminNavigation {
    position: relative;
    
    margin: 10px;
    
    font-size: .7em;
    
    text-align: center;
}

.adminNavigation ul.pancake {
    padding-bottom: 0;
    margin: 10px;
    
    -moz-border-radius: .8em !important;
    -webkit-border-radius: .8em !important;
}

.navigation {
    font-size: 9pt;    
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: block;
    padding-bottom: 1em;
}

.navigation ul li a img {
    border: 0;
}

.search {
    float: left;
    width: 29%;
    
    padding-top: 80px;
    
    text-align: center;
}

.searchBox {
    background: #fafad2;
    width: 200px;
    margin: 20px auto;
    
    border: 2px solid #999;
    padding: .25em .5em;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    
    font-weight: bold;
    line-height: 1.5em;
}

.rounded {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}

.alert {
    background: #ffff99;
    border: solid 1px #000099;
    text-align: center;

    -webkit-border-radius: 2em !important;
    -moz-border-radius: 2em !important;
    
    margin: 10px 120px;
    margin-bottom: 20px !important;
}

a.alert:hover {
    background: #ffff00 !important;
}

.center {
    margin: 0px auto;
    text-align: center;
}

.verticalCenter * {
    vertical-align: middle;
}

.imgBorder img {
    border: solid 3px #000;
    margin: 7.5px;
    padding: 10px;
    background: #fff;
    color: inherit;
}

.thinBorder {
    border: solid 1px #000;
}

.leadingImageLeft {
    float: left;
    width: 175px;
    margin: 0 25px 25px 25px;
    border: solid 1px #000;
}

.leadingImage {
    float: right;
    margin: 0 25px 25px 25px;
    border: solid 0px #000;
}

div.centerImageWithCaption {
    margin: 10px auto 30px;
    text-align: center;
}

div.centerImage {
    margin: 10px auto;
    text-align: center;
}

.caption {
    padding: 5px;
    font-size: .9em;
    font-weight: bold;
}

a {
    text-decoration: none;
    font-weight: bold;
    
    color: #000099;
}

a:hover {
    color: #6666ff;
}

a img {
    border: 0;
}

ul.listOfLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.listOfLinks li {
    display: block;
    padding: 10px;
    font-size: 1.25em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

ul.listOfLinks li:hover {
    background: #a2ffe3;
    color: #000;
}

ul.listOfLinks li a {
    display: block;
}

ul.listOfLinks li .description {
    font-size: .8em;
}

ul.listOfLinks li .description  a {
    display: inline;
}

ul.listOfLinks li .title {
    margin: 0;
    font-size: 1.5em;
}

ul.listOfLinks li .subtitle {
    margin: 0;
    font-size: 1.1em;
}

.alignRight {
    text-align: right;
}

p {
    line-height: 1.3em;
    font-size: 1.1em;
    color: black;
}


div.pancake>div.pancake {
    display: inline;
    margin: 5px;
}

.offsetImageLeft img {
    height: 50px;
    margin-right: 20px;
}

.offsetImageLeft {
    float: left;
    min-width: 80px;
    text-align: left;
}

.offsetImageRight img {
    width: 60px;
    margin-left: 20px;
}

.offsetImageRight {
    float: right;
}


div.pancake a, a.pancake, input[type=submit] {
    font-weight: bold;
    
    background: #000066;
    /*color: #d8ffda;*/
    color: rgb(245, 245, 245); /* */
    
    
    padding: 7.5px;
    margin: 4px;
    
    text-decoration: none;
    
    cursor: pointer;
    
    border: none;
        
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;

    display: inline-block;
    
}

div.clearAll {
    height: 1px;
    margin: 0;
    clear: both;
}

a.pancake {
    font-size: .8em;
}

div.pancake a:hover, a.pancake:hover, input[type=submit]:hover {
    /*color: #d8ffda;*/
    color: rgb(245, 245, 245); /* */
    background: #222299;
}

div.pancake {
    text-align: center;
    margin: 0 0 25px 0;
    clear: both;
}

ul.pancake {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 13px;
    
    color: #333;
    /*color: #d8ffda;*/
    background: rgb(245, 245, 245); /* */
    
    font-size: 1.2em;
    
    -moz-border-radius: .8em;
    -webkit-border-radius: .8em;
    
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
   
    cursor: pointer;

    display: inline-block;
    
    text-align: center;
    vertical-align: middle;
}

ul.pancake li {
    list-style: none;
    float: left;
    display: block;

}

ul.pancake li a {
    padding: 6px;

    font-weight: bold;
    text-decoration: none;
    color: #0000aa;

    display: block;
}

ul.pancake li a:hover {
    background: #000099;
    /*color: #d8ffda;*/
    color: rgb(245, 245, 245);
}

ul.pancake li a:active,
ul.pancake li a.selected {
    color: #ffffff;
    background: #444;
}

ul.pancake li:first-child>a {
    -moz-border-radius-topleft: .8em;
    -moz-border-radius-bottomleft: .8em;
    -webkit-border-top-left-radius: .8em;
    -webkit-border-bottom-left-radius: .8em;
    padding-left: 10px;
}

ul.pancake:last-child>li {
    border-right: 0;    
}

ul.pancake li:last-child>a {
    -moz-border-radius-topright: .8em;
    -moz-border-radius-bottomright: .8em;
    -webkit-border-top-right-radius: .8em;
    -webkit-border-bottom-right-radius: .8em;
    padding-right: 10px;
}

.searchTable
{
size:10px;
font-size:9px;
}

.searchTable input[type=text], select {
    background: #FFFFFF;
    color: #336633;
    font-size: 1.4em;
    border: solid 1px #447744;
    padding: 5px;

    width: 80%;
}

h1.blogtitle {
    margin-top: 0;
    text-align: center;
	color:#000066;
	font-size:xx-large;
	font-family:Verdana, sans-serif;
	font-weight:bolder;
}
h3.terms
{
 color: #000099;
}
#containerLeft a {
    color:#00FFFF;
	display:block;
  height:21px;
}

#containerLeft a:hover {
    color: #ffff99;
}
#containerRight a {
    color:#00FFFF;
	display:block;
    font-weight:larger;
	font-size:16px;
}

#containerRight a:hover {
    color: #ffff99;
}

