#navcontainer ul
{
padding: 0;
background-color: #fff;
color: White;
width: 100%;

font-family: 'Cabin', sans-serif;
font-size: 18px;
line-height: 26px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.8em;
color: #044259;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
background-color: #AABBBC;
color: #fff;
}

#content-margins {
	margin-right: 100px;
	margin-left: 100px;
}



ul.dropdown {margin: 0; padding: 0; z-index:9999;}
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; margin: 0 0 0 0px;  list-style:none; font-family: 'Cabin', sans-serif;}
ul.dropdown li                      { float: left; zoom: 1; padding-left:0px; padding-right:0px; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #fff; text-decoration: none;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #fff; color: black; position: relative; }
ul.dropdown li.hover a              { color: #fff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 260px; visibility: hidden; position: absolute; top: 100%; left: 0; padding-left:5px; list-style:none;}
ul.dropdown ul li 					{ font-weight: normal; background: #fff; color: #fff; 
									  border-bottom: 0px solid #fff; float: none; padding-left:0px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 8em; display: inline-block; background-color:#fff; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

.shadowybox {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	width: 330px;
	text-align: left;
}

.shadowybox-open {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	text-align: left;
}

.shadowybox-wide {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	width: 540px;
	text-align: left;
}

.shadowybox-width-600 {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 20px 10px 10px 10px;
	position: relative;
	width: 600px;
	text-align: left;
}

.shadowybox-width-700 {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
	position: relative;
	width: 700px;
	text-align: left;
}


.shadowybox-700 {
	border-color: #666666;
	border-style: none;
	border-width: 1px 1px 0;
	box-shadow: 1px 1px 6px #5C5C5C;
	left: 5px;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	width: 300px;
	text-align: left;
}

.button-submit {
	background:url("images/submitbutton.png");
	border:0;
	outline:0;
}

.button-pp {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #044259) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #044259 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#044259');
	background-color:#79bbff;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:2px solid #044259;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:52px;
	line-height:52px;
	width:160px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #044259;
}
.button-pp:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #044259), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #044259 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#044259', endColorstr='#79bbff');
	background-color:#044259;
}.button-pp:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

.button-not-pp {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #044259) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #044259 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#044259');
	background-color:#79bbff;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:2px solid #044259;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:52px;
	line-height:52px;
	width:160px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #044259;
}
.button-not-pp:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #044259), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #044259 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#044259', endColorstr='#79bbff');
	background-color:#044259;
}.button-not-pp:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */


#mc_embed_signup2{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:300px;}
.mc-field-group {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 40px;	
}

.mc-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:43px;
	line-height:43px;
	width:134px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.mc-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.mc-button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */


.text_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;	
}

#dotted-back {
	background-image: url(../images/backgrounds/dotted-divider.jpg);
	background-repeat: no-repeat;
}

#dotted-back-vertical {
	background-image: url(../images/backgrounds/dotted-divider-vertical.jpg);
	background-repeat: no-repeat;
}

.text 
{
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}

.text a:link {
	font-family: 'Lato', sans-serif;	
	font-size: 16px;
	color: #044259;
	text-decoration: underline;


}
.text a:visited {
	font-family: 'Lato', sans-serif;	
	font-size: 16px;
	color: #044259;
	text-decoration: underline;

}
.text a:hover {
	font-family: 'Lato', sans-serif;	
	font-size: 16px;
	color: #666;
	text-decoration: none;


}
.text a:active {
	font-family: 'Lato', sans-serif;
	font-size: 16px;

	color: #333;

	text-decoration: underline;
}


.text_with_space {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 26px;

}
.text_with_space a:link {
	font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;

}
.text_with_space a:visited {
	font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
}
.text_with_space a:hover {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;

}
.text_with_space a:active {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-decoration: underline;
}

.text-vertical-space {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	margin-top: 44px;
}

.text_blue {
	font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 20px;
}
.text_blue a:link {
	font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;

}
.text_blue a:visited {
	font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
}
.text_blue a:hover {
font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;



}
.text_blue a:active {
font-family: 'Lato', sans-serif;
	color: #044259;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
}


.homepage_header_blue {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #044259;
	font-weight: 500;
}
.header_black_22 {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight:normal;
	margin-top: 4px;
}
.header_black_16 {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #333;
}
.header_black_19 {
	font-family: 'Cabin', sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #333;
}
.header_gold {
	font-family: 'Cabin', sans-serif;
	font-size: 35px;
	color: #f1b935;
	font-weight:normal;
}
.header_gold_medium {
	font-family: 'Cabin', sans-serif;
	font-size: 28px;
	color: #f1b935;
	font-weight:normal;
}
.very_top_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height:10px;
}

.bottom_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bottom_link a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #666666;
	text-decoration: underline;

}
.bottom_link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #666666;
	text-decoration: underline;

}
.bottom_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #044259;
	text-decoration: none;
}
.bottom_link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #044259;
	text-decoration: none;
}
.bottom_nav_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
}
.bottom_nav_white a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #ffffff;
	text-decoration: underline;

}
.bottom_nav_white a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #ffffff;
	text-decoration: underline;

}
.bottom_nav_white a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


	color: #CCCCCC;
	text-decoration: none;
}
.bottom_nav_white a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


	color: #E766B3;
	text-decoration: none;
}
.header_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

