/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top_bar {
	position:absolute;
	width:456px;
	height:100px;
	z-index:1;
}

#top_bar_title {
	position:absolute;
	width:448px;
	height:615px;
	z-index:2;
	left: 456px;
	padding: 0;
	top: 0px;
}

#right_column {
	position:absolute;
	width:244px;
	height:500px;
	z-index:6;
	left: 633px;
	top: 98px;
	padding: 0;	
}
#navigation {
	position:absolute;
	width:117px;
	height:186px;
	z-index:3;
	left: -6px;
	top: 101px;
}
#editable {
	position:absolute;
	width:445px;
	height:428px;
	z-index:4;
	left: 183px;
	top: 110px;
	overflow: auto;
}
#contact_box {
	position:absolute;
	width:176px;
	height:160px;
	z-index:1;
	left: -148px;
	top: -61px;
}
.contact_box_plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.contact_box_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}
.white {
	color: #FFFFFF;
}

A:link {
        color: #989800;
		background-color:transparent;
		text-decoration: none;
}

A:visited { 
        color: #989800;
		background-color:transparent;
		text-decoration: none;
}

A:active {
		color: #989800;
		background-color:transparent;
		text-decoration: none;
}

A:hover {
		color: #989800;
		background-color:transparent;
		text-decoration: underline;
}
	
.heading_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #88ACB8;
}

.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #D2E337;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 13pt;
}


.links_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 14pt;
}

.footer_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88ACB8;
}
.bullet_lime {
	color: #B6E035;
	font-size: 15px;
}
