* {
 padding: 0;
 margin: 2px 0px 0px 0px;
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt ;
	font-weight: normal;
	background-image:url(images/backg2.gif);
	background-repeat:repeat;
	line-height: normal;
	height: 100%
}
.wrapper {
	width: 850px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background:#ffffcc
}
/* ------------------------ Start Header -----------------*/
.header {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFCC;
	min-height: 80px;
	padding: 15px 15px 0px 0px;
	background-image:url(images/logo-no-brian.jpg);
	border-color:#330000;
 border-left:1px dotted;
 border-right:1px dotted;
}
* html .header {height:80px} /* IE Min-Height Hack */ 
/* ------------------------ End Header -----------------*/

/* ------------------------ Start Nav Bar -----------------*/
.nav-bar {
	background-color: #ececec;
	margin: 0px 0px 0px 0px;
	min-height: 15px;
	padding: 5px;
	border-color:#330000;
 border-left:1px dotted;
 border-right:1px dotted;
	color: #333333;
}
* html .nav-bar {height: 15px} /* IE Min-Height Hack */ 

/* ------------------------ End Nav Bar -----------------*/

/* ------------------------ Start outer content -----------------*/
#outercontent {
 background:#ffffff ;
 width: 822px;
 padding: 13px;
 min-height: 100%;
 margin-bottom: 0px;
 height: auto;
 border-color:#330000;
 border-left:1px dotted;
 border-right:1px dotted;
 overflow: hidden;
}
* html #outercontent {
	height: 100%;
	font-weight: normal;
	background-color: #FFFFFF;
	width: 822px;
	margin-bottom: 0px;
} /* IE Min-Height Hack */ 



/* ------------------------ End outer content -----------------*/

/* ------------------------ Start Columns -----------------*/
#centercolumn {
	background-color: #FFFFCC;
	margin: 0px;
	display: inline;
	padding: 7px;
	width: 600px;
	float: right;
	color: #333333;
	border: 1px dotted #333333;
}
.rightcolumn {
	margin: 0px 0px 13px 0px;
	padding: 5px;
	display: inline;
	width: 180px;
	float: left;
	border: 1px dotted #990000;
	background-color: #ececec;
	font-size: 9pt;
	color: #333333;
	font-weight: lighter;
}
/* ------------------------ End Columns -----------------*/

/* ------------------------ Start Footer -----------------*/
#footer {
	border: 0px solid #330000;
	padding: 0px;
	margin-bottom: 2px;
	background-color: #000000;
	font-weight: normal;
	clear:both;
}
/* ------------------------ End Footer -----------------*/

/* ------------------------ Start googleFooter -----------------*/
#googlefooter {
	padding: 0px;
	margin-bottom: 2px;
	background-color: #ffffff;
	font-weight: normal;
	clear:both;
	border-left:1px dotted;
    border-right:1px dotted;
	border-bottom: 0px solid #330000;
}
/* ------------------------ End googleFooter -----------------*/

