/*	kill default margin and padding for all elements */
* { padding : 0; margin : 0; }

/******************************************************************************
 ** BODY
 ******************************************************************************/

body { 
	text-align: center; 
	font-family: "Trebuchet Ms", trebuchet, verdana, arial, sans-serif; 
	font-size: 11px;
	line-height: 24px;      
	position: absolute;
  	width: 100%; 
	height: 100%;
}

a { 
  text-decoration: none;
  }
	
a img {
	border:none;
}
  
ul.orange-bullets {
	list-style: none;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.orange-bullets li {
	line-height: 14px;
	background: transparent url(../img/orange_bullet.gif) no-repeat top left;
	padding-left: 12px;
	padding-top: 0px;
}

ul.grey-bullets {
		list-style: none;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
}
	
	ul.grey-bullets li {
		line-height: 14px;
		background: transparent url(../grey_bullet.gif) no-repeat top left;
		padding-left: 8px;
		padding-top: 0px;
}
  
/******************************************************************************
 ** CONTENT
 ******************************************************************************/



	a {
		color:#009933;
		text-decoration:none;
	} 

	a:hover {
		color:#009933;
		text-decoration:underline;
	}

	a img{
		display:inline;
		margin-bottom:-3px;
	} 

div.content { 
	position: relative;
	width: 100%;
	min-width: 830px;
	max-width: 1200px;
	margin: auto;
	text-align: left; 
	background: #fff url(../img/bg_content.jpg) bottom left repeat-x;
}

h2 { /* page title text */
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 10px;
	padding-left: 0px;
	font-size: 21px;
	color: #069;
}

h3 { /* subtitle */
	font-size: 15px;
	color: #069;
	line-height: 18px;
}

h5 {
	font-weight: 400;
	font-size: 14px;
	color: #390;
	line-height: 16px;
	padding-bottom: 6px;
}

h5 a {
	color: #390;
	text-decoration:underline;
}

h5 a:hover {
	color: #3C0;
	text-decoration:underline;
}

h6 { 
	color: #004ea0;
	font-size: 12px;
	font-weight: bold;
}

.blue-bold {
 	color:#006699;
 	font-weight: bold;
 }

.white-bold {
 	color:#ffffff;
 	font-weight: bold;
 }
 
.green-bold {
 	color:#009900;
 	font-weight: 400;
 }

.grey-bold {
 	color:#666666;
 	font-weight: bold;
 }

.red-bold {
 	color:#FF0000;
 	font-weight: bold;
 }
