/* CSS Document */



/* START body styles _________________________________________________________ */
body {
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* END body styles _________________________________________________________ */


/* START frame styles _________________________________________________________ */
#frame {
	text-align: left;
	width: 740px;
	margin: 10px auto;
	height: auto;
	overflow: visible;
	display: table;
}
/* END frame styles _________________________________________________________ */

/* START header styles _________________________________________________________ */
#header {
	width: 740px;
	float: left;
	background-image: url(../images/frame/middle_full.gif);
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	
}

/* END header styles _________________________________________________________ */

/* START header top styles _________________________________________________________ */
#header-top {
	width: 740px;
	float: left;
	background-image: url(../images/frame/top_full.gif) ;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	display: inline;
	font-size:0;
	line-height: 0;
   
	
}
/* END header top styles _________________________________________________________ */

/* START masthead styles _________________________________________________________ */
#mast-head {
	width: 720px;
	text-align: left;
	float: left;
	background-image: url(../images/index_main/masthead_full.gif);
	background-repeat: no-repeat;
	height: 57px;
	margin: 10px 10px 0 10px;
	padding: 0;
	display: inline;
}
dl.logo {
	padding: 0;
	margin: 0;
}	
dl.logo dd { 
	display: none; 
}
dl.logo dt {
	text-indent: -10000px;
	display: block;
	width: 191px;
	height: 25px;
	margin: 10px 0 0 0;	
}
dl.logo dt a#f1 {
	display: block;
	width: 191px;
	height: 25px;
}	
dl.logo dt a#f1 {
	background: url(../images/main_nav/logo.gif) no-repeat;
}
/* END mast-head styles _________________________________________________________ */

/* START navigation styles _________________________________________________________ */

#navigation {
	width: 538px;
	text-align: left;
	height: 17px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#navigation ul  {
	position: relative;
	width:538px;
	height:17px;
	background-image: url(../images/main_nav/nav.gif);
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top:0;
}
#navigation ul li, #navigation a {
	display:block;
	height:17px;
	border-bottom:0;
}
#navigation ul li a {
	text-indent:-9999px;
	text-decoration:none;
}
#n1 {left:0; top:0; width:67px;}
#n2 {left:67px; top:0; width:64px;}
#n3 {left:131px; top:0; width:88px;}
#n4 {left:219px; top:0; width:68px;}
#n5 {left:287px; top:0; width:79px;}

#n1 a:hover {background: transparent url(../images/main_nav/nav.gif) 0 -17px no-repeat;border-bottom:0;}
#n2 a:hover {background: transparent url(../images/main_nav/nav.gif) -67px -17px no-repeat;border-bottom:0;}
#n3 a:hover {background: transparent url(../images/main_nav/nav.gif) -131px -17px no-repeat;border-bottom:0;}
#n4 a:hover {background: transparent url(../images/main_nav/nav.gif) -219px -17px no-repeat;border-bottom:0;}
#n5 a:hover {background: transparent url(../images/main_nav/nav.gif) -287px -17px no-repeat;border-bottom:0;}

#n1a {left:0px; width:67px; background: transparent url(../images/main_nav/nav.gif) 0 -34px no-repeat;}
#n2a {left:67px; width:64px; background: transparent url(../images/main_nav/nav.gif) -67px -34px no-repeat;}
#n3a {left:131px; width:88px; background: transparent url(../images/main_nav/nav.gif) -131px -34px no-repeat;}
#n4a {left:219px; width:68px; background: transparent url(../images/main_nav/nav.gif) -219px -34px no-repeat;}
#n5a {left:287px; width:79px; background: transparent url(../images/main_nav/nav.gif) -287px -34px no-repeat;}

/* END navigation styles _________________________________________________________ */

/* START global styles _________________________________________________________ */
#global {
	width: 182px;
	text-align: left;
	height: 17px;
	float: left;
	margin:0;
	padding: 0;
	border:0;
}
#global ul {
	position: relative;
	width:182px;
	height:17px;
	background-image: url(../images/main_nav/subnav.gif);
	margin: 0;
	padding: 0;
}
#global ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top:0;
	
}
#global ul li, #global a {
	display:block;
	height:17px;
	border-bottom:0;
}
#global ul li a {
	text-indent:-9999px;
	text-decoration:none;
}

#g1 {left:0; top:0; width:63px;}
#g2 {left:63px; top:0; width:119px;}

