/*
*/

body {
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 12px;
	color: #333333;
	background-repeat: repeat-x;
}


.column_right {
	position: relative;
	display:block;
	float: right;
	width: 230px;
	margin: 0 0 0 20px;
}

.header1, h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;

}
.header2, h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #0dbdf6;
}
.header3, h3 {
	font-size: 12px;
	font-weight: normal

}

p, td { 
	margin: 1em 0;
	padding: 0;
	font-size: 12px;
} 

#color01, .color01 { color: #0dbdf6 }
#color02 {
	color: #000000
}
#color03 { color: #839C3F }
#color04 { color: #3F739C }
#color05 { color: #ffffff }

a {
	color: #0dbdf6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #88DEFB;
	text-decoration: none;
}
a.link_pdf {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
	width:80%;
	background:url(images/logo_pdf.gif) no-repeat top left;
	padding:0 0 0 40px;
	margin:3px 0 3px 0;
	font-size: 12px;
}
a.link_pdf:hover {
	color: #88DEFB;
	text-decoration: none;
}

.box_menu_item a {
}

#footer_content {
	color: #FFFFFF;
	font-size: 10px;
}
#bulletpoints {
	font-size: 0.7em;
	margin: 20px 0 20px 0;
}
li {
	margin: 10px 0 10px 0;
	font-size: 12px;
}

hr {
	height:1px; 
	color: #666;
	border: 0;
	border-bottom: 1px dotted #666;
	width:95%;
	margin:0 10px 0 0px;
	}
	
#homebox {
	background-color:#4B4B4B;
	float:left;
	margin-left:4px;
	margin-right:10px;	
}

#homebox_last {
	background-color:#4B4B4B;
	float:left;
	margin-left:0px;
	margin-right:0px;	
}

#homeboxtext {
	color:#FFFFFF;
	padding:5px;
}


a.button {
	background: transparent url('images/buttons/bg_button_03_a.png') no-repeat scroll top right;
	display: block;
	color:#FFFFFF;
	float: left;
	font: bold 11px arial, sans-serif;
	height: 24px;
	margin: 5px 3px 0 3px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('images/buttons/bg_button_03_span.png') no-repeat top left;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 27px;
	font-size:0.9em;
}

a.button:hover {
	color:#88DEFB;
}

.holder_box_section {
	margin: 0;
	padding:0;
	float: left;
	width: 320px;
	xbackground: transparent url(images/bg_box_03.png) no-repeat;
	height: 164px;
}

 .column_divider {
	background: url(images/column_divider.jpg) repeat-y top center;
 }
