a:link {
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	color: #003399;
}

a:link visited {
	text-decoration: none;
	border-bottom: dotted #333333 1px;
	color: #0000CC;
}
a:link hover, a:link active {
	text-decoration: none;
	color: #000066;
}
p {
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	line-height:17px;
	text-align: left;
	margin: 10px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	letter-spacing: 0.05em;
}
h2,h4,h3, h5 {
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.5px;
	margin: 10px;
}
h2 {
	color: #000D37;
	font-size: 13px;
	line-height: 21px;
}
h3 {
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: #224881;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
}
h4 {
	color: #463E7E;
	font-size: 11px;
	line-height: 14px;
}
h6 {
	color: #1f0041;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	margin-bottom: 1px;
}
.ssg {
	font-size: x-small;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", sans-serif;
	text-align: center;
}
/*=-=-=-=-=-=-=borders and fills =-=-=-=-=-=-=-*/

.ruleabove { color: #000; font-size: 90%; 	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
 line-height: 130%; margin-top: 6px; margin-bottom: 4px; border-top: thin dashed #309; }
.borderdash {
	border: 1px dotted black;
	margin: 5px;
}

.borderRule {
	padding: 5px;
	border: 1pt solid #666666;
}

#listimage {
	border-size: 0px;
	list-style: none;
	}
	
.filledhead {
	padding: 10px;
	background-color: #D0D9E6;
}
.filleddark {
	padding: 5px;
	background-color: #475BA3;
}

.filledgreen {
	padding: 5px;
	background-color: #006600;
	margin: 5px;
	color: white;
}

.dividerrule {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 5px;
}
img {
	text-decoration: none;
}
right margin {
	margin-right: 10px;
}
headrow {
	margin-top: 20px;
}

.leftborder {
	color: #280053;
	font-size: 11px;
	line-height: 14px;
}
.dashbelow {
	margin-bottom: 4px;
	border-bottom: thin dashed #1f0041;
	padding-bottom: 4px;
}
.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;
}
.fltrt300 {
	float: right;
	margin-left: 8px;
	width: 300px;
	background-color: #D8B5C8;
	margin-right: 10px;
	padding: 5px;
	font: #5E0108;
}

.padboxInsetRight {
	background-color: #E6EEE8;
	width:40%;
	height:auto;
	float: right;
	clear: left;
	margin: 25px 10px 10px 10px;
	padding:5px;
}

.InsetBox {
	background-color: #C9D1CC;
	width:100px%;
	height:auto;
	float: right;
	clear: none;
	margin: 10px;
	padding:5px;
	width: 100px;
}
.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;
}

/*=-=-=-=-=-=-=breadcrumbs=-=-=-=-=-=-=*/

.breadcrumbDARK {
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}
.breadcrumbDARK a:link {
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin-bottom: -5px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #ccc;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	margin-bottom: -5px;
	padding-bottom: 5px;
}
.breadcrumb a:link { color: #ccc; font-weight: normal; text-decoration: underline; text-align: left; text-indent: 10px; }
.breadcrumb a:hover { color: #fff; font-weight: normal; text-align: left; text-indent: 10px; }
.breadcrumb a:visited { color: #ccc; font-weight: normal; text-decoration: underline; text-align: left; text-indent: 10px; }

/*========margins=============*/
.marginright {
	margin: 0 10px 0 0
}
.marginleftt {
	margin: 0 0 0 10px
}
.marginboth {
	padding: 0 10px 0 10px;
}

.image a:link { text-decoration: none; }

/* =-=-=-=-=-=-=-style for quotes =-=-=-=-=-=-=-*/
.column { color: silver; font-size: 0.8em; 	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
font-weight: bold; line-height: 1.5em; margin-bottom: -10px; }
ol { 	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
list-style-type: circle; list-style-position: outside   }
.p, space { padding-top: 5px; }

/*=-=-=-=-=-=-=special text=-=-=-=-=-=-=*/

.quote1 {
	color: #000000;
	font-size: 13px;
	font-family: georgia;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	padding-right: 1.5em;
	padding-left: 1.5em;
	letter-spacing: 0.025em;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 10px 0;
}	
.extralead {
	line-height: 2em;
}
.featureHeadline 	{
	font-size:12pt;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-weight:bold;
	font-style: normal;
	line-height:15pt;
	background-color: #5450c5;
	background-position: 0 12px;
	text-align: center;
	margin: 5px;
	padding-top: 3pt;
	padding-bottom: 0px;
	order-top-style: solid;
}
.readMore	{
	color: #304296;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
	letter-spacing: 0.25pt;
	line-height: 12pt;
}
.See { 	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
 color:#394377; font-size:10pt; font-style: italic; text-decoration:none; }
.offset { padding-right: 8px; padding-bottom: 6px; }


/*=-=-=-=-=-=-=hover buttons=-=-=-=-=-=-=*/

.buttonlav {
	border: solid #6666CC 1px;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/lavbut.gif);
	background-repeat: repeat-x;
}
.buttonlav a:link, a:visited {
	text-decoration: none;
	border-bottom: 0;
	color: #003399;
}
.buttonlav a:hover, a:active {
	text-decoration: none;
	color: #0066FF;
}

.buttonblue {
	margin: 0;
	text-decoration: none;
	background-image: url(../images/bluebut.gif);
	background-repeat: repeat-x;
	padding: 8px;
}
.buttonblue a:link, a:visited {
	border-bottom: 0;
	color: #003399;
}
.buttonblue a:hover, a:active {
	text-decoration: none;
	color: #0099FF;
	}

#menu {
	width: 185px;
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	height: 31px;
	border-size: 1px;
	margin: 5px 0 0 10px;
	list-style: none;
	}
	
#menu li a {
	height: 32px;
	text-decoration: none;
	background-color: white;
	text-indent: 5px;
	padding: 8px 0 0 10px;
	}	
#menu  li  a:link, #menu li a:visited     {
	color: #FFFFFF;
	display: block;
	padding: 8px 0 0 10px;
	font-weight: bold;
	}
	
#menu li a:hover {
	color: #CCCCCC;
	padding: 8px 0 0 10px;
	list-style: none; cursor: pointer; 
}
.rectanglimage {
	margin: 0 0 1px 0;
	padding: 0px;
	text-decoration: none;
}
.WelcomeHeadline {
	font-size: 110%;
	background-color: #386AA2;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px;
	margin-top: -1px;
	margin-left: -10px;
}
.quoteHome {
	color: #330066;
	text-align: center;
	padding-right: 1.5em;
	letter-spacing: 0.025em;
	margin: 1.5em;
	font: normal 13px/32px "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border: solid black 1px;
}
#boxlist {
	width: 200px;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	border-size: 1px;
	list-style: none;
}
#boxlist li {
	padding: 5px;
	background-color: #D6B0C4;
	margin-top: 10px;
	margin-right: 20px;
	text-indent: 0px;
}
