<style type="text/css">
	/* 
 * Cascading Style Sheet(CSS 467), for Invision Power Board 2.0.0
 * Original Author: James A. Mathias, admin@leihu.com, http://www.1lotus.com 
 * Original Copyright: 2004 Invision Power Services, all rights reserved 
 * All style attributes in alpha-numeric order starting from 0
 *
 */

/* 
 * ========================================
 * global element styles 
 * ========================================
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body { font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;font-size: 11px;margin: 0px;padding: 0px;text-align: center;color: #000;background-color: #cccccc;background-image: url(style_images/1/bgstripes.gif); }

table,tr,td { font-size: 11px;color: #000;background-color: transparent; }

table{ /* makes all tables 100% wide */
	width: 100%;
}

td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

form { display: inline;margin: 0px;padding: 0px;border: 0px solid #000; }

img { vertical-align: middle;border: 0px solid #000; }

/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a:link,
a:visited,
a:active { text-decoration: underline;color: #000;background-color: transparent; }
a:hover { text-decoration: underline;color: #666;background-color: transparent; }

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the board in you browser view window. 
 * ========================================
 */

#ipbwrapper { text-align: left;/* re_aligns text to left second part of two part MSIE centering workaround */
border: 1px solid #666666;width: 90%;padding: 8px;margin: 20px auto 20px auto;background-color: #FFF; }

/* 
 * ========================================
 * styles for pagination links 
 * ========================================
 */
 

.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast{
	 padding: 1px 3px 1px 3px;font-weight: normal;color: #000;background-color: #f9f9f9;border: 1px solid #999999;
}

.pagelinklast,
.minipagelinklast{
	background: #f9f9f9;
}


.pagecurrent{
	padding: 1px 3px 1px 3px;font-weight: normal;color: #000;background-color: #f9f9f9;border: 1px solid #999999;
}

.minipagelink,
.minipagelinklast{
	padding: 1px 3px 1px 3px;font-size: 10px;font-weight: normal;margin-right: 1px;color: #000;background-color: #f9f9f9;border: 1px solid #999999;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link{
	text-decoration: none;font-weight: normal;color: #000;
}

/* fake button effect for some links */
.fauxbutton { padding: 4px;font-size: 10px;font-weight: normal;color: #000;background-color: #eeeeee;border: 1px solid #333333; }

.fauxbutton a:link,
.fauxbutton a:visited,
.fauxbutton a:active { text-decoration: none;color: #000; }

.forumdesc,
.forumdesc a:link,
.forumdesc a:visited,
.forumdesc a:active,
.forumdesc { font-size: 10px;margin-left: 0px;margin-top: 2px;padding: 0px;line-height: 130%;color: #333;background-color: transparent; }

/* =================================================================================== */
/* =================================================================================== */
/* =================================================================================== */

.searchlite {
	background-color:yellow;
	font-weight:bold;
	color: red;
}

.activeusers { margin: 0px;padding: 1px;color: #000;background-color: #FFF;border: 1px solid #999; }

.activeuserposting a:link,
.activeuserposting a:visited,
.activeuserposting a:active,
.activeuserposting { font-style: italic;text-decoration: none;border-bottom: 1px dotted black; }

fieldset.search{ 
	line-height: 150%;
	padding: 6px; 
}

label{ 
	cursor: pointer; 
}

img.attach{ 
	padding: 11px 2px 2px 2px;background-position: top right;background-repeat: no-repeat;margin-right: 2px;background-color: #fafafa;border: 1px solid #dddddd;background-image: url(style_images/1/click2enlarge.gif);
}

.thumbwrap,
.thumbwrapp,
.fullimagewrap{
	border: 1px solid #333;
	margin: 2px;
}

.thumbwrapp{
	border: 2px solid #666;
}

.fullimagewrap{
	background: #f9f9f9;
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px;
}

.thumbwrap h4,
.thumbwrapp h4{	
	background: #fafafa;
	border: 0 !important;
	border-bottom: 1px solid #666 !important;
	color: #5176B5; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.thumbwrap p,
.thumbwrapp p{
	background: #eee !important;
	border: 0 !important;
	border-top: 1px solid #666 !important;
	margin: 0 !important;
	padding: 5px !important;
	text-align: left;
}

.thumbwrap p.alt,
.thumbwrapp p.alt{
	background: #eee !important;
	margin: 0 !important;
	padding: 5px !important;
	text-align: left;
}

.thumbwrapp p.pin{
	background: #eee !important;
	text-align: center !important;
}
	
.thumbwrap img.galattach,
.thumbwrapp img.galattach{
	background: #FFF url(style_images/1/img_larger.gif) no-repeat bottom right;
	border: 1px solid #333;
	margin: 5px;
	padding: 2px 2px 10px 2px;
}

li.helprow{ 
	margin: 0 0 10px 0;
	padding: 0; 
}

ul#help{ 
	padding: 0 0 0 15px; 
}

.warngood,
.warnbad{ 
	color: #333;
	font-weight: bold;
}

.warnbad{ 
	color: #ddd;
}

#padandcenter{ 
	margin: 0 auto 0 auto;
	padding: 14px 0 14px 0;
	text-align: center;
}

#profilename{ 
	font-size: 28px; 
	font-weight: bold; 
}

#photowrap{ 
	padding: 6px; 
}

#phototitle{ 
	border-bottom: 1px solid #000; 
	font-size: 24px; 
}

#photoimg{ 
	margin: 15px 0 0 0;
	text-align: center; 
} 

#ucpmenu,
#ucpcontent{ 
	background-color: #f9f9f9;border: 1px solid #333; 
	line-height: 150%;
}

#ucpmenu p{ 
	margin: 0; 
	padding: 2px 5px 6px 9px;
}

#ucpmenu a:link, 
#ucpmenu a:active, 
#ucpmenu a:visited{ 
	text-decoration: none; 
}

