* {
	margin:0;
	font-size:1em;
	padding: 0;
}
img, div, background, input {
	behavior: url("css/resources/iepngfix.htc");
	position: relative;
	visibility: visible;
}

ol, ul
{
	list-style:none;
}

a img{
	border: 0;
	padding: 0;
}

body {
	background-attachment: scroll;
	background-color: #07243d;
	background-image: url(../images/bg-blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

hr {
	background-image: url(../images/img-dash-line.png);
	background-repeat: no-repeat;
	margin: 0px;
}

a {
	color: #6dcff6;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}


h1 {
	font-size: 12px;
	color: #0072bc;
}
h2 {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: lighter;
}
.clr {
	clear: both;
}



.blue {
	color: #0072BC;
	cursor: pointer;
	position:relative;
	z-index: 10; 
}
.text {
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
}

.footer-text {
	font-size: 11px;
}

.bold
{
	font-weight: bold;
}

.note
{
	font-size: 10px;
	font-style:italic;
	color: #0072BC;
}


#main-wrapper
{
  min-height:700px;
  height:auto !important;
  height:700px;

}

#nav-bar {
	height: 23px;
	width: 981px;
	margin: 0px auto;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	height: 31px;
	margin: 0px auto;
	margin-top: 40px;
	background-repeat: repeat-x;
	width: 100%;
	bottom: 0px;
	left: 0px;
}
#footer-left {
	float: left;
	padding-left: 15px;
	padding-top: 8px;
}
#footer-right {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
}
#footer-wrap {
	width: 972px;
	margin: 0px auto;
}

.center{
	text-align: center;
}

.right{
	float: right;
}

.left{
	float: left;
}

.light-blue
{
	color: #6DCFF6;
}


#image-holder 
{
	float:right;
	margin-right: 20px;
}
