/* CSS Document */
A  {  font-family: Arial, Helvetica, sans-serif;                  font-style: normal; FONT-WEIGHT: bold; color: #3F9CF3; TEXT-DECORATION: none}


a:link { }

A:visited
   {  }
   
A:hover
   {                                                                                                     COLOR: #003366; }

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 24pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}
p,body,td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #003366;
	left: 150px;
}
.para {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal;                                   text-decoration: none}
.link {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; color: #003366; text-decoration: none}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x:auto; overflow-y:scroll; } 

.BoldOrange14 {font-size: 14pt; font-style: normal; font-weight: bold; color: #FF9900; }
.Orange12     {font-size: 12pt; color: #FF9900; }

.PageBack {
	background-color: #FFF;
}
.SelDark {
	background-color: #003366;
}
.DarkLink {
	color: #003366;
}
.TableDarkCells{
	background-color: #EBEFF5;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.red {
	color: #FF0000;
}

.tighttop {
	margin-top: 0px;
}
.tightbottom {
	margin-bottom: 3px;
}

.roundgreyblock {
	background-color: #EBEFF5;

	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
}

.AppEnabled {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7796B2;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
}
.AppDisabled {
	font-weight: normal;
	color: #999999;
	background-color: #EBEFF5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.external {
	background: url(/images/external.gif) center right no-repeat;
	padding-right: 15px;
}

img.floatRightClear4 {
	float: right;
	clear: right;
	margin-right: 0px;
	margin-left: 4px;
}

img.floatLeftClear10 { 
    float: left; 
    clear: left; 
	margin-left: 0px;
	margin-right: 10px;
}
img.floatRightClear10 {
	float: right;
	clear: right;
	margin-right: 0px;
	margin-left: 10px;
}
img.floatLeft5 {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
img.floatRight10 {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
img.floatRight5 {

	float: right;
	margin-right: 0px;
	margin-left: 5px;
}

.topline {
	background-color: #003366;
	height: 5px;
	border: 2px;
	margin: 0px;
	padding: 0px;
}





/* LAYOUT */


body {
	margin: 0px;
	background-color: #FFF;
	/*background-image:url(../images/white990x10.GIF);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment: fixed; */
	padding-bottom:40px;
}

#LogoColumn {
	width:910px;
	margin:auto;
	position:relative;
	padding:0px;
	border:0px;
	background-color:#FFFFFF;
}


.Banner {
	float:none;
	width:100%;
	height: 30px;
	display:block;
	margin: 0px;
	clear: both;
}

#BreadCrumbColumn{
	width:910px;
	margin:auto;
	border:0px;
	position: relative;
	height: 50px;
	top: 40px;
}
#BreadCrumbTopSpace {
	height: 15px;
}

#ContentColumn {
	width:910px;
	margin:auto;
	border:0px;
	background-color:#FFFFFF;
	position: inherit;
}


#topbar {
	background-color: #FFF;
	width: 100%;
	height: 30px;
}

#logobar {
	width:100%;
	margin:0px;
}





/* #######################################
				FOOTER  */

#footerContainer{
	
	position:fixed;
	width:100%;
	z-index:1000;
	background-position:center bottom;
	background-attachment: fixed;
	padding-top:0px;
	left: 0px;
	bottom: 0px;
	background-color: #036;
}
#footer{
	width:910px;
	margin:auto;
	font-size:10pt;
	background-color:#036;
	color: #FFF;
	height: 40px;
	float: inherit;
}
#facebook{
	width:104px;
	font-size:10pt;
	background-color:#036;
	color: #FFF;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}


/*#footer{ NOT USED
	clear:both;
	padding: 4px 0 20px 0;
	font-size:7pt;
	background-color: #000000;
	color: #666;
	height: 20px;
}*/

.footerTop {
	height:	12px;
	float: left;
	width: 795px;
}
.footerLeft			{
	width:315px;
	float: left;
}
.footerMiddle		{
	float:left;
	width:auto;
	text-align: center;
}
.footerRight		{
	width:480px;
	float: left;
	text-align:right;
}
#footer a 	{color:#fff; text-decoration: none;}
#footer a:hover	{color:#FFF; text-decoration: underline;}


#contactForm .left {
	clear: left;
	float: left;
	width: 90px;
	color: #036;
	font-weight: bold;
}
#contactForm .right {

	clear: none;
	float: left;
	width: 750px;
}
.KacoHilights {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7796B2;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	padding: 2px;
}

.myGridHilights {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #EBEFF5;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
	padding: 2px;
}
#shunttable {
	width: 350px;
	padding: 5px;
	text-align: left;
	padding-left: 30px;
}
#ContentColumn h1 {
	text-align: center;
}
.ProperNoun {
	font-style: italic;
	font-weight: bold;
}
#Content {
	margin: auto;
	width: 810px;
}
