/* Reset default margins and padding to zero */
h1, h2, h3, h4, h5, h6 {
  	margin: 0;
  	padding: 0;
} 

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
}

#layout {
	overflow-y: auto;
	overflow-x: hidden;
	width: 940px;
	float: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: white;
}
.lineHeightDefault {
  line-height: auto;
}

.lineHeightSingle {
  line-height: 1;
}

.lineHeightOnetwofive {
  line-height: 1.5;
}

.lineHeightOnefive {
  line-height: 1.75;
}

.lineHeightDouble {
  line-height: 2;
}

#companyname {
	overflow: hidden;
	padding: 5px;
	width: 950px;
}
#companyslogan {
	overflow: hidden;
	width: 950px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*standard*/
.companyname {
	font-size: 24pt;
	color: #991818;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.companyslogan {
	font-size: 14pt;
	color: #333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.clearfix {
	clear: both;
}
#right_col {
	width: 389px;
	float: right;
	overflow: hidden;
}
#content_wrapper {
	overflow: hidden;
	width: 950px;
}

#globaltext {
	overflow: hidden;
	padding: 5px;
}
#globaltext2 {
	overflow: hidden;
	padding: 5px;
}
#globaltext3 {
	overflow: hidden;
	padding: 5px;
}
#pageleveltext {
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pageleveltext2 {
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#pageleveltext3 {
	overflow: hidden;
	padding: 5px;
}

h1 {
	font-size: 18pt;
	color: #56a5b6;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 16pt;
	color: #c70101;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 14pt;
	color: #000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-size: 12pt;
	color: #56a5b6;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h5 {
	font-size: 11pt;
	color: #c70101;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h6 {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.customheader1 {
	font-size: 18pt;
	color: #333;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.customheader2 {
	font-size: 18pt;
	color: #666;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#footer {
	font-size: 10pt;
	color: #FFF;
	background-color: #b60101;
}
#footer a{
	color: #FFF;
	}
#globaltext {
	font-size: 10pt;
	color: #000;
}
#globaltext2 {
	font-size: 10pt;
	color: #000;
}
#globaltext3 {
	font-size: 10pt;
	color: #000;
}
#globaltext4 {
	font-size: 10pt;
	color: #000;
}
#pageleveltext {
	color: #000;
	font-size: 10pt;
}
#pageleveltext2 {
	font-size: 10pt;
	color: #000;
}
#pageleveltext3 {
	font-size: 10pt;
	color: #000;
}
#pageleveltext4 {
	font-size: 10pt;
	color: #000;
}

.gtf4_container {
	background-color: #a5eefe;
}

.pagetitle {
 line-height: auto;
 color: #000000;
 font-size: 18pt;
 font-family: Arial , Helvetica , sans-serif;
}
a:link {
 line-height: auto;
 color: #000000;
}
a:visited {
 line-height: auto;
 color: #000000;
}
a:active {
 line-height: auto;
 color: #000000;
}
a:hover {
 line-height: auto;
 color: #FF0000
}



.customheader1 {
 line-height: auto;
 font-family: Times New Roman , Times , serif;
}
.sectiontitle {
 line-height: auto;
}






#footer, #footer a {
    background-color: transparent;
    color: white;
    font-size: 10pt;
}

.styleNav:link {
    color: white; 
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}
.styleNav:visited {
	color: white;
}
.styleNav:active {
	color: orange;
}
.styleNav:hover {
     color: yellow;
}