#ucpcontent{ 
	width: auto;
}

#ucpcontent p{ 
	margin: 0;
	padding: 10px;
}

.activeuserstrip{ 
	padding: 6px;background-color: #eeeeee;
}

/* Topic View elements */
.signature{  
	font-size: 10px;line-height: 150%;color: #339;
}

.postdetails{ 
	font-size: 10px;
	line-height:140%;
}

.postcolor{ 
	font-size: 12px; 
	line-height: 160%;
}

.normalname{ 
	font-size: 12px;font-weight: bold;color: #003;
}

.normalname a:link, 
.normalname a:visited, 
.normalname a:active{ 
	font-size: 12px;
}

.post1,
.bg1{ 
	background: #f9f9f9;
}

.post2,
.bg3{ 
	background: #f5f5f5;
}

.row2shaded,
.post1shaded { background-color: #f1f1f1;border:1px dashed #cccccc;color:#666 }
.row4shaded,
.post2shaded { background-color: #f1f1f1;border:1px dashed #cccccc;color:#666}

.row1{ 
	background: #FFF; 
}

.row2{ 
	background: #FFF; 
}

.darkrow1{ 
	color: #333;background: #eeeeee;
}

.darkrow3{ 
	color: #333;background-color: #f9f9f9;
}

/* tableborders gives the white column / row lines effect */
.plainborder,
.tablefill,
.tablepad{ 
	 padding: 6px;background-color: #f9f9f9;border: 1px solid #cccccc
}

.tablefill,
.tablepad{ 
	padding: 6px;background-color: #f9f9f9;border: 1px solid #cccccc;
}

.tablepad{ 
	border: 0 !important;
}

.wrapmini{ 
	float: left;
	line-height: 1.5em;
	width: 25%;
}

.pagelinks{
	float: left;
	line-height: 1.2em;
	width: 35%;
}

.desc{ 
	font-size: 10px;color: #333;
}

.lastaction
{
	font-size: 10px; 
	color: #434951;
}

.edit{ 
	font-size: 9px;
}

.thin{ 
	padding: 6px 0px 6px 0px;line-height: 160%;margin: 2px 0px 2px 0px;border-top: 1px solid #FFF;border-bottom: 1px solid #FFF;
}

/* =================================================================================== */
/* =================================================================================== */
/* =================================================================================== */

/* 
 * ========================================
 * calendar styles 
 * ========================================
 */
	
.calmonths{ 
	background: #fafafa;
	border: 1px solid #ccc;
	font-size: 18px; 
	font-weight: bold; 
	margin: 5px 0 5px 0;
	padding: 8px;
	text-align: center;
}

.weekday{
	font-size: 14px;
	font-weight: bold;
}

.calmonths a{
	text-decoration: none;
}

.calday,
.calweekday{ 
	text-align: right;font-weight: bold;font-size: 11px;padding: 4px;margin: 0px;color: #777;background-color: #e6e6e6;
}

.calweekday{
	text-align: center;font-weight: bold;font-size: 14px;padding: 6px;margin: 0px;border-right: 1px solid #AAA;color: #000;background-color: #e6e6e6;
}

.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
	background: #eee;
	height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.mcellblank,
.mcelldate,
.mcelltoday{
	height: auto;
}

.cellblank,
.mcellblank{
	background: #ccc;
}

.celltoday,
.mcelltoday{
	border: 2px solid #999;
}

/* 
 * ========================================
 * form styles 
 * ========================================
 */

input,
textarea,
select{
	background: #FFF;
	border: 1px solid #ccc;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

select{
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

input.button{
	margin: 0;
	width: auto;
}

optgroup option{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

.codebuttons{ 
	font-size: 10px;font-family: verdana, helvetica, sans-serif;vertical-align: middle;
}

.textarea,
.searchinput,
.button,
.gobutton{
	font-size: 11px;font-family: verdana, helvetica, sans-serif;vertical-align: middle;padding: 2px;background-color: #FFF;border: 1px solid #666; color: black;
}
	
.button{
	background: #ddd;
}

.gobutton{
	background: transparent;
	border: 0;
	color: #333;
	margin: 0;
	vertical-align: middle;
}

.radiobutton,
.checkbox,
.helpbox { 
	border: 0;
	vertical-align: middle;
}

/* 
 * class.formtable 
 *
 * used for tabled forms 
 * technically tables should not be used for form display 
 * but, in the case of IPB a table is easier to work with
 * for the average webmaster, who has little to no CSS knowledge.
 *
 */

.formtable{
	background: transparent;
}

.formtable td,
.pformleft,
.pformleftw,
.pformright{
	border-top: 1px solid #999;border-right: 1px solid #999;background-color: #f9f9f9;
	border-bottom: 0;
	border-left: 0;
	font-weight: bold;
	margin: 1px 0 0 0;
	padding: 6px;
	width: 25%;
} 

.formtable td.wider,
.pformleftw,
.pformright{
	width: 40%;
}

.formtable td.formright,
.pformright{
	border-right: 0;
	font-weight: normal;
	width: auto;
} 

.formtable td.formtitle,
.formsubtitle{
	background: #fff;
	border: 1px solid #999; 
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}

.formsubtitle{ 
	border: 0;
	color: #333;
	font-weight: bold;
	padding: 5px;
}

.formtable td.formstrip{
	background: #eee;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
}


.quotetop{
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 3px;
	background-color:ddd;
	background-image: url(style_images/1/css_img_quote.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: 2px solid #fff;
}

.quotemain{
	font-family: Courier, Courier New, Verdana, Arial; 
	color: #465584;
	background-color: #eee;
	border-left: 2px solid #ccc;
	border-right: 2px solid #fff;
	/*border-top: 1px dotted #000;*/
	border-bottom: 2px solid #fff;
	padding: 4px;
	margin: 0px auto 8px auto;
}

.codetop,
.sqltop,
.htmltop{
	color: #000;
	margin: 8px auto 0px auto;
	font-weight:bold;
	font-size:10px;
	padding: 3px;
	background-color:#ddd;
	background-image: url(style_images/1/css_img_code.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: 2px solid #fff;
}

.codemain,
.sqlmain,
.htmlmain{
	font-family: Courier, Courier New, Verdana, Arial; 
	color: #465584;
	background-color: #eee;
	border-left: 2px solid #ccc;
	border-right: 2px solid #fff;
	/*border-top: 1px dotted #000;*/
	border-bottom: 2px solid #fff;
	padding: 4px;
	margin: 0px auto 8px auto;
}



#QUOTE,{  
	white-space:normal; font-family: Verdana, Arial; font-size: 11px; color: #555; background-color: #f9f9f9; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px
}

#CODE{ 
	white-space:normal; font-family: Courier, Courier New, Verdana, Arial;  font-size: 11px; color: #555; background-color: #f9f9f9; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px 
}

/* 
 * ========================================
 * All New Styles 
 * ========================================
 */
.cleared{
	clear: both;
}

.googlewrap {
	background: #F0F0F0; 
	border: 1px solid #333;
	padding: 0; 
	margin: 0; 
}

.googlefieldwrap{
	background: #FFFFFF;
	border: 1px solid #000;
	margin: 1px;
	padding: 1px;
	text-align: left;
}

.googlebuttonwrap{
	background: #FFFFFF;
	border: 1px solid #000;
	margin: 1px;
	padding: 1px;
	text-align: center;
}

.hottopicadwrap {
	background: #ECF8FF; 
	border: 1px solid #333;
	padding: 2px; 
	margin: 2px; 
	font-size: 10px;
	font-weight: normal; 
	line-height: normal;
}

.houseadwrap {
	background: #ECF8FF; 
	border: 1px solid #333;
	font-size: 11px;
	font-weight: bold; 
	line-height: 140%;
	padding: 0; 
	margin: 0; 
	font-family: Verdana, Arial;
}

.houseadfieldwrap{
	background: #FFFFFF;
	border: 1px solid #000;
	margin: 1px;
	padding: 1px;
	text-align: left;
}

.houseadbuttonwrap{
	background: #FFFFFF;
	border: 1px solid #000;
	margin: 1px;
	padding: 1px;
	text-align: center;
}


.borderwrap,
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #FFF; 
	border: 1px solid #333;
	padding: 0; 
	margin: 0; 
}

.borderwrapm{
	margin: 5px;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse{
	background: transparent url(style_images/1/tile_cat.gif);
	color: #FFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px 3px 3px 3px;
}

.maintitlecollapse{
}

.maintitle p,
.maintitlecollapse p,
.formsubtitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited{ 
	background: transparent;
	color: #FFF;
	text-decoration: none; 
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active{ 
	background: transparent;
	color: #F1F1F1;
}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: transparent url(style_images/1/tile_sub.gif);
	color: #333; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 5px; 
}

.subtitlediv{
	text-align: right;
}

.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited, 
.subtitlediv a:visited, 
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover{ 
	background: transparent;
	color: #333;
	text-decoration: none; 
}

.borderwrap h4{
	background: #cccccc;
	border: 1px solid #FFF;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #666666; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: #F9F9F9;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

td.formbuttonrow,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #f9f9f9 !important; 
	border: 1px solid #FFF;
	border-top: 1px solid #fff;
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
}

td.formbuttonrow{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.borderwrap p.formbuttonrow1{
	background: #F9F9F9 !important;
	border: 0;
	border-top: 1px solid #CCC;
}

.bar,
.barb,
.barc{
	background: #F9F9F9;
	border: 1px solid #FFF;
}

.barc{
	border-bottom: 0;
}

.bar p,
.barb p,
.barc p{
	background: transparent;
	border: 0;
	color: #222;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align: left;
}

.barb p{
	text-align: right;
}

.bar p.over,
.bar p.overs,
.barc p.over,
.barc p.overs{
	float: right;
}

.barb p.over,
.barb p.overs{
	float: left;
}

.bar p.overs,
.barb p.overs,
.barc p.overs{
	position: relative;
	top: 5px;
}

.catend{
font-size: 1px;height: 14px;color: #000;background-image: url(style_images/1/tile_sub.gif);
}

.newslink{
border-bottom: 1px solid #666;border-left: 1px solid #666;border-right: 1px solid #666;border-top: 1px solid #666;font-size: 10px;margin: 0px;color: #222;padding:0px;background-color: #f9f9f9;
}

.newslink td{
font-size: 10px;padding:0px 4px 0px 4px;
}

.newslink span{
font-style: italic;font-weight: normal;color: #333;padding:0px;background-color: transparent;
}

.newslink input{
font-size: 10px;vertical-align: middle;color: #333;padding:0px;background-color: #FFF;border: 1px solid #999;
}

.newslink input.button{
vertical-align: middle;padding:0px;color: #333;background-color: transparent;border: 0px solid #999;padding:0px
}

.fieldwrap{
	background: #F9F9F9;
	border: 1px solid #CCC;
	border-top: 0;
	margin: 5px;
	padding: 0;
	text-align: left;
}

.fieldwrap h4{
	background: #EEE;
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;
	color: #444; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap,
#pmnotewrap{
	background: #f9f9f9;
	border: 1px solid #999;
	border-top: 0;
	margin: 5px;
	padding: 0;
}

#pmnotewrap{
	line-height: 135%;
	margin: 0 0 5px 0;
}

.errorwrap h4,
#pmnotewrap h4{
	background: #eee;
	border: 1px solid #999;
	border-left: 0;
	border-right: 0;
	color: #666; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap p,
#pmnotewrap p{
	background: transparent;
	border: 0;
	color: #666;
	margin: 0;
	padding: 8px;
}

#pmnotewrap p.pmavatar{
	float: left;
}

#pmnotewrap p.pmnotefoot{
	background: #eee;
	border-top: 1px solid #999;
	text-align: right;
}

#pmnotewrap a:link, 
#pmnotewrap  a:visited{ 
	background: transparent; 
	color: #666; 
	text-decoration: underline;
}

#pmnotewrap a:hover, 
#pmnotewrap a:active{
	background: transparent; 
	color: #666; 
	text-decoration: none;
}

