/* copyright celsius - http://celsius.ws */

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #03182e;
 /* background-image:url('images/content-bg.png');
  background-repeat:repeat-y;
  background-position:center; 
  background-attachment:fixed;*/
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#FFF;
}

body { 
  text-align: center;
  
}


/* nav links */
td a:link {color:#dbe6f7;text-decoration:none;  }
td a:visited {color:#dbe6f7;text-decoration:none;  }
td a:active {color:#dbe6f7;text-decoration:none;   }
td a:hover {color:#fff;text-decoration:none;   }

 a:link {color:#01050c;text-decoration:underline;  }
 a:visited {color:#01050c;text-decoration:underline;  }
 a:active {color:#01050c;text-decoration:underline;   }
 a:hover {color:#1e4684;text-decoration:underline;   }

#container { 
  margin: 0 auto; 
  text-align: left;
  width: 960px;
  background-image:url('images/content-bg.png');
}

#navigation {
	padding: 30 0 0 30;
	
	
}

td {
	font-size: 12px;
}

.tdborder {
	border-bottom: 1px solid; border-bottom-color:8db4dd;
	
}




h2 {
	font-size: 20px;
	color:#03182e;
	padding: 10 0 0 20;
	width: 575px;
	line-height: 145%;
	
}

#content {
	
	
	
}

#content-left {
    float:left;
    margin-left: 5px;
	background-image:url('images/innercontent-bg.png');
	background-repeat: repeat-y;
	width: 620px;
	
	
}

#content-left p {
	
	padding: 0 20 0 20;
	color: 01050c;
	line-height: 135%;
	
	
	
	
}	

#indexcontent-left {
	margin-top: -50px;
	

	
}


li {
	list-style-type: none;
	font-size: 14px;
	color:#000205;
	}

#indexcontent-right {
	
float:right; 
width: 375px;
height:auto;
margin-top: -150px;
margin-right: -50px;

	
	
}

#content-right {
	
float:right; 
width: 375px;
height:auto;
margin-top: -150px;
margin-right: -50px;

	
	
}


#content-bottom {float:left;
				padding-left: 7px;}


/* aligns both left and right content to top of footer */
.clear {
       clear:both;
}

#footer {}

