/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	font-size: 100%; /* :hack: make IE resize text nicely */		
	height:100%;
	background: #cce3eb;
}

body{
	font: .75em/1.3 Arial,Helvetica,sans-serif;
	color:#828282;
	
}


/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
	color:#83bc1a;
	font-weight:bold;
}

h1{  
  font-size:2.5em;
  border-bottom:1px solid #d2e9e3;
  margin:0 0 20px;
}

h2{
  font-size:1.34em;
}

h3{
	
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin:0 0 10px;
	
}

p.intro{
  font-size:1.35em;
  line-height:1.3;
}

address{
	font-style:normal;
	margin:0 0 10px;
}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

ol, ul {
	margin:0 0 10px 30px;	
}
#content_main li{
  margin-bottom:5px;
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:10em;
}
	
dd{
	
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

a {
	text-decoration: none;
	color:#1ca4dd;
}

a:focus, a:hover {
	text-decoration: underline;
}

a img{
	border: 0;
}

#skiplinks {
	margin: 0;
	list-style: none;
	position:absolute;
	left:-9999px;
}

#skiplinks a {
	border: 1px solid #665;
	background: #fff;
	padding: 7px 5px;
	position: absolute;
	top: 10px;
	left: -9999px;
	font-size: 1.3em;
	font-weight: bold;
	z-index: 10;
}
#skiplinks a:focus, #skiplinks a:active {
	left: 20px;
	text-decoration: none;
	border-color: #666; /* IE requires a border-color change (!?) for this to work */
}

.more{
  font-weight:bold;
  font-size:1.15em;
  color:#1ca4dd;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	overflow:hidden;
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
}

a.replace span{
	cursor:pointer;
}

.flash-replaced .alt {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}

.dotrule hr {
	display: none;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.border{
  padding:3px;
  border:1px solid #d4e5df;
  display:block;
  margin-bottom:20px;
}

.clear{
	clear:both;
}