.header_grey_smaller {
    font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #666666;
}
.header_blue_smaller {
    font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #044259;
}

.minitext_blue {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #044259;
}

.minitext {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #000000;
}

.minitext a:link {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #044259;
	text-decoration: underline;
}

.minitext a:visited {
	font-family: 'Lato', sans-serif;
	font-size: 13px;

	color: #044259;
	text-decoration: underline;

}
.minitext a:hover {
	font-family: 'Lato', sans-serif;
	font-size: 13px;


	color: #333333;
	text-decoration: none;
}
.minitext a:active {
	font-family: 'Lato', sans-serif;
	font-size: 13px;


	color: #333333;
	text-decoration: none;
}
.small_black_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.small_black_text a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044259;
	text-decoration: underline;
	line-height: 18px;

}

.small_black_text a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #044259;
	text-decoration: underline;

}
.small_black_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #333333;
	text-decoration: none;
}
.small_black_text a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #333333;
	text-decoration: none;
}
.copyright_text
{font-size: 11px; color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif;}




.side_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 22px;
}
.side_nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044259;
	text-decoration: underline;
	line-height: 22px;

}

.side_nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	color: #044259;
	text-decoration: underline;
	line-height: 22px;

}
.side_nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.side_nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;


	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.side_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	line-height: 26px;
	margin-left: 14px;
}
.side_navigation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	text-decoration: none;
	line-height: 26px;
	margin-left: 14px;
}

.side_navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	text-decoration: none;
	line-height: 26px;
	margin-left: 14px;
}
.side_navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044259;
	text-decoration: underline;
	line-height: 26px;
	margin-left: 14px;
}
.side_navigation a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
	margin-left: 14px;
}
.heading_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
.heading_largish_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #ffffff;
}
.heading_giant_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #ffffff;
}
.heading_blue_18 {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #044259;
	font-weight:normal;
	margin-top: 4px;
}
.heading_blue_18 a:link {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #044259;
	font-weight:normal;
	text-decoration: underline;
}
.heading_blue_18 a:visited {  
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #044259;
	font-weight:normal;
	text-decoration: underline;
}

.heading_blue_18 a:hover {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight:normal;
	text-decoration: none;
}

.heading_blue_18 a:active { 
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #333;
	font-weight:normal;
	text-decoration: underline;
}
.heading_blue_18_no_underline {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #044259;
	font-weight:normal;
	margin-top: 4px;
}
.heading_blue_18_no_underline a:link {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #044259;
	font-weight:normal;
	text-decoration: none;
}
.heading_blue_18_no_underline a:visited {  
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #044259;
	font-weight:normal;
	text-decoration: none;
}

.heading_blue_18_no_underline a:hover {
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight:normal;
	text-decoration: none;
}

.heading_blue_18_no_underline a:active { 
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight:normal;
	text-decoration: none;
}
.heading_blue_normal_spacing {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #044259;
	line-height: 32px;
	font-weight:normal;
}
.subheadsleft {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #044259; font-weight: bold}
.rightcolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	line-height: 22px;
	text-transform: uppercase;
}
.left-column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	margin-left: 24px;
	line-height: 34px;
}
.text_reverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}
.text_reverse a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;

}
.text_reverse a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.text_reverse a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044259;
	text-decoration: none;



}
.text_reverse a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044259;
	text-decoration: underline;
}



h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 30px;
	font-weight:normal;
	color: #044259;
}
h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 22px;
	color: #044259;
	font-weight:normal;
	margin-top: 4px;
}
h3 {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight:normal;

	color: #044259;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;

	color: #044259;
}
.grey-dots-underlined {
	border-bottom: 3px dotted #333333;
}
.heading_larger_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
}
.box {background : #333333;border : 1px solid #333333;padding : 10px;}

.box2 {background : #f7f7f7;border : 1px solid #dfdbdd;padding : 10px;}

.side_nav11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
}
.side_nav11 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044259;
	text-decoration: underline;
	line-height: 22px;

}

.side_nav11 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #044259;
	text-decoration: underline;
	line-height: 22px;

}
.side_nav11 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.side_nav11 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.text-space {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;

}
.text-space a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044259;
	text-decoration: underline;
	line-height: 20px;
}
.text-space a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #044259;
	text-decoration: underline;
	line-height: 20px;
}
.text-space a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

}
.text-space a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	line-height: 20px;
}
.footer_navigation {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	font-weight:normal;
}
.footer_navigation a:link {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
.footer_navigation a:visited {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight:normal;
}
.footer_navigation a:hover {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #044259;
	text-decoration: underline;
}
.footer_navigation a:active {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #333;
	text-decoration: none;
}
.table-border {
		border:1px solid #999;
}
.td-border {
		border:1px solid #999;
}

.v-offset  { margin-top: -10px; }
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

hr.style2 {
  border-top: 3px double #8c8b8b; width:50%; }