/*  ## MOVED TO BOTTOM OF site.css ##

* {
	color: #333333;
	font-size: 12px;
	font-family: arial, sans serif;	
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #00045A;
	font-size: 20px;
	font-family: arial, sans serif;
	font-weight: normal;
	line-height: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	font-family: arial, sans serif;
}
a {
	margin: 0px;
	padding: 0px;
	color: #006600;
	font-size: 11px;
	font-family: arial, sans serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #00290c;
}
ul.navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.navigation li {
	padding: 0px;
}
div.content_body h2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

div.content_body h3 {
	color: #000000;
	font-weight: bold;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	padding-bottom: 5px;
}
*/
li.highlight {
	font-weight: bold;
	color: #00045a;
}

ul li.list_type_1 {
	padding-left: 18px;
	background: transparent url('/images/template_images/list_default_bullet.gif') top left no-repeat;
	padding-bottom: 8px;
	margin-left: 0;
	margin: 0;
	font-size: 11px;
}
ul li.list_type_2 {
	padding-left: 18px;
	background: transparent url('/images/template_images/list_bullet_arrow.gif') top left no-repeat;
	padding-bottom: 8px;
	margin-left: 0;
	margin: 0;
	font-size: 11px;
}


/*  ## MOVED TO BOTTOM OF site.css  PART 2  ##

li .order_button {
	background: transparent url('/images/template_images/order_button.gif') top left no-repeat;
}

div.quoteset {
	padding-top: 10px;
	padding-bottom: 10px;
}
div.quoteset h3 {
	color: #000000;
	padding: 0px 0px 0px 24px;
	margin: 0px;
}
div.quoteset h4 {
	padding: 0px 0px 0px 24px;
	margin: 0px;
}
blockquote {
	margin: 0px;
	padding-left: 24px;
	background: transparent url('/images/template_images/quote_left.gif') top left no-repeat;
}
blockquote div {
	padding-right: 24px;
	background: transparent url('/images/template_images/quote_right.gif') bottom right no-repeat;
}
blockquote div p {
	color: #00045A;
	font-size: 16px;
	font-family: arial, sans serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
div#page_body div#column_center div.content_section div.content_body blockquote p {
	padding: 0px;
}
div#page_body div#column_center div.content_section div.content_body .quoteset {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
*/


/*  MOVED FROM site.css  */

div#page_body_content div#column_center_full div.calendar .green{
	font-weight: bold;
	color: #006600;
}
div#page_body_content div#column_center_full div.calendar .green a{
	font-weight: bold;
	color: #006600;
	font-size: 11px;
}
div#page_body_content div#column_center_full div.calendar .blue{
	font-weight: bold;
	color: #000066;
}
div#page_body_content div#column_center_full div.calendar .blue a{
	font-weight: bold;
	color: #000066;
	font-size: 11px;
}

