html { 
  padding:0px;
  margin:0px;
}

body {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000000;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height: 120%;
	background-color: #FFFFFF;
}

p, pre, h1 {
margin:0px 4px 20px 4px;
}

h1 {
	font-size:36px;
	padding-top:10px;
	text-transform:capitalize;
	color: #000000;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 120%;
}
 
pre { 
color: #000000;
font-size: 13px;
background-color:transparent;
font-family: Arial, Helvetica, sans-serif;
line-height: 120%;
}


/* layout positioning */

/* spacers */

#spacer {
width:40px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#spacer2 {
width:40px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#spacer3 {
width:40px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#spacer_small {
width:30px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#spacer_small2 {
width:30px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}


/* containers */

#container {
width:750px;
margin:0px;
padding:0px;
text-align:left;
background-color: transparent;
}

#logo {
width:216px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#container2 {
width:750px;
margin:0px;
padding:0px;
text-align:left;
background-color: transparent;
}

#topbar {
width:708px;
margin:0px;
padding:0px;
float:left;
text-align:left;
background-color: transparent;
}

#container3 {
width:750px;
margin:0px;
padding:0px;
text-align:left;
background-color: transparent;
}

#column1 {
width:185px;
padding:0px;
float:left;
background-color: transparent;
}

#column2 {
width:356px;
padding:0px;
float:left;
background-color: transparent;
overflow:visible;
}

#column3 {
width:80px;
padding:0px;
float:left;
background-color: transparent;
}


/* text styles */

.Subheading_Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	font-style: italic;
	color: #8C8C8C;
}

.Subheading_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	font-style: italic;
	color: #f97a00;
}

.Bold_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	color: #f97a00;
}

.Bold_Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	color: #8C8C8C;
}

.Bold_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
}

.Bold_Black_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

.Italic_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #f97a00;
	font-style: italic;
}

.Italic_Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #8C8C8C;
	font-style: italic;
}

.Italic_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	color: #004b09;
}

.Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #8C8C8C;
}

.Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: #f97a00;
}



/* link styles */

a:link {
	color: #8C8C8C;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	background-color:transparent;
	text-decoration: underline;
	border: 0px;

}

a:visited {
	color: #CCCCCC;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	background-color:transparent;
	text-decoration: underline;
	border: 0px;
}

a:hover {
	color: #f97a00;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	background-color:transparent;
	text-decoration: underline;
}

a:active {
	color: #8C8C8C;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	background-color:transparent;
	text-decoration: underline;
	border: 0px;
}


