h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
}
.borderbox {
	color: #000;
}
.alternatingColorBoxesWhite {
	width: 100%; /* fix for the IE peekaboo bug */
	background-color: #f7f7f7;
	border-bottom: 1px dotted #aaa;
	padding: 2px;
}
.alternatingColorBoxesGrey {
	width: 100%; /* fix for the IE peekaboo bug */
	background-color: #eeeeee;
	border-bottom: 1px dotted #aaa;
	padding: 2px;
}
#galleryContainer, #videoContainer {
	overflow: hidden;
	width: 550px;
	height: 98px;
	border: 1px solid #aaa;
	padding: 0px;
}
#gallerySlider, #videoSlider {
	width: 2000px;
	height: 98px;
	padding-left: 5px;
}
.galleryImage {
	cursor: pointer;
	text-align: center;
	background-color: #fdfdfd;
	float: left;
	width: 123px;
	height: 84px;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 2px;
	padding-left: 0px;
	border: 1px solid #aaa;
}
.galleryNav {
	display: block;
	font-size: 20px;
	width: 38px;
	text-decoration: none;
	font-weight: bold;
}
.videoNav {
	display: block;
	font-size: 20px;
	width: 14px;
	text-decoration: none;
	font-weight: bold;
}
#galleryNavRight, .galleryNavRight {
	text-align: right;
}
#galleryNavleft, .galleryNavleft {
	text-align: left;
	color: #ccc;
}
/* TABLE MENU */
.menuTable {
	margin-right: 2px;
}
.menuCell {
	padding: 0px 1px;
	font-weight: bold;
	color: #fff;
	font-size: 12px
}
.menuCell a {
	background: transparent url(/uploaded/image/menu_bk.gif) repeat-x scroll top center;
	display: block;
	padding: 10px 6px;
	border: 1px solid #2f77a0;
	border-bottom: 0px;
}
.menuCell a:link, .menuCell a:visited {
	color: #fff;
}
.menuCell a:hover {
	background: transparent url(/uploaded/image/menu_bk_over.gif) repeat-x scroll top center;
	color: #f1f1f1;
	text-decoration: none;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menuContainer {
	margin: 0 auto;
}
/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {
	list-style-type: none;
	margin:0 auto;
	padding:0;
	width:921px;
	padding-left: 5px;
}
/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	display:block;
	font-size: 12px;
	font-weight: bold;
	height:37px;
	line-height:40px;
	text-decoration:none;
	text-indent:5px;
}
#pmenu li a {
	text-align: center;
	padding: 0 10px;
	color: #fff;
}
#pmenu li a:hover {
	color: #fff;
}
#pmenu ul li a:hover {
	background:#4976D1;
	color:#fff;
}
/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	margin:0px;
	color:#fff;
	width:180px;
	font-weight: normal;
	padding-left: 14px;
	line-height: 30px;
	height: 32px;
}
#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border: 0px;
	margin:0px;
	color:#fff;
	width:180px;
	font-weight: normal;
	padding-left: 14px;
	line-height: 30px;
	height: 32px;
}
/* Set up the list items */
#pmenu li {
	float:left;
	background:#671010;
	margin:0px;
}
/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	text-decoration: none;
}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {
	display:none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
	display:block;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	width:120px;
}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {
	left:-30px;
	top:32px;
}
/* get rid of the table */
#pmenu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	position:relative;
	color: #A0001A;
}
/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	color:#671010;
}
/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
}
/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
	visibility:visible;
	left:-30px;
	top:14px;
	lef\t:-29px;
	to\p:32px;
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul {
	visibility:visible;
	top:-11px;
	left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
.normalDrop a:hover {
	color: #A0001A;
}
#mainVideoTitle h5 {
	text-align: center;
}
#videoPreviews {
	border: 1px solid #aaa;
}
.videotitle {
	font-size: 12px;
	text-align: center;
}
#mainvideo embed {
	margin-right: 10px;
}
#activeVideo {
	padding: 3px;
	background-color: #f0f0f0;
	border: 2px solid #333;
}
.videoPreviewBox {
	padding: 4px;
	/* background: #fdfdfd;
border: 1px solid #aaa; */
cursor: pointer;
}
.videoPreviewBox:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
.newsDate {
	margin-left: 10px;
}
.newsReadMoreLink {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 5px;
	padding-right: 10px;
	padding-top: 5px;
	color: #fff;
	text-align: right;
}
.newsReadMoreNoPadding {
	padding-bottom: 5px;
}