h1 {
 font-size: 14pt;
 font-family: Arial; 
 font-weight: lighter;
}
h2 {
	font-size: 13pt;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.float {
 float: left;
 padding: 0px 10px 0px 0px;
}
img {
 border: none;
}
p {
	padding-top: 10px;
	padding-bottom: 5px;
}
.bullet {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
}
.numberlist {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
}
.navtext {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.subsitetitle {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
}
.top-bar {
	background-color: #cccc99;
	margin: 0px 0px 0px 0px;
	min-height: 5px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	border-top: 3px solid #330000;
	border-bottom: 0px solid #330000;
	border-color:#330000;
 border-left:1px dotted;
 border-right:1px dotted;
	vertical-align: middle;
}
.top-bar a:link {
	text-decoration: none;
	color: #0066ff;
}
.top-bar a:visited {
	text-decoration: none;
	color: #0066ff;
}
.top-bar a:hover {
	text-decoration: underline;
	color:#CC0000;
}
.top-bar a:active {
	text-decoration: none;
	color: #0066ff;
}
.footertext {
	font-size: 10pt;
	font-weight: lighter;
	color: #ffffff;
	background-color: #000000;
}
.standardheading {
	font-size: 14pt;
	color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.subheading {
	font-size: 13pt;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bulletrightcolumn {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 15px;
	padding: 5px;
}
.globallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #ffffcc;
	border-color:#330000;
 border-left:1px dotted;
 border-right:1px dotted;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
}
.globallink a:link {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	background-color: #ffffcc;
	border:0px;
}
.globallink a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	background-color: #ffffcc;
	border:0px;
}
.globallink a:hover { 
	color: #669933;
	text-decoration: underline;
	font-size: 9pt;
	background-color: #ffffcc;
	border:0px;
}
.globallink a:active {
	color: #990000;
	text-decoration: underline;
	font-size: 9pt;
	background-color: #ffffcc;
	border:0px;
}
.footerlink a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
.footerlink a:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
.footerlink a:hover {
	color: #669933;
	text-decoration: underline;
	font-size: 10pt;
	background-color: #000000;
	font-weight: normal;
}
hr {
	margin-top: 10px;
}
.insidethebox {
	font-size: 11pt;
	color: #000000;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	border: 1px dotted #990000;
}
.junmpmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	left: auto;
	margin-top: 10px;
	padding-left: 20px;
}
.junmpmenu a:link {
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	left: auto;
	margin-top: 10px;
}
.junmpmenu a:visited {
	color: #666666;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	left: auto;
	margin-top: 10px;
}
.junmpmenu a:hover {
	color: #3366ff;
	text-decoration: underline;
	list-style-position: outside;
	list-style-type: disc;
	left: auto;
	margin-top: 10px;
}
.rightboxtitle {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.imagebullet {
	margin-top: 10px;
	list-style-position: outside;
	list-style-type: disc;
	float: none;
	margin-left: 10px;
}
.imagebulletgreentick {
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(images/green-tick.jpg);
	float: none;
	margin-left: 10px;
}
.top {
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	text-decoration: underline;
	color: #0066ff;
}
a:visited {
	text-decoration: underline;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
	color: #0066ff;
}
a:active {
	text-decoration: underline;
	color: #0066ff;
}
.style21 {
	color: #990000;
	background-color: #e1e1e1;
	font-size: 10pt;
	font-weight: lighter;
	margin: 3px 0px 0px;
	padding: 0px;
}
.style23 {color: #000000}
.style24 {color: #990000}
.style38 {color: #CC0000; font-size: 14pt;}
.style57 {font-size: 9pt}
.style58 {font-size: 12pt}
.style59 {color: #FF0000;
	font-weight: bold;
}

.sidebarindent {
	font-size: 9pt;
	background-color: #ececec;
	margin: 0px;
	padding: 0px;
	width: 180px;
}
.sidebarindent a:link {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	background-color: #ececec;
	width: 180px;
}
.sidebarindent a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	background-color: #ececec;
	width: 180px;
}
.sidebarindent a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 9pt;
	background-color: #669933;
	width: 180px;
}
.sidebarindent a:active {
	color: #990000;
	text-decoration: underline;
	font-size: 9pt;
	background-color: #ececec;
	width: 180px;
}

div.figure {
	float: left; 
	width: 150px;
	padding:0px 5px 0px 0px;
}

img.figure { float: left; margin-right: 10px; border:1px solid #cccccc; }
img.figurebulletlist { float: left; margin-right: 30px; border:1px solid #cccccc; }


.figure p {
font:Arial, Helvetica, sans-serif;
font-size: 9px;
	text-align: center;
	background-color: #fff;
	border: 1px dotted #666;
	padding: 5px;
	margin: 5px 0 0 0;
}


table { 
	border-collapse: collapse;
	width: 90%;
	background-color:#FFFFFF;
}

td,th {
	border: 0px;
	padding: 3px 5px 2px 5px;
	font-size: 11pt;
}
th {
background: url(images/th_bg.png) no-repeat left top;
	color: white;

	text-align: left;
}

tr.alt td {
	background: url(images/td_bg.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
.leftbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ececec;
	width: 180px;
}
.leftbarlink a:link {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	background-color: #ececec;
	width: 180px;
}
.leftbarlink a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
	background-color: #ececec;
	width: 180px;
}
.leftbarlink a:hover {
	color: #990000;
	text-decoration: underline;
	font-size: 10pt;
	background-color: #ececec;
	width: 180px;
}
.leftbarlink a:active {
	color: #990000;
	text-decoration: underline;
	font-size: 10pt;
	background-color: #ececec;
	width: 180px;
}
img.right {
	float: right;
	border:1px solid #cccccc;
	margin-left: 10px;
}

.bulletredpointer {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
	list-style-image: url(images/images/red-pointer.png);
}
.author {

	font-size: 10px;
	color: #999999;
}
.bulletgreentick {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 3px;
	margin-left: 20px;
	padding: 0px;
	list-style-image: url(images/green-tick.jpg);
	font-size: 10pt;
}
.bulletgreenticklarge {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 50px;
	padding: 0px;
	list-style-image: url(images/green-tick.jpg);
	font-size: 11pt;
}
.bulletarticle {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 50px;
	list-style-image: url(images/images/doc-icon.png);
}

.photo img{
border: 1px solid #666;
background-color: #fff;
padding: 0px;
}
.galleryfigure {
float: left;
width: 190px;
margin: 3px 5px;
}
.mainNav a {
color: #000;
font-size: 10pt;
text-decoration: none;
border: 1px dotted #999;
padding: 7px 5px 7px 30px;
display: block;
background-color: #FFFFCC;
background-image:url(images/link.png);
background-repeat:no-repeat;
background-position: left centre;
}
.mainNav a:hover {
background: #d0ef88 url(images/images/light-go.jpg) no-repeat 2px 50%;
}
.submainNav a {
color: #000;
font-size: 9pt;
text-decoration: none;
border: 1px dotted #999;
border-top:none;
padding: 1px 1px 1px 13px;
display: block;
background-color: #FFFFCC;
background-image:url(images/images/gl-link.jpg);
background-repeat:no-repeat;
background-position: left center;
}
.submainNav a:hover {
background: #d0ef88 url(images/images/gl-go.jpg) no-repeat 2px 50%;
}

ul#newglobalNav {
	border-left: 1px dashed #999999;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#newglobalNav li {
	float: left;
	width: 12em;
}

#newglobalNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dashed #999999;
	border-left: none;
	display: block;
	padding: 7px 5px 7px 30px;
	background: #E7E7E7 url(images/link.png) no-repeat left center;
}

#newglobalNav a:hover {
	background: #B2F511 url(images/go.png) no-repeat 5px 50%;
	font-weight: bold;
}

/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;
}

/* styles for the "you are here" buttons */
#home #newglobalNav a#homelink,
#feature #newglobalNav a#featureLink {
	background: #FFFFFF url(images/bg_here.png) no-repeat 5px 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
}

