html, body{
   margin: 0; 
   padding: 0;
   border:0;
   top:0;
   height:100%;
} 

body {
	margin:0px;
	padding:0px;
	background:url(../images/background.jpg) right top #000;
	background-repeat:no-repeat;
	color:#CCC;
	font-family:"Century Gothic";
	font-size:14px;
}

#MainBody {
	width:860px;
	padding-left:10px;
	height:100%;
}

#container {
	background-image:url(../images/background-fade.png);
	background-position:top;
	background-repeat:repeat-y;
	height:100%;
   padding:0px;
   margin:0px;
   top:0px;
}

#Nav {
	background-image:url(../images/nav-bar.png);
	background-position:left top;
	background-repeat:repeat-x;
	height:30px;
	text-align:left center;
	width:877px;
	margin-left:auto;
	margin-right:auto;
}

#NavText {
	color:#FFF;
}

#MainText {
	margin-left:15px;
	margin-right:10px;
	margin-top:10px;
	padding-bottom:10px;
	height:100%;
}	

#MainText a:link {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#MainText a:visited {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#MainText a:hover {
	color:#09F;
	text-decoration:underline;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#MainText a:active {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

p {
	text-align:justify;
}

.MainBackground {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-color:#000;
}

.BodyTable {
	padding-left:0px;
	padding-right:0px;
	padding:0px;
	border:0px;
	left:0px;
	right:0px;
}

h1 {
	font-family:"Century Gothic", Arial;
	font-size:25px;
	font-weight:100;
}

hr {
	color:#434B59;
	height:0.1px;
	padding-bottom:0px;
}

a:link {
	color: #FFF;
	text-decoration:none;
}

a:visited {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}

a:active {
	color: #FFF;
	text-decoration:none;
}

#parallax{
	height:224px;
	overflow:hidden;
	position:absolute;
	width:990px;
	top: 0;
}

h2 {
	padding-top:0px;
}

#FooterBar a:link {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#FooterBar a:visited {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#FooterBar a:hover {
	color:#09F;
	text-decoration:underline;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#FooterBar a:active {
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	font-size:12px;
}

#FooterBar {
  height:166px;
  width: 100%;
  background-image:url(../images/footer-bg.png);
  background-repeat:repeat-x;
  text-align:left center;
}

.SmallStyle {
	font-size:10px;
}

fieldset {
	border:0pt;
}

.PaddingTop {
	margin-top:2px;
}

.PaddingTop a:link {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}

.PaddingTop a:visited {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}

.PaddingTop a:hover {
	color:#FFF;
	text-decoration:underline;
	font-family:Arial;
	font-size:10px;
}

.PaddingTop a:active {
	color:#FFF;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}

.DottedLine {
	background-image:url(../images/dotted-line.png);
	background-repeat:repeat-x;
	background-position:center;
	width: 196px;
}
