/* 
	main elements 
*/

div, h1, h2, h3 {
	border: 1px none red;
}

body {
	background-image: url("images/hdr_bluelight.jpg");
	background-repeat: no-repeat;
	background-color: #454B74;
	color: #a8aabf;
	font-family: arial, helvetica, sans-serif;  
	font-size: 12px;
}

.imgborder { 
	border: 1px solid black;
	}
  
 .bold {
  font-weight: bold;
  }

.img {
border: 0;
}

.left {
float: left;
}


.right {
float: right;
}

.clear {
clear: both;
}

/* 
	list styles 
*/

ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

	
li {
	padding: 0 0 10px 0;
	text-align: left;
	text-decoration: none;
}

/* 
	links 
*/

a:link, a:visited, a:active {
	font-family: arial, helvetica, sans-serif;  
	font-size: 12px;
	color: #a8aabf;
}

a:hover {
	color: #ffffff;
}

a.h1link:link, a.h1link:visited, a.h1link:active {
	font-family: arial, helvetica, sans-serif;  
	font-size: 18px;
	color: #a8aabf;
}

a.h1link:hover {
	color: #ffffff;
}

a.toplinks:link, a.toplinks:visited,  a.toplinks:active {
	font-family: arial, helvetica, sans-serif;  
	font-size: 12px;
	color: #a8aabf;
	text-decoration: none
}

a.toplinks:hover {
	color: #ffffff;
	text-decoration: none;
}

/* 
	position styles 
*/

#toplinks {
	position: absolute;
	top: 10px;
	left: 470px;
	width: 450px;
}

#toplinks span {
	font-weight: bold;
}

#left-area {
	position: absolute;
	left: 0;
	top: 158px;
	background-color: #a8aabf;
	width: 215px;
	height: 1000px;
}

h1 {
	font-size: 18px;
}

h1.nopadding {
  padding: 0;
  margin: 0;
  }

#h1-small {
  font-size: 12px;
  font-weight: normal;
  }

#h1-sub {
	font-size: 18px;
	position: absolute;
	top: 180px;
	left: 240px;
}

#description {
	position: absolute;
	top: 180px;
	left: 240px;
}

#content-col1 {
	position: absolute;
	top: 250px;
	left: 240px;
	width: 150px;
	height: 300px;
}

#content-col2 {
	position: absolute;
	padding: 0 30px 0 0;
	top: 250px;
	left: 420px;
	width: 150px;
	height: 600px;
}

#content-col2-sub {
	position: absolute;
	padding: 0 30px 0 0;
	top: 250px;
	left: 420px;
	width: 400px;
	height: 600px;
}

#content-col3 {
	position: absolute;
	top: 250px;
	left: 600px;
	width: 170px;
	height: 600px;
}

#copyright {
	position: absolute;
	top: 1000px;
	left: 240px;
	font-size: 10px;

}