#home #newglobalNav a#homelink:hover,
#feature #newglobalNav a#featureLink:hover {
	color: #B2F511;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html #newglobalNav a {
	height: 1px;
}

.preload {
	background-image:url(images/go.png);
	display: none;
}
.newssnippet {
	width: 175px;
	float: right;
	margin: 10px;
	background: #ffffcc url(images/rounded-corners/snippet-red-bottom-gif-try.gif) no-repeat center bottom;
	padding-bottom:25px;	
}

.newssnippet h3 {
	font-size: 10pt;
	margin: 0;
	text-align: center;
	background:url(images/rounded-corners/snippet-red-top-gif-try.gif) no-repeat center top;
	color:#ffffcc;
	padding:10px 5px 5px;
	font-weight: bold;
}
.newssnippet ul {
	color: #333333;
	font-size: 10pt;
	margin: 0;
	padding: 10px 5px 0 5px;
	border-left:1px dotted #990000;
	border-right:1px dotted #990000;
	background-color: #FFFFFF;
}

.newssnippet li {
	list-style:none;
	background-repeat:no-repeat;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}
/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
* html h2 {
	zoom: 1;
}

* html .newssnippet {
/* double margin bug fix */
	display: inline;
}

/* form box */
#GRSubscribeForm fieldset {
width: 170px; 
border: 0;
}
		
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: 9px;
}
		
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
		


.style60 {font-size: 14pt; color: #FF0000; }
.style61 {font-size: 14pt; color: #990000; font-family: Arial, Helvetica, sans-serif;}
.style63 {
	color: #330000;
	font-size: 9px;
}
.style65 {
	color: #000000;
	font-size: 9pt;
}img.figcenter {
border:1px solid #cccccc;
}
