#BGGradient{
    background: -webkit-linear-gradient(#FFFFFF,#bfbfbf);
    background: -moz-linear-gradient(#FFFFFF,#bfbfbf);
    background: -o-linear-gradient(#FFFFFF,#bfbfbf);
    background: linear-gradient(#FFFFFF,#bfbfbf);

    background-repeat: no-repeat;
    background-size: 100%;

    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;

    position:absolute;
    top:308;
    left:0;
    min-height: 100%;
    min-width: 100%;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.citation {
    padding:5px;
    background:#f0f0f0;
    font-size:0.75em;
    font-family:courier;
    border:1px solid black;
}

input[type=checkbox] {

 -ms-transform: scale(1); /* IE */
 -moz-transform: scale(1); /* FF */
 -webkit-transform: scale(1); /* Safari and Chrome */
 -o-transform: scale(1); /* Opera */
  padding: 10px;
}

#Banner{
  position: relative;
  padding: 0px 0px 0px 0px;
  width: 875px;
  height: 308px;
  margin-left: auto;
  margin-right: auto;
}

#Container{
  position: relative;
  padding: 10px;
  width: 875px;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto", "sans-serif";
}

#Footer{
  position: relative;
  top:5px;
  width: 875px;
  margin-left: auto;
  margin-right: auto;
}

a {color: #03c; text-decoration: none;}
a img {border:none;}
a:visited { color: #03c; }
a:hover {
 background-color: #03c;
 color: white;
 text-decoration: none;
}

#Navigation
{
	float: left;
	width: inherit;
}

#Navigation ul
{
	margin: 0;
	padding: 0;
}

#Navigation ul li
{
	list-style-type: none;
	display: inline;
}

#Navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #5F5F5F;
	text-decoration: none;
}

#Navigation li a:hover { background: #bfbfbf; }


#login {
  box-shadow: 0px 0 0 #fff;
}

#login-trigger,
#signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#signup a {
  border-radius: 0 3px 3px 0;
}

#login-trigger {
  border-radius: 0px 0 0 0px;
}

#login-trigger:hover,
#login .active,
#signup a:hover {
  background: #fff;
}

#login-content {
  display: none;
  position: absolute;
  top: 358px;
  right: 0;
  z-index: 999;

  background: -webkit-linear-gradient(#FFFFFF,#E1E1E1);
  background: -moz-linear-gradient(#FFFFFF,#E1E1E1);
  background: -o-linear-gradient(#FFFFFF,#E1E1E1);
  background: linear-gradient(#FFFFFF,#E1E1E1);

  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  padding: 10px 0px 10px 0px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  border-radius: 3px 0 3px 3px;
}

#login-content {
  right: 10px;
  width: 240px;
}

/*--------------------*/
#inputs {
  border: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 0 0 0 0;
  border: 0px;
  width: 200px;
  padding: 5px 0 0 0;
}

#login #submit {
  background-color: #d14545;
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #7e1515;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {
  background-color: #e97171;
  background-image: linear-gradient(top, #d14545, #e97171);
}

#login #submit:active {
  outline: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#login #submit::-moz-focus-inner {
  border: none;
}

#sechead{
  font-size: 32px;
  text-align: left;
  padding: 10px;
  width: 875px;
  color: #5F5F5F;
  font-weight: bold;
  font-family: "Roboto", "sans-serif";
  text-decoration: none;
}

#sechead a {
  color: #5F5F5F;
}

#content{
  font-size: 16px;
  text-align: justify;
  padding: 0px 10px 10px 30px;
  color: #5F5F5F;
  font-weight: normal;
  font-family: "Roboto", "sans-serif";
  text-decoration: none;
}

#tbhead{
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
}

#tbitem{
  padding: 0 0 0 20px;
}

#tbsmallhead{
  font-size: 16pxpx;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
}
