/*cominus style */
/* tag elements ******************************************************************************/
body {
	font-family: Arial, sans-serif;
	background: white;
	color: black;
	font-size: 11pt;
	}
h1 {
 	font-size: 150%;
	}
h2 {
 	font-size: 130%;
	}
h3 {
 	font-size: 120%;
	}
h4 {
 	font-size: 110%;
 	color: #333333;
	}
h5 {
 	font-size: 100%;
	}
p {
	font-size: 100%;
	}
ol {
	list-style-type: decimal;
	text-indent: 10pt;
	}
ul {
 	list-style-type: square;
	}
ul ul {
 	list-style-type: disc;
	}
a:link, a:visited {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
/* class elements ***************************************************************************/
.no_print {
	display: none;
}
.boldRed {
	font-weight: bold;
	color: #FF0000;
}
.byline {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}	
.error {
	font-weight: bold;
	font-size: 110%;
	color: #FF0000;
}
.footnote {
	font-size: 90%;
}
.small {
	font-size: 90%;
}
/* object elements *************************************************************/                 
/* here are the objects that contain header bars, menu, content and footers ****/
/* NOTE FOR THESE OBJECTS: *****************************************************/
/* total recomend width of page is 1000 for mozilla 998 for IE *****************/
/* total width = width + padding ***********************************************/
#box { /* holds the content container in template */
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
}
#masthead {
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%;
	font-size: 10pt;
}
#menu_bar {
	display: none;
}
#content {
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
}
#right_column {
	display: none;
}
#footer { /* holds site info and small print, etc */
	margin-top: 0;
	margin-left: 0;
	position: relative;
	width: 99%; 
	font-size: 9pt;
}

/* WORDPRESS */
h2.pagetitle {  }
strong { font-weight:bold; }
a { }
#commentform p { display: none; }
#content {  }
#content img { 	padding: 10px; text-align: right; }
#content ol { list-style-type: decimal; padding: 0 10px 0 40px; }
#content p {  }
#content ul { list-style-type: square; padding: 0 10px 0 40px; }
#footer { }
#footer p { text-align:center; font-size:9pt; padding:5pt; }
#footer p a { text-decoration:none; }
#header { }
#header img { margin-top:20px; }
#headerimg .description { display: none; }
#headerimg { }
#leftbar { display: none; }
#navigation { display: none; }
#page { size: auto; }
#searchform { display: none; }
#sidebar { display: none; }
#wp-calendar { display: none; }
#wrap { display: none; }
.commentlist { display: none; }
.commentmetadata { display: none; }
.depth-1 { display: none; }
.entry form {  display: none; }
.entry {  }
.even { display: none; }
.leftbar {  display: none;  }
.narrowcolumn {  }
.navigation { display: none; }
.post {  }
.postmetadata { display: none;  }
.rightbar {  display: none;  }
.thread-alt { display: none; }
.thread-even { display: none; }
.widecolumn { }
.wp-caption { display: none; }

