@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	position:relative;
	margin:0 auto;
	width:955px;
	height:100%
	background-color:#000;
	background-image:url(../Images/BackgroundimageInverted.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	color:#000;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12pt;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
}

table {
	border:none;
}

#container {
	position:relative;
	top:20px;
	left:0px;
	width:955px;
	min-height:100%;
	margin-bottom:-290px;
}

#banner {
	position:relative;
	width:955px;
	float:left;
}

#navbar {
	position:relative;
	float:left;
	width:177px;
	padding-top:5px;
}

#maincontent {
	position:relative;
	float:right;
	width:725px;
	min-height:500px;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
}

#footer {
   height: 330px;
   position: relative;
   text-align:center;
}

.box_rgba {
  	background-color: transparent;
 	background-color: rgba(255, 255, 255, 0.8);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); /* IE6–IE9 */
            zoom: 1;
	-moz-box-shadow: 0px 0px 6px #000000; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 6px #000000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 6px #000000; /* Opera 10.5, IE9, Chrome 10+ */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.3s ease-out;  /* IE10? */
          transition: all 0.3s ease-out;  
}

.borderless {
	border:none;
}

.clearfooter {
   height: 330px;
   clear: both;
}

a:link {
	color: #01273a;
}
a:visited {
	color: #939598;
}
a:hover {
	color: #d1d3d4;
}