#g1 a:hover {background: transparent url(../images/main_nav/subnav.gif) 0 -17px no-repeat; border-bottom: 0;}
#g2 a:hover {background: transparent url(../images/main_nav/subnav.gif) -63px -17px no-repeat; border-bottom: 0;}


#g1a {left:0px; width: 63px; background: transparent url(../images/main_nav/subnav.gif) 0 -17px no-repeat;}
#g2a {left:63px; width:119px; background: transparent url(../images/main_nav/subnav.gif) -63px -34px no-repeat;}

/* END global styles _________________________________________________________ */

/* START header bottom styles _________________________________________________________ */
#header-bottom {
	width: 740px;
	text-align: left;
	float: left;
	background-image: url(../images/frame/bottom_full.gif);
	background-repeat: no-repeat;
	font-size:0;
	line-height: 0;
	height: 9px;
}
/* END header bottom styles _________________________________________________________ */

/* START wrap styles _________________________________________________________ */

#wrap {
	text-align: left;
	width: 740px;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}
/* END wrap styles _________________________________________________________ */


/* START full background styles _________________________________________________________ */
#full-background {
	width: 740px;
	float: left;
	background-image: url(../images/frame/middle_full.gif);
}
/* END full background styles _________________________________________________________ */

/* START full top styles _________________________________________________________ */
#full-top {
	width: 740px;
	float: left;
	background-image: url(../images/frame/top_full.gif);
	background-repeat: no-repeat;
	height: 9px;
	display: inline;
	font-size:0;
	line-height: 0;
}
/* END full top styles _________________________________________________________ */

/* START flash styles _________________________________________________________ */
#flash {
	width: 720px;
	float: left;
	background-image: url(../images/frame/middle_full.gif);
	height: 150px;
	margin: 0px 10px 0px 10px;
	display: inline;
}
/* END flash styles _________________________________________________________ */

/* START full bottom styles _________________________________________________________ */
#full-bottom {
	width: 740px;
	text-align: left;
	float: left;
	background-image: url(../images/frame/bottom_full.gif);
	background-repeat: no-repeat;
	height: 9px;
    font-size:0;
	line-height: 0;
}
/* END full bottom styles _________________________________________________________ */

/* START background styles _________________________________________________________ */
#background {
	width: 548px;
	float: left;
	background-image: url(../images/frame/middle_index.gif);
	font-size:0;
	line-height: 0;
	
}
/* END background styles _________________________________________________________ */

/* START top-index styles _________________________________________________________ */
#top-index {
	width: 548px;
	float: left;
	background-image: url(../images/frame/top.gif);
	height: 9px;
	background-position: top;
	background-repeat: no-repeat;
	font-size:0;
	line-height: 0;
}
/* END top-index styles _________________________________________________________ */

/* START content styles _________________________________________________________ */
#content {
	width: 528px;
	float: left;
	border: solid #666666 1px;
	margin: 0px 9px 0px 9px;
	display: inline;
}
/* END content styles _________________________________________________________ */

/* START title styles _________________________________________________________ */
#title {
	background: #FFFFFF;
	width: 497px;
	text-align: left;
	float: left;
	border-bottom: 1px dotted #333333;
	margin: 15px;
	padding: 0;
	display: inline;
}
#title h1 {
	font-size: 24px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	color: #ff9933;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 0px 15px 0px;
	border: 0;
}
#title h2 {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 15px 15px 0px;
	border: 0;
}
/* END title styles _________________________________________________________ */

/* START body copy styles _________________________________________________________ */
#body {
	width: 313px;
	text-align: left;
	float: left;
	padding: 0;
	margin: 10px 15px 15px 15px;
	display: inline;
}
#secondary-body {
	width: 365px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#privacy {
	width: 400px;
	text-align: left;
	float: left;
	padding: 0;
	margin: 0;
}
#body h1, #secondary-body h1, #privacy h1 {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 0px 8px 0px;
}
#body h2, #secondary-body h2, #privacy h2 {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ff9933;
	text-decoration: none;
	margin: 5px 0px 8px 0px;
}
#body h3, #secondary-body h3, #privacy h3 {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
	line-height: 17px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	width: 357px;
	border-bottom: 1px dotted #666666;
	height: 18px;
}
#body h4, #secondary-body h4, #privacy h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin: 15px 0px 0px 0px;
}
#body h5, #secondary-body h5, #privacy h5 {
	font-size: 9px;
	padding-top: 0px;
	color: #666666;
	line-height: 10px;
	margin: 3px 0px 3px 0px;
	font-weight: normal;
}
#body h5 a, #secondary-body h5 a, #privacy a {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#body h5 a:hover, #secondary-body h5 a:hover, #privacy h5 a:hover {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#body h6, #secondary-body h6, #privacy h6 {
	font-size: 18px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px 0px 8px 0px;
}
#body p, #secondary-body p, #privacy p {
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
}
#body p a, #secondary-body p a, #privacy p a {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #ff9933;
	text-decoration: none;
}
#body p a:hover, #secondary-body p a:hover, #privacy p a:hover {
	font-size: 10px;
	font-style: normal;
	color: #ff9933;
	text-decoration: underline;
}
#secondary-body ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 10px;
	list-style-type: none;
	list-style-position: inside;
}
#secondary-body li {
	font-size: 10px;
	color: #999999;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