.ruleswrap{
	background: #f9f9f9;
	border: 1px solid #999;
	color: #666; 
	margin: 5px 0 5px 0;
	padding: 5px;
}

#redirectwrap{
	background: #f9f9f9;
	border: 1px solid #999;
	margin: 200px auto 0 auto;
	text-align: left;
	width: 500px;
}

#redirectwrap h4{
	background: #eee;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#redirectwrap p{
	margin: 0;
	padding: 5px;
}

#redirectwrap p.redirectfoot{
	background: #eee;
	border-top: 1px solid #999;
	text-align: center;
}


#gfooter{
	background: #f9f9f9;
	margin: 5px 0 5px 0;
	padding: 0;
	width: 100%;
border:1px solid #666666;
}

#gfooter td{
	color: #333;
	font-size: 10px;
	padding: 4px;
}

#gfooter a:link,
#gfooter a:visited{
	color: #333;
}

#logostrip { margin: 0px;padding: 0px;background-color: #f9f9f9;border: 1px solid #333333;background-image: url(style_images/1/header_tile.gif); }

#logographic { background-position: left;background-repeat: no-repeat;cursor: pointer;height: 52px;margin: 0px;padding: 0px;background-color: transparent;background-image: url(style_images/1/logo4.gif); }

#submenu{ 
	border-bottom: 0px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;font-size: 10px;font-weight: bold;margin: 0px;padding: 5px 0px 5px 0px;color: #333333;background-color: #F9F9F9;
}

