/*
Theme Name: Print style
Theme URI: http://www.access-bydesign.com
Description: Accessible standard text css Fox Goes Free theme
Author: http://www.access-bydesign.com

*/
/*

/*pretty stuff*/
.subhead{
	font-size: medium;
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.subheadblack
	{
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.smallersub{
	font-weight: bold;
	font-size: medium;
	color: #000000;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.bold-underline{
	font-weight: bold;
	text-decoration: underline;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.medium-text{
	font-size:medium;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.bluebold{
	color: #000033;
	font-weight: bold;
}
.box {
	text-align: justify;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: thin dotted #000000;
	font-weight: bold;
	color: #000000;
}
.boldquote {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	text-transform: none;
}

.boxed {
	margin-bottom: 1em;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.boxed .title {
	padding: 2px 0 0 2px;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
}

.boxed .content {
	padding: 2px;
}
.bluetagline{
	font-size: medium;
	color: #000066;
	font-weight: bold;
}
.blueitalic{
	font-size: medium;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}
.bolditalic{
	font-weight: bolder;
	font-style: italic;
	color: #000066;
}
.hugetext{
	color: #000000;
	font-weight: bolder;
	font-size: 4em;
}
.widgettitle{
	color: #666666;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
	text-indent: 1em;
}
/*alignment*/
.alignright{
	text-align: right;
	float:right;
}
.alignleft{
	text-align: left;
	float:left;
}
.center{
	text-align: center;
}
.topleft{
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	float: left;
}
	
/*images*/

img{
	float:none;
	border:none;
	margin:0.5em;
}

blockquote{
	text-align:left;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	color: #006666;
	font-style: italic;
	font-weight: bold;
}
/*layout*/
html{
	margin:0px;
	padding:0px;
	font-size: x-small;
}

body{
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	letter-spacing: 2px;
	word-spacing: 1px;
	margin-top: 0.75em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
 
#pagewidth{
	max-width:98%;
	text-align: center;
}
#nav{
	display:none;
}
a:link{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:active{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited{
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
#header{
	display:none;
}
#twocols{
	width:100%;
	height:auto;
	
}
#sidebar{
	display:none;
}
#content{
	clear:both;
	position: relative;
	width:95%;
	text-align: justify;
	color: #000000;
	font-size: small;
 }
 #content-newyear{
	clear:both;
	position: relative;
	width:95%;
	text-align: justify;
	color: #000000;
	font-size: small;
	background-image: url(/images/happy_new_year.gif);
	background-repeat: repeat-x;
	background-position: top left;
 }
 #content-xmas{
	clear:both;
	position: relative;
	width:95%;
	text-align: justify;
	color: #000000;
	font-size: small;
	background-image: url(/images/xmas-lights.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
 }
#content a:link{
	color: #205352;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
#content a:active{
	color: #990000;
	font-weight: bolder;
	text-decoration: underline;
}
#content a:visited{
	color: #456F6E;
	font-weight: bold;
	text-decoration: none;
}
#content  ul {
	color: #000000;
	margin: 1em;
	padding: 1em;
	height: auto;
	width: 65%;
	font-weight: bold;
}

#footer{
	display:none;
}

#flashcontent2{
	height:200px;
	width:220px;
	text-align: center;
	margin: 1em;
	padding: 1em;
}


/*general*/
h1{
	display:none;
	color: #000000;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2{
	font-size: medium;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.nofloat{
	float: none;
}
 .hide{
 	display:none;}
.nodisplay{
	display:none;}

.linklove{
display:none;
}
#textoptions{
	display:none;
}

/*suckerfish*/
#suckerfishnav {
	display:none;
}