.progress_bar_container {
	background-image:url(/images/gradient.gif);
	border:1px solid #999999;
	float:left;
	width:100%;
}
.shadow_4_sr {
	border: 2px solid #f9f9f9;
	margin: 2px;
	margin-bottom: 5px;
} /* results shadow 4 */
.shadow_3_sr {
	border: 1px solid #f4f4f4;
} /* results shadow 3 */
.shadow_2_sr {
	border: 1px solid #f0f0f0;
} /* results shadow 2 */
.shadow_1_sr {
	border: 1px solid #d8d8d8;
} /* results shadow 1 */
.menuOption {
	font-size: 12px;
	font-weight: bold;
	background: transparent url(/uploaded/image/menu_bk.jpg) repeat-x scroll top center;
	color: #3366cc;
	padding-bottom: 1px;
}
.menuOption a {
	padding: 13px 25px 14px 25px;
}
.menuOption a:hover {
	text-decoration: none;
	color: #9F001D;
}
#menuOptionDown a:link {
	cursor: pointer;
}
#loginBox {
	float: left;
	width: 222px;
	padding-top: 156px;
	padding-left: 35px;
	color: #ffcf33
}
#loginBox input {
	width: 132px;
}
#loginBox a:link, #loginBox a:visited {
	color: #9F001D;
}
#loginBox h2 {
	color:#dcdcdc;
	padding-top: 30px;
	padding-right: 15px;
	text-align: center;
}
.surveyBox {
	text-align: left;
	margin: auto;
	margin-bottom: 4px;
	padding: 3px;
	border: 1px solid #aaa;
	width: 200px;
	background-image: url(/uploaded/image/sidebar_green_bk.gif);
	background-repeat: repeat-x;
}
.surveyOption {
	border: 1px solid #ddd;
	cursor: pointer;
	background-color: #e8f9ec;
	background-image: url(/uploaded/image/g_light_green_s.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	padding: 1px;
}
.surveyOption:hover {
	background-color: #d8f4de;
	background-image: url(/uploaded/image/g_dark_green_s.gif);
}
#contentContainerOuter {
/* background:#0c1c4d url(/images/background_filled.jpg) repeat-y scroll top center; */
/* _padding: 0 28px;  IE hack to get the the body lined up properly with small windows */
}
#contentContainer {
	float: left;
	width: 779px; /* to fix foat clear */
	background-color: #f2f2f2;
	border: 1px solid #97bac7;
}
.contentBoxGrey {
	background: #333;
	border-bottom: 7px solid #660000;
	color: #fff;
}
.contentBoxGrey h1, .contentBoxGrey h2 {
	color: #fff;
}
.contentBoxContainer {
	width: 456px;
	padding-top: 5px;
	color: #fff;
}
.contentBox1 h4, .contentBox2 h4 {
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 7px;
}
.contentBox1 a:link, .contentBox2 a:link, .contentBox1 a:visited, .contentBox2 a:visited {
	color: #fff;
}
.contentBox1 {
	padding: 6px;
	padding-top: 5px;
	margin-left: 2px;
	background: transparent url(/uploaded/image/greenbox_bk.jpg) no-repeat scroll top left;
	float: left;
	width: 202px;
	height: 155px;
}
.contentBox2 {
	padding: 6px;
	padding-top: 5px;
	margin-left: 21px;
	background: transparent url(/uploaded/image/greenbox_bk_2.jpg) no-repeat scroll top left;
	float: left;
	width: 202px;
	height: 155px;
}
.whiteContentContainer {
	width: 451px;
	margin: 2px 0px 12px 0px;
	background: #fff url(/uploaded/image/content_bk_bottom.gif) no-repeat scroll bottom center;
}
.whiteContent {
	width: 439px;
	padding: 4px 6px 2px 6px;
	background: transparent url(/uploaded/image/content_bk_top.gif) no-repeat scroll top center;
}
/* old styles */
.categories ul {
	margin: 0pt;
	padding: 0pt;
	font-size: 12px;
}
.categories li a, li#archives li a, li.pagenav li a {
	background:#fff none repeat scroll 0%;
	background-image: url(../uploaded/image/categories_bk.gif);
	background-repeat: repeat-x;
	display:block;
	padding:4px;
	position:relative;
	text-decoration:none;
	text-transform:capitalize;
	width:214px;
	color: #000;
}
.categories li {
	list-style-type: none;
	display:block;
	position:relative;
	text-transform:capitalize;
	margin-bottom: 0px;
}
.categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	background:#d6f6e3 url(../uploaded/image/categories_bk_over.gif) repeat scroll top center;
	background-repeat: repeat-x;
	color:#303030;
}
.categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0pt 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