#secondary-body li a {
	text-decoration: none;
	color: #ff9933;
}
#secondary-body li a:hover {
	text-decoration: underline;
	color: #ff9933;
}
/* END body copy styles _________________________________________________________ */

/* START portfolio styles _________________________________________________________ */
#portfolio-nav {
	width: 365px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #E0E0E0;
}
#portfolio {
	width: 365px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#portfolio-more {
	width: 365px;
	text-align: right;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#portfolio-more img {
	padding: 5px;
	margin: 0px;
}
#portfolio-nav p {
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px 0px 3px 0px;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}
#portfolio-nav p a {
	font-size: 9px;
	font-style: normal;
	color: #88807F;
	text-decoration: none;
	font-weight: normal;
}
#portfolio-nav p a:hover {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
/* END portfolio styles _________________________________________________________ */

/* START news styles _________________________________________________________ */
#news {
	width: 167px;
	text-align: left;
	float: right;
	border-left: 1px dotted #333333;
	margin: 10px 15px 15px 0px;
	padding: 0;
	display: inline;
}
#news h1 {
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ff9933;
	text-decoration: none;
	margin: 0px 0px 8px 15px;
	font-variant: normal;
}
#news h2 {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin: 15px 0px 0px 15px;
	padding: 0;
}
#news p {
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
}
#news a {
	font-size: 9px;
	font-style: normal;
	color: #ff9933;
	text-decoration: none;
	background-image: url(../images/icons/arrow_orange.gif);
	padding: 0 0px 0 20px;
	margin: 0;
	background-position: 0;
	background-repeat: no-repeat;
}
#news a:hover {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: underline;
}
#news a:visited {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: none;
}
/* END news styles _________________________________________________________ */

/* START bottom-index styles _________________________________________________________ */
#bottom-index {
	width: 548px;
	float: left;
	background-image: url(../images/frame/bottom.gif);
	height: 9px;
	background-position: bottom;
	background-repeat: no-repeat;
}
/* END bottom-index styles _________________________________________________________ */

/* START side column styles _________________________________________________________ */
#sidecolumn {
	width: 172px;
	text-align: left;
	float: right;
	margin: 10px;
	border: 0;
}
#sidecolumn p {
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px;
}
#sidecolumn h1 {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
	font-variant: normal;
}
#sidecolumn h1 strong {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
	margin: 0;
	font-variant: normal;
}
#sidecolumn h2 {
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}
#sidecolumn h3 {
	font-size: 9px;
	color: #ff9933;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 10px;
	font-weight: normal;
}
#sidecolumn p {
	font-size: 9px;
	color: #999999;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 1px;
}
#sidecolumn a {
	font-size: 9px;
	font-style: normal;
	color: #ff9933;
	text-decoration: none;
	background-image: url(../images/icons/arrow_gray_graybg.gif);
	padding: 0px 0px 0px 20px;
	margin: 0;
	background-position: 0;
	background-repeat: no-repeat;
}
#sidecolumn a:hover {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: underline;
}
#sidecolumn a:visited {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: none;
}
.index-callout {
	width: 172px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #999999;
}
/* END side column styles _________________________________________________________ */


