html, body	{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#333;
	overflow-x:hidden;
}

h1	{
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
	background-color:#ec008c;
	margin:0px;
	padding:8px 10px 8px 10px;
	display:block;
	width:100%;
}

h2	{
	font-size:11pt;
	font-weight:bold;
	color:#FFF;
	background-color:#00aeef;
	margin:0px;
	padding:8px 10px 8px 10px;
}

h3	{
	font-size:12pt;
	font-weight:bold;
	color:#00aeef;
}

h4	{
	text-transform:lowercase;
	color:#FFF;
	background-color:#ec008c;
	padding:8px;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

a	{
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

hr	{
	border-style:solid none none none;
	border-width:2px;
	border-color:silver;
	margin-top:20px;
}

input, select, textarea {
	padding:5px;
	margin:2px 0px 2px;
	padding-right:15px;
	border-width:2px;
	border-style:solid;
	border-color:silver;
	color:#555;
	font-size:10pt;
	font-family:Tahoma, arial, helvetica, sans-serif;
}

a#button, a#back_button	{
	line-height:30px;
}

#button, #back_button	{
	background-color:#ec008c;
	border-style:none;
	text-transform:lowercase;
	color:#FFF;
	font-size:10pt;
	font-weight:bold;
	width:100px;
	text-align:left;
	padding-left:10px;
	height:30px;
	display:block;
}

#canvas_top	{
	width:1024px;
	height:344px;
	background-image:url(/images/template/top.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
}

#navigation	{
	text-align:right;
	margin-top:110px;
	margin-right:70px;
}
	
#navigation td	{
	padding-right:6px;
	padding-left:6px;
}

#navigation	a	{
	text-decoration:none;
	color:#FFF;
	font-size:10pt;
	display:block;
}

#navigation a:hover	{
	text-decoration:underline;
}

#canvas_body	{
	text-align:left;
	width:880px;
	margin-bottom:50px;
}

#canvas_bottom	{
	text-align:left;
	width:1024px;
	height:75px;
	background-image:url(/images/template/bottom.png);
	background-repeat:no-repeat;
}

#canvas_footer	{
	text-align:right;
	width:880px;
	line-height:40px;
	margin-bottom:20px;
}

#twitter_posts	{
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}

.dropdown	{
	background-color:#00aeef;;
	line-height:30px;
	color:#FFF;
	position:absolute;
	z-index:2000;
	width:200px;
	text-align:left;
	padding:10px 10px 10px 0px;
	margin-left:-10px;
	display:none;
	border-style:none;
}

.dropdown a	{
	padding-left:20px;
}

.dropdown a:hover	{
	background-color:#06F;
}

.widget_body	{
	padding:10px 20px 20px 20px;
	background-color:#FFF;
	border-style:none solid solid solid;
	border-color:silver;
	border-width:2px;
	text-align:left;
	clear:both;
	width:387px;
}

.library_file	{
	padding-left:40px;
	background-image:url(/images/arrow_file.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

#library_button	{
	background-color:#06F;
	color:#FFF;
	border-color:#00C;
	padding:2px;
}

th	{
	text-align:left;
	color:#FFF;
	font-size:10pt;
	font-weight:bold;
	background-color:#333333;
	padding:5px 10px 5px 10px;
}

.mb_header	{
	padding-bottom:10px;
}

.email	{
	color: #333; text-decoration: underline;
	font-weight:bold;
}

em	{
	color:gray;
}

.date	{
	color:#a29061;
}

.indent	{
	margin-left:10px;
}

#help_wizard	{
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1000;
	background:url('/images/wizard_back.png');
	text-align:center;
	padding-top:100px;
}

#help_content	{
	background:#333;
	border-style:solid;
	border-width:1px;
	border-color:#333;
	text-align:center;
	padding:10px;
}

#help_content p	{
	font-size:8pt;
}

#help_content li	{
	font-size:8pt;
}

#help_content	a {
	color:#FFF;
}

#likebox-frame{
 border:2px solid #FFF;
 width:257px;
 z-index:10;
 height: 540px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

