html, body {height: 100%;	
	margin: 0;
   	padding: 0;
}

img {
	border:none;
}
/* Main Links on Section Pages*/
a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	color: #b62449;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*Sub Menu Links*/
a.two:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.two:visited {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a.two:hover {
	color: #b62449;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Various Headers - NOT USED*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin:0;
	padding:0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin:0;
	padding:0;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #981E32;
	margin:0;
	padding:0;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #004DA5;
	margin:0;
	padding:0;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
}
/* Top Header on Content Pages*/
p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #b62449;
	line-height: normal;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	font-style: normal;
	font-weight: bold;
	}
/* Main Copy on Content Pages*/
p.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: normal;
	font-weight: normal;
	list-style-type: inherit;
	}
/* Bullet and Number Lists*/	
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

/* Notes on Content Pages*/	
p.notes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-style: italic;
	font-weight: normal;
	}
/* Main Sections on Content Pages*/	
p.callout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
	font-style: italic;
	font-weight: bold;
	}
	
.picture {
	float: left;
	margin-right: 10px;
}

/* Section Header Right Hand Side*/
.sectionhd {
	color: #000000;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: bold;
	}

#copy {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	width: 500px;
	height: auto;
}

/* NOT USED*/
ul.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	list-style-type: disc;
	list-style-position: outside;
	padding:0 0 10px 10px;
	margin:0 0 10px 10px;
}

/* NOT USED*/
ol.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	list-style-type: decimal;
	list-style-position: outside;
	padding:0 0 10px 15px;
	margin:0 0 10px 15px;

}