#userlinks,
#userlinks { border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;background-color: #f9f9f9;padding: 2px 3px 2px 3px; }

#userlinksguest { border-bottom: 1px solid #ECF8FF;border-left: 1px solid #ECF8FF;border-right: 1px solid #ECF8FF;background-color: #ECF8FF; }

#submenu p,
#userlinks p,
#userlinksguest p{
	background: transparent !important;
	border: 0 !important;
	font-size: 12px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 2px 3px 2px 3px; 
	text-align: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

#submenu p.home,
#userlinks p.home,
#userlinksguest p.home{
	float: left;
}

#userlinksguest p.pcen{
	text-align: center;
}

#submenu a:link, 
#submenu  a:visited, 
#submenu a:active { font-weight: bold;font-size: 10px;margin: 0px;padding: 5px;text-decoration: none;color: #333333;background-color: transparent; }

#submenu a:hover {  font-weight: bold;font-size: 10px;margin: 0px;padding: 5px;text-decoration: none;color: #333333;background-color: #eee; }

#navstrip { font-size: 12px;font-weight: bold;padding: 6px 0px 6px 0px;color: #999;background-color: #FFF; }

#navstrip a:link, 
#navstrip  a:visited, 
#navstrip a:active { text-decoration: none;color: #222;background-color: transparent; }

#navstrip a:hover { text-decoration: none;color: #444;background-color: transparent; }

.toplinks { margin: 0px;padding: 0px 0px 5px 0px;text-align: right;color: #000;background-color: transparent; }
.toplinks span { border-bottom: 0px solid #666;border-left: 1px solid #666;border-right: 1px solid #666;border-top: 1px solid #666;font-size: 10px;margin-right: 10px;padding: 5px;color: #000;background-color: #f9f9f9; }


.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif;font-size: 11px;line-height: 12px; }

/* 
 * ========================================
 * print page styles 
 * ========================================
 */

#print{
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	width: 85%;
}

#print h1,
#print h2,
#print h3,
#print h4,
#print p{
	color: #036;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px;
}

#print h2,
#print h3,
#print p{
	border-bottom: 1px solid #999;
	font-size: 11px;
	font-weight: normal;
}

#print h3{
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#print h4{
	background: #F9F9F9;
	font-size: 11px;
}

#print p{
	margin: 0 0 5px 0;
	padding: 10px;
}

#print p.printcopy{
	border: 0;
	color: #000;
	text-align: center;
}

</style> 