/* START secondary nav styles _________________________________________________________ */
#secondary-nav {
	width: 155px;
	text-align: left;
	float: left;
	padding: 0px 10px 15px 10px;
	margin: 0;
}
#navcontainer {
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}
#secondary-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
}
#secondary-nav li {
	border-bottom: 1px solid #999;
	margin: 0;
	padding:0;
}
#secondary-nav li a {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	width: 145px;
}
html>body #secondary-nav li a { 
	width: auto; 
}
#secondary-nav li a:hover {
	background-color: #A9CF90;
	color: #666666;
}
#secondary-nav ul ul li {
	border-bottom: 1px solid #FFFFFF;
	border-top: 0;
	margin: 0;
	padding:0;
}
#secondary-nav ul ul li a {
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #CBE4BB;
	color: #666666;
	text-decoration: none;
	margin:0;
}
#secondary-nav ul ul li a:hover {
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #CBE4BB;
	color: #000000;
	text-decoration: none;
	margin:0;
}
#secondary-nav #selected {
	background-color: #A9CF90;
	color: #666666;
}
#secondary-nav #sub-selected {
	display: block;
	padding: 5px 0px 5px 10px;
	background-color: #CBE4BB;
	color: #000000;
	margin: 0;
	text-decoration: none;
}
/* END secondary nav styles _________________________________________________________ */

/* START secondary title styles _________________________________________________________ */
#secondary-title {
	width: 710px;
	text-align: left;
	float: left;
	padding: 10px;

}
#secondary-title h1 {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	color: #ff9933;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 0px 15px 15px;
	border: 0;
}
#secondary-title h1 Strong {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 0px 15px 0px;
	border: 0;
}
#secondary-title h2 {
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 15px 15px 0px;
	border: 0;
}
/* END secondary title styles _________________________________________________________ */

/* START right styles _________________________________________________________ */
#right {
	width: 565px;
	text-align: left;
	float: right;
}
/* END right styles _________________________________________________________ */

/* START side column styles _________________________________________________________ */
#side {
	width: 168px;
	text-align: left;
	float: right;
	padding: 0px 10px 15px 10px;
	margin: 0px 0px 0px 10px;
	border-left: 1px dotted #999999;
}
#side h1 {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
	font-variant: normal;
}
#side h1 strong {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
	margin: 0;
	font-variant: normal;
}
#side h2 {
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}
#side h3 {
	font-size: 9px;
	color: #ff9933;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 10px;
	font-weight: normal;
}
#side p {
	font-size: 9px;
	color: #999999;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	margin: 0px 0px 5px 1px;
}
#side a {
	font-size: 9px;
	font-style: normal;
	color: #ff9933;
	text-decoration: none;
	background-image: url(../images/icons/arrow_orange.gif);
	padding: 0px 0px 0px 20px;
	margin: 0;
	background-position: 0;
	background-repeat: no-repeat;
}
#side a:hover {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: underline;
}
#side a:visited {
	font-size: 9px;
	font-style: normal;
	line-height: 14px;
	color: #ff9933;
	text-decoration: none;
}
.input {
	font-size: 10px;
	color: #333333;
	width: 120px;
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
}
.callout {
	width: 168px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #999999;
}
.callout-empty {
	width: 168px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.callout-noline {
	width: 168px;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
	border-top: 1px dotted #999999;
	
}
/* END side column styles _________________________________________________________ */

/* START privacy styles _________________________________________________________ */

#privacy {
	width: 400px;
	text-align: left;
	float: left;
	padding: 0;
	margin: 10px 15px 15px 15px;
}
#privacy h1 {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	margin: 0px 0px 8px 0px;
}
#privacy h2 {
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ff9933;
	text-decoration: none;
	margin: 5px 0px 8px 0px;
}
#privacy h3 {
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
	line-height: 17px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	width: 357px;
	border-bottom: 1px dotted #666666;
	height: 18px;
}
#privacy h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin: 15px 0px 0px 0px;
}
#privacy h5 {
	font-size: 9px;
	padding-top: 0px;
	color: #666666;
	line-height: 10px;
	margin: 3px 0px 3px 0px;
	font-weight: normal;
}
#privacy h5 a {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#privacy h5 a:hover {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#privacy h6 {
	font-size: 18px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px 0px 8px 0px;
}
#privacy p {
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
}
#privacy p a {
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #ff9933;
	text-decoration: none;
}
#privacy p a:hover {
	font-size: 10px;
	font-style: normal;
	color: #ff9933;
	text-decoration: underline;
	
}
/* End privacy styles _________________________________________________________ */

/* START footer styles _________________________________________________________ */
#footer {
	width: 740px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}
#footer p {
	font-size: 9px;
	color: #333333;
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-align: left;
}
#footer p a {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#footer p a:hover {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#footer p a:visited {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* END footer styles _________________________________________________________ */