#container {
	width:782px;
	margin: 10px auto;
	margin-bottom: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.superContent {
	width:451px;
	padding-left: 5px;
}
.largerSuperContent {
	background-color:#fff;
	width:670px;
	padding: 4px;
}
.mediumtext {
	font-size: 14px;
}
.smalltext {
	font-size: 12px;
}
#sidebar1 {
	color: #ddd;
	padding: 10px;
	float: left;
	width:225px;
	background: #676767;
	border: 1px solid #fff;
}
#sidebar1 h5 {
	color: #f9f9f9
}
.sidebox2 h4, .sidebox2 h4 {
	display: block;
	background: #fff url(/uploaded/image/sidebox_h3_bk.gif) no-repeat scroll top center;
	text-align: center;
	padding: 3px;
	color: #fff;
	border-bottom: 1px solid #a2c9e3;
}
#sidebar2 h5 {
	color: #f9f9f9
}
.sidebox {
	width: 225px;
}
.sidebox2 {
	margin: 4px;
	z-index: 110;
	width: 245px;
	background: #fff;
	border: 1px solid #a2c9e3;
	background: #fff url(/uploaded/image/sidebox2_bk2.gif) repeat-y scroll top left;
}
.sideboxbottom {
	z-index: 100;
	padding-bottom: 6px;
	background: transparent url(/uploaded/image/sidebox2_bk1.gif) no-repeat scroll bottom left;
}
.sidebox3 {
	background: #1A3955 url(/uploaded/image/note_bk.jpg) no-repeat scroll top center;
	width: 230px;
	height: 164px;
	padding: 6px;
	padding-top: 8px;
	margin: 6px;
	color: #fff;
}
.sidebox3 p {
	padding: 5px;
}
.sidebox3 h1, .sidebox3 h2, .sidebox3 h3, .sidebox3 h4, .sidebox3 h5, .sidebox3 h6 {
	color: #fff;
	margin-left: 5px;
}
#sidebar1 a:link, #sidebar1 a:visited, .sidebox3 a:link, .sidebox3 a:visited, .sidebox2 a:link, .sidebox2 a:visited, .contentBoxGrey a:link, .contentBoxGrey a:visited {
	color: #444;
}
#header {
	background: transparent url(/uploaded/image/header_bk.jpg) top center no-repeat;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#footer {
	clear: both;
	width: 781px;
	color: #fff;
	background: transparent url(/uploaded/image/footer_bk.jpg) top center repeat-x;
	font-size: 10px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* tame list items */
li {
	margin-bottom: 4px;
}
/*ul, ol {
	margin-top: 3px;
}*/

/* universal page link color and style */
A:link {
	color: #303e8d;
	text-decoration: none;
}
A:visited {
	color: #303e8d;
	text-decoration: none;
}
A:hover {
	color: #303e8d;
	text-decoration: underline;
}
A:active {
	color: #303e8d;
	text-decoration: none;
}
.sideOptions { /* this class is for a top border, can be used on any element <a> <table> etc. watch out for padding. */
	border-top: 1px dotted #b4b4b4;
	padding: 8px;
	display: block;
}
.mini_list { /* mini_list is the CSS style the CMS will apply to the MiniNewsList blob */
	font-size: 12px;
	padding: 3px;
}
/* a class for very small text */
.smallText {
	font-size: 10px;
}
/* a class for indented content */

