body {
	margin: 0;
	padding: 0;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.76em;
}

/* Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { margin: 0; padding:  0 0 0.6em; }
h1 { font-size: 1.6em; }
h2 { padding: 0.6em 0; }
h1, h3, h5 { color: #244d8d; }
h2, h4, h6  { color: #009400; }
h2, h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1em; }

#subRightHeader h1 {
	background: url(../Images/headerBackground.png) no-repeat;
	padding: 8px 0 8px 10px;
	font-weight: normal;
	margin: 0;
}
#middleColumnHeader h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
#pageHeader h1 {
	color: #FFCC00;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	background: #244D8D;
}
#pageHeader h2 {
	color: #97BEFC;
	font-size: 1.3em;
	padding: 0 0 1em 0;
}
#pageHeader h3 {
	color: #FFFFFF;
	padding: 0;
}
#leftColumnHeader h2 {
	margin: 0;
	padding: 10px;
	font-size: 1em;
	color: #333333;
}
#tagline h2 {
	font-size: 1.4em;
	font-style: italic;
	padding: 0;
	margin: 0;
}
#tagline em {
	font-style: italic;
}
#rightColumnHeader h3 {
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	background: #3AAF3A url(../Images/headerGrnRight.png) no-repeat Right;
}
#rightColumnHeader h3 span {
	background: url(../Images/headerGrnLeft.png) no-repeat left;
	height: 30px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#rightColumnContent h4 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
.columnHeader h5 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	color: #3169C2;
	font-weight: bold;
	text-decoration:none;
}
#tagline h2 em {
	color: #244D8D;
}
em {
	color: #009900;
	font-weight: bold;
	font-style: normal;
}
.columnContent p {
	margin: 0;
	padding: 0 0 10px 0;
}
.columnContent a {
	color: #FFFFFF;
}
ul {
	list-style-image: url(../Images/bullet.png);
	padding: 0 0 1em 1.1em;
	margin: 0;
}
.subContentColumnContent ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
.subContentColumnContent ul li {
	padding: 4px 0;
	border-bottom: dotted 1px #3169C2;
}
.subContentColumnContent ul li li {
	padding: 4px 0 4px 6px;
	border-bottom: none;
}
img {
	border: none;
	behavior: url(../pngfix/iepngfix.htc); /* Needed for IE 6 tranparent pngs */
}


/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 10px;
}
table caption {
	text-align: left;
	font-weight: bold;
	color: #244d8d;
}
table th {
	text-align: left;
	text-decoration:none;
}
table th, table td {
	border-bottom: solid 1px #97befc;
}
tr:nth-child(even) {background: #ddeaff}
tr:nth-child(odd) {background: #FFF}


/* Page Headings
-------------------------------------------------------------- */

#header {
	background: #FFFFFF url(../Images/bgHeader.png) repeat-x;
	height: 100px;
	border-bottom: solid 1px #3169C2;
}
#headerLeft {
	float: left;
	padding-top: 29px;
}
#headerRight {
	margin-left: 250px;
	text-align: right;
}
#tagline {
	padding-top: 20px;
	height: 43px;
}


/* Menus
-------------------------------------------------------------- */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	float: left;
	font-size: 1.2em;
	text-align: center;
	display: inline-block;
	height: 37px;
	width: 118px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(../Images/tabRightOff.png) no-repeat right;
}
#menu ul li a span {
	padding-top: 10px;
	height: 27px;
	width: 118px;
	text-align: center;
	float: left;
	cursor: pointer;
	background: url(../Images/tabLeftOff.png) no-repeat left;
}
#menu ul li a:hover {
	background: url(../Images/tabRightOn.png) no-repeat right;
}
#menu ul li a:hover span {
	background: url(../Images/tabLeftOn.png) no-repeat left;
}

#menu ul li a.currentlink {
	background: url(../Images/tabRightCurrent.png) no-repeat right;
	color: #224d8d;
}
#menu ul li a.currentlink span {
	background: url(../Images/tabLeftCurrent.png) no-repeat left;
}


/* Layout
-------------------------------------------------------------- */

