/*
print
Theme URI: http://wordpress.org/
Description: printable text css Artel theme
Version: 2.2
Author: http://www.access-bydesign.com
/* plus basic layout generated by csscreator.com with some SERIOUSLY clever stuff added by access - by design 
*/ 
html, body{
	margin:0;
	padding:0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
 } 
 
#pagewidth{
	max-width:96=5%;
}

a:link{
	color: #ed145a;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;}
 
#header{
	position:relative;
	height:100px;
	width:100%;
	color: #000000;
	font-size: x-small;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	list-style-type: disc;
	border-bottom-color: #CCCCCC;
	text-transform: lowercase;
	padding: 0.5px;
} 
.headerblack
{
	color: #000000;
}
 
#sidebar{
	display:none;
 }

 
#content{
	float: none;
	width:100%;
	text-align: justify;
	vertical-align: top;
	min-width: 50%;
}
#footer{
	display:none;
 } 

.nodisplay{
	display:none;}
.imageright{
	margin: 1em;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft{
	margin: 1em;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;}
.whitesub{
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}
.whitetext{
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;}
.subhead{
	color: #ed145a;
	font-size: xx-large;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 1em;
}
.leftnomargin{
	float: none;
	vertical-align: middle;
}
.subheadgreen{
	color: #479409;
	font-size: large;
	font-weight: bold;
}
.subheadblue{
	font-size: large;
	font-weight: bold;
	color: #1f4c8b;
}
.indent{
	text-indent: 3em;
}
.alignleft{
	text-align: left;
	color: #999999;
}
.alignright{
	text-align: right;
	color: #999999;
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
#box {
	width:50%;
	display: block;
	margin-left: 20%;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin double #372C28;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;}
.page_item li{
	list-style-type: square;
	list-style-position: outside;
}
.boldred{
	font-weight: bold;
	color: #FF0000;
}
.hugetext{
	font-size: xx-large;
}
.biggertext{
	font-size: x-large;
}
.bigtext{
	font-size: large;
}
.medtext{
	font-size: medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.tinytext{
	font-size: xx-small;
}
.italicgrey{
	font-style: italic;
	color: #333333;
}
.class{
	margin: 2em;
	padding: 2em;
	float: left;
}
.fieldset	{
	border:1px solid #adadad;
	border-left-color:#ececec;
	border-top-color:#ececec;
	background-color: #f7f7f7;
	text-align: left;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
	height: auto;
	display:block;
}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ed145a;
	font-weight: bold;
}
.legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal large Arial; 
}
.red{
	color: #FF0000;
	font-weight: bold;
}

.fieldset input:hover,
.fieldset textarea:hover,
.fieldset select:hover	{
	background:#CEDDDF;  }
.greytext{
	color: #333333;
	font-size: x-small;
}
hr{
	background-color: #000033;
	width: 50%;
	float: left;
	height: 2px;
}
.centre{
	text-align: center;
}