.subContent {
	padding:10px;
	padding-bottom: 5px;
}
.homeContent {
	padding: 7px 20px 7px 20px;
}
.smallBlog {
	padding: 2px 20px;
}
i, em {
	margin: 0px;
	padding: 0px;
}
.newsFeature {
	padding: 10px 20px;
}
.newsFeature p {
	padding: 6px 0px 4px 0px;
}
.subContent ul {
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
}
.featuredArticles {
	padding: 0px 0px 0px 0px;
}
.newsPreviews {
	padding: 8px;
	padding-top: 4px;
}
.newsPreviewDate {
	font-size: 10px;
	font-style: italic;
	color:#444444;
}
.newsPreviewPublisher {
	font-size: 11px;
	color:#444444;
}
.newsPreviewBottonmBorder {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.smallFeature {
	padding: 0px 20px 0px 20px;
}
.smallFeature p {
	padding: 0px;
}
.newsPreviewContent p {
	font-size: 11px;
	line-height: 12px;
	padding: 6px;
}
.newsSubPreview {
	padding: 0px 0px 0px 15px;
	margin:   5px;
}
.newsSubPreview h6 {
	padding: 0px;
}
#galleryContainer {
	margin: 10px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	margin: 2px 0px;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
}

h3 {
	border-bottom: 1px solid #f9f9f9;
	background: #6d6d6d url(/uploaded/image/h3_bk.gif) repeat scroll top center;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	line-height: 16pt;
}
h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0 0 0 1px;
	color: #3154ac;
}
h5 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	letter-spacing:-0.2px;
	margin: 0px 0px 2px 0px;
	padding: 0 0 0 0px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #3366cc;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}