#content, #subContent {
	float: left;
	width: 100%;
	padding-top: 6px;
	background: url(../Images/bgContent.png) repeat-x;
}
#subContent {
	background-color: #97BEFC;
	padding-bottom: 6px;
}

#main {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	padding-bottom: 10px;
}

#leftColumn, #middleColumn, #rightColumn {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#leftColumn {
	float: left;
	margin-right: 6px;
	padding-bottom: 1px;
	width: 244px;
	background: #FFFFFF url(../Images/leftColumnBottom.png) no-repeat bottom;
}
#leftColumnHeader {
	background: url(../Images/leftColumnTop.png) no-repeat;
}
#leftColumnContent {
	width: 226px;
	padding: 0 6px 0 10px;
	border-right: solid 1px #97BEFC;
	border-left: solid 1px #97BEFC;
}
#leftColumnContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#leftColumn ul li {
	padding-bottom: 3px;
}
#leftColumn ul li a {
	color: #009900;
	text-decoration: none;
}
#leftColumn ul li a:hover {
	color: #FF6600;
}
#mainColumn {
	float: left;
	width: 710px;
	padding-bottom: 16px;
	background: #FFFFFF url(../Images/subContentBottom.png) no-repeat bottom;
}
#middleColumn {
	float: left;
	color: #FFFFFF;
	width: 388px;
	margin-right: 6px;
	background: #244D8D url(../Images/middleColumnBottom.png) no-repeat bottom;
}
#middleColumnHeader {
	background: url(../Images/middleColumnTop.png) no-repeat;
}
#middleColumnContent {
	text-align: center;
}
#middleColumn a {
	color: #97BEFC;
}

#rightColumn {
	float: left;
	width: 316px;
	background: #FFF url(../Images/rightColumnBottom.png) no-repeat bottom;
}
#rightColumnHeader {
	padding: 6px;
	height: 40px;
	background: url(../Images/rightColumnTop.png) no-repeat;
}
#rightColumnContent {
	padding: 2px 10px 0 10px;
	border-right: solid 1px #97BEFC;
	border-left: solid 1px #97BEFC;
	color: #244d8d;
}

#subRightHeader {
	float: left;
	background: url(../Images/subContentTop.png) no-repeat;
	padding: 10px 11px 0 11px;
	width: 688px;
}
#subRightContent {
	float: left;
	width: 688px;
	padding: 0 10px 10px 10px;
	min-height: 212px;
	height: auto !important;
	height: 212px;
	background: #FFFFFF url(../Images/subContentBg.png) repeat-x bottom;
	border-right: solid 1px #97BEFC;
	border-left: solid 1px #97BEFC;
}
#subRightContent a:hover {
	color: #009900;
}
#subRightContent a.buttonGreen, #subRightContent a.buttonGreen:hover {
	color:#ffffff;
}
.subContentColumn {
	float: right;
	margin-left: 20px;
	width: 250px;
	padding-bottom: 10px;
	font-size: 0.9em;
	background: #DDEAFF url(../Images/subRightColumnBottom.png) no-repeat bottom;
}
.subContentColumnHeader {
	background: url(../Images/subrightColumnTop.png) no-repeat;
	padding: 6px 6px 0 6px;
}
.subContentColumnContent {
	border-right: solid 1px #97BEFC;
	border-left: solid 1px #97BEFC;
	padding: 0 10px 10px 10px;
}

#pageHeader {
	background: url(../Images/pageHeaderBg.png) repeat-x;
	height: 170px;
	width: 100%;
}
#pageHeaderLeft {
	float: left;
	width: 443px;
	height: 150px;
	padding: 10px;
	background: url(../Images/pageHeaderLeft.png) no-repeat;
}
#pageHeaderRight {
	float: right;
	height: 150px;
	width: 205px;
	text-align: right;
	padding: 10px;
	background: url(../Images/pageHeaderRight.png) no-repeat right;
}

#footer {
	padding: 20px 0;
	clear: both;
	float: left;
	width: 100%;
	color: #244D8D;
}
#footerLeft, #footerRight {
	font-size: 0.95em;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

#footerRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerRight ul li {
	float: left;
	padding: 0 6px;
	border-right: solid 1px #97BEFC;
}
#footerRight ul li a {
	color: #244D8D;
	text-decoration: none;
}
#footerRight ul li a:hover {
	text-decoration: underline;
}

/*//// Classes ////*/

.container {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
.highlight {
}
.center {
	text-align: center;
}
a.buttonGreen, a.buttonColumn {
	color: #ffffff;
	height: 26px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a.buttonGreen {
	background: url(../Images/buttonGrnRight.png) no-repeat right;
}
a.buttonGreen span, a.buttonColumn span {
	background: url(../Images/buttonGrnLeft.png) no-repeat left;
	height: 20px;
	padding: 6px 8px 0px 8px;
	display: inline-block;
}
a.buttonGreen span {
	background: url(../Images/buttonGrnLeft.png) no-repeat left;

}
a.buttonColumn {
	background: url(../Images/buttonColumnRight.png) no-repeat right;
}
a.buttonColumn span {
	background: url(../Images/buttonColumnLeft.png) no-repeat left;
}
.leftAlign {
	float: left;
	margin: 0 10px 10px 0;
}
.rightAlign {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
}
.clearfloat {
	clear: both;
	font-size: 0px;
	height: 0px;
}


/* Forms
-------------------------------------------------------------- */

form legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #009400;
}

form fieldset {
	border: solid 1px #97BEFC;
	padding: 0.8em;
}

form label {
	font-weight: bold;
	display: block;
	border-top: dotted 1px #97BEFC;
	padding-top: 0.4em;
}

form em {
	color: #F00;
}


/* Common Classes
-------------------------------------------------------------- */

#columns {
	float: left;
	width: 100%;
}
.column, .columnMiddle {
	float: left;
	width: 316px;
	color: #FFFFFF;
	background: #3169C2 url(../Images/columnTop.png) no-repeat;
}
.columnMiddle {
	margin: 0 6px;
}
.columnHeader {
	padding: 10px;
}
.columnContent {
	padding: 0 10px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: url(../Images/columnBottom.png) no-repeat bottom;
}
div.contentColumn, div.contentColumnLast {
	width: 222px;
	height: 100px;
	padding: 10px 1px;
	float: left;
	text-align: center;
	margin-bottom: 7px;
	background: url(../Images/columnBg.gif) no-repeat left top;
}
div.contentColumn {
	margin-right: 7px;
}
div.contentColumnLast {
	margin-right: 0;
}
div.twoColumn {
	float: left;
	width: 50%;
}
div.threecontentColumnfirst, div.threecontentColumnmid, div.threecontentColumnthird {
	padding:5px;
	float: left
}
div.threecontentColumnfirst {
	width: 20%
}
div.threecontentColumnmid {
	width:45%;
}
div.threecontentColumnthird {
	width:25%;
}
div.twoColumn1 {
	float: left;
	width:100%;
}
.subpagecontentleft {
	padding: 5px;
	width: 450px;
	float: left;
}
.subpagecontentright {
	width: 210px;
	float: left;
	height: 1000px;
	padding-top: 10px;
}
.subpagecontentright img {
	padding-bottom: 10px;
}
.columnleft, .columnright {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 150px;
	border-bottom: dotted 1px #97BEFC;
}
.columnleft:hover, .columnright:hover {
	background: #DEEBFE;
}
.columnleft img, .columnright img {
	border: solid 1px white;
}
.columnleft {
	width: 333px;
	padding-right: 10px;
	border-right: dotted 1px #97BEFC;
}
.columnright {
	width: 334px;
	padding-left: 10px;
}
div.logossmall {
	width: 109px;
	height: 82px;
	padding-left: 1px;
	padding-top: 6px;
	float: left;
	text-align: center;
	margin: 0 4px 3px 0;
	background: url(../images/columnsm.gif) no-repeat left center;
}
.highlight img {
	padding-bottom: 10px;
}
.highlight1{
	text-align: justify;	
}
.highlight1 img {
	float:left;
	padding-bottom: 10px;
	padding-right: 8px;
}
.highlight2 img {
	float:left;
	padding-bottom: 10px;
}
.italic{
	font-style:italic;
}
