#navcontainer ul
{
	padding-left: 10px;
	margin-left: 0px;
	background-color: #3BBAB3;
	color: White;
	float: left;
	width: 1020px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #3BBAB3;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #9698C8;
color: #000000;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.heading_hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.standard_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.standard_10_bol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.standard_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.standard_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.standard_12_bol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.standard_12_bol_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:#FF0000
}
.standard_12_bol_hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.standard_14_bol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000
	font-style: normal;
}
.standard_16_bol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000
	font-style: normal;
}
.standard_17_bol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#000000
	font-style: normal;
}
.buttonscontainer {
	background-color: #003399;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.buttons a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	padding: 0.2em 1em;
	border-right: 1px solid #fff;
}
.buttons a:hover {
		color: #FFFFFF;
	background-color: #999999;
	display: inline;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 50px;
	padding: 0.2em 1em;
	border-right: 1px solid #fff;
}.mainbutton a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-indent: 5px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	border: 1px;
}
.indented_button a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #EC1B2E;
}
.indented_button a:hover {
	color: #000000;
	background-color: #B2B482;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.indented_last_button a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-indent: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-color: #FFFFFF;
}
.link_button a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 150px;
}
.link_button a:hover {
	color: #000000;
	background-color: #F3AE9F;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 150px;
}
.link_button_small a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 75px;
}
.link_button_small a:hover {
	color: #000000;
	background-color: #F3AE9F;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 75px;
}
.link_button_large a {
	color: #FFFFFF;
	background-color: #EC1B2E;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 125px;
}
.link_button_large a:hover {
	color: #000000;
	background-color: #F3AE9F;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	vertical-align: text-top;
	width: 125px;
}