.greyText {
	padding-left: 2px;
	color:#5e5e5e;
	font-weight: normal;
	font-size: 12px;
}
.menu {
	font-size: 12px;
}
.menu_over {
	font-size: 12px;
	background-color:#fafafa;
	text-decoration: none;
}
a.menu {
	display: block;
	height: 16px;
	padding: 6px;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
/***********************************************************************/
/**************************** end editables ****************************/
/***********************************************************************/

   
/* event css */
.prevnextbutton {
	font-size:20px;
	margin-top: 2px;
	font-weight: bolder;
	vertical-align: middle;
	padding-bottom:3px;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	width: 32px;
}
.prevnextbuttonpress {
	font-size:20px;
	margin-top: 2px;
	font-weight: bolder;
	vertical-align: middle;
	padding-bottom:3px;
	border-top : 1px #31557f solid;
	border-left : 1px #31557f solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
	background-image: url(../images/gradient_ld.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 32px;
}
.prevnextbuttonhighlight {
	font-size:20px;
	margin-top: 2px;
	font-weight: bolder;
	vertical-align: middle;
	padding-bottom:3px;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient_bl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	width: 32px;
}
#eventframe {
	width:auto;
	padding:0px;
}
#event_time {
	width:200px;
	border: dotted 1px #eeeeee;
	height:20px;
	padding:5px;
}
#selected_day {
	border: dotted 1px #000000;
	background-color: #82D572;
	background-image: none;
}
#scheduled_day {
	border: 1px solid #CEEAFF;
	background-color: #CEEAFF;
}
#unscheduled_day {
	border: 1px solid #fafafa;
	background-color: #fafafa;
}
.scheduled_day {
	border: 1px solid #CEEAFF;
	background-color: #CEEAFF;
}
.selected_day {
	border: dotted 1px #000000;
	background-color: #82D572;
}
.proposed_selected_day {
	border: dotted 1px #000000;
	background-color: #9EDB99;
}
.mouseover_event {
	background-color: #E6F7FF;
}
.unscheduled_day {
	border: 1px solid #fafafa;
	background-color: #fafafa;
}
.mouseover_event_day {
	border: dotted 1px #E6F7FF;
	background-color: #E6F7FF;
}
.mouseover_event_day_date {
	background-color: #9EDB99;
	font-weight: bold;
	float: right;
	height: 16px;
	width: 17px;
	font-size: 12px;
	border-bottom: dotted 1px #888888;
	border-left: dotted 1px #888888;
	margin: 0px;
	text-align:center;
	padding: 2px;
	padding-right: 3px;
	cursor: pointer;
}
.unscheduled_day_date {
	background-color: #f6f6f6;
	font-weight: bold;
	float: right;
	height: 16px;
	width: 17px;
	font-size: 12px;
	border-bottom: dotted 1px #888888;
	border-left: dotted 1px #888888;
	margin: 0px;
	text-align:center;
	padding: 2px;
	padding-right: 3px;
	cursor: pointer;
}
.scheduled_day_date {
	background-color: #E5F4FF;
	font-weight: bold;
	float: right;
	height: 16px;
	width: 17px;
	font-size: 12px;
	border-bottom: dotted 1px #888888;
	border-left: dotted 1px #888888;
	margin: 0px;
	text-align:center;
	padding: 2px;
	padding-right: 3px;
	cursor: pointer;
}
.event_item {
	width:98%;
	padding:0px;
	margin: 4px;
	margin-bottom: 12px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* some random fix */
i, em {
	margin: 0px;
	padding: 0px;
}
/* lazd sa styles */
.inserted_blob {
	background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;
}
/* form styles */
form {
	margin: 0px;
	padding: 0px;
}
.l_button {
	font-family:verdana;
	font-size:12px;
	height:24px;
	font-weight: bold;
	color:#000000;
	background: #f1f1f1;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:bottom;
	text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttondisabled {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	font-family:verdana;
	font-size:12px;
	height:24px;
	font-weight: bold;
	color:#000000;
	background: #f1f1f1;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:bottom;
	text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonhighlight {
	font-family:verdana;
	font-size:12px;
	height:24px;
	font-weight: bold;
	color:#000000;
	background: #ececec;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:bottom;
	text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient_bl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	cursor: pointer;
}
.l_buttonpress {
	font-family:verdana;
	font-size:12px;
	height:24px;
	font-weight: bold;
	color:#333333;
	background: #f3f3f3;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:bottom;
	text-align:center;
	border-top : 1px #31557f solid;
	border-left : 1px #31557f solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
	background-image: url(../images/gradient_ld.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.disabled {
	padding:0px;
	font-family:Verdana;
	color:#000000;
	filter:alpha(opacity=32);
	-moz-opacity:.32;
	opacity:.32;
}
.borderbox {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.borderbox_dotted {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box {
	font-family: Verdana;
	font-size: 12px;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-image: url(../images/gradient3.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	padding: 5px;
	margin: 5px;
}
.box_confirm {
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	font-weight: bold
}
.option {
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	padding: 2px;
	margin: 2px;
	line-height: 110%;
}
.sub_option {
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	padding: 3px;
	margin: 3px;
	line-height: 110%;
}
#mainContent {
	background: #f2f2f2;
	width: 518px;
	padding:3px;
	float: left;
}

body {
	font-family: Helvetica, Arial, 'Trebuchet MS', Sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0; /* Don't change */
	padding: 0;
	color: #000;
}

.content {
	/*	width:504px; remove due to problems with variable width display, use padding/margin on mainContent instead */
	padding:5px 7px 3px 7px;
	background-color:#fff;
	margin-bottom:4px;
	border: 1px solid #97C2DD;
}
.pic {
	/*	width:518px; remove due to problems with variable width display, use padding/margin on mainContent instead */
	padding:0;
}

p {
	margin-top:0;
	padding-top:0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	margin:0;
	padding:0;
}

.smallMenu {
	margin: 12px;
}
.smallMenu a:link, .smallMenu a:visited {
	color: #fff;
	text-decoration:underline;
}
.smallMenu a:hover {
	text-decoration:none;
}

#sidebar2 {
	float: left;
	width:255px;
	background: #f2f2f2;
}
#NoteTestimonials{
	color:#fff;
}