/*
6 color pallette
#2B3740 #5E788C #403B2B #8C7A5E #BFBFBF #404040

more
#91BAD9 #8C815E #D9BC91 #737373 #8C8C8C 
*/
body	{
	color: #000;
	padding:20px;
	margin: 0;
	font-family: arial, univers, helvetica, sans-serif;
	font-size: 10px;
	background : #fff url(images/backgrounds/logo.gif) no-repeat fixed bottom right; 
}
div, p, th, td, li, dd, dl, dt    {
  /* redundant selectors to help NS4 not forget */
  font-family:  arial, univers, helvetica, sans-serif;
}
dt 	{
	font-weight: bold;
}
ul,ol, li, dl, dt, dd {
	line-height: 1.25em;
	padding-left: 0px;
	margin-left: 5px;
	text-align: left;
}
ol {
	line-height: 1.25em;
	padding: 0 40px 0 40px;
	margin-left: 5px;
	text-align: left;
}
ol li {
	padding: 0 0 5px 3px;
}
.content, .plans {
	padding: 10px 20px;
	margin: 1% 15%;	
}
.content {
	border: 1px dotted #333;
}
p {
	margin: 2px;
	padding: 2px;
	line-height: 1.5em;
	/*margin-bottom: 	1em;*/
}	
h1	{
	font-size:	2em;
}
h2	{
	font-size:	1.75em;
}
h3	{
	font-size:	1.5em;
}
h4	{
	font-size:	1.25em;
}
h5	{
	font-size:	1em;
}
h6	{
	font-size:	1em;
}		
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	font-family:	arial, helvetica, sans-serif;
}
img	{
		/* turns off gaps around images */
	border:	0
}
a	{
	text-decoration:	none;
	font-weight:	normal;
}
a:link	{
	color:	#5E788C;
	background-color: transparent;
}
a:visited	{
	color:	#2B3740;
	background-color: transparent;	
}
a:active	{
	color:	#5E788C;
	background-color: transparent;
}
a:hover	{
	color:	#5E788C;
	background-color: transparent;
	text-decoration:	underline;
}
.ahem	{
	display:	none;
}
.small	{
	font-size: 9px;
}
.more {
	position: relative;
	margin: 5px 2px 5px 10px;
	padding-top: 2px;
	text-align: right;
}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}
#footer, .marginalia {
	font: 10px geneva, verdana, arial, helvetica, sans-serif;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333333;
}
input, select, textarea {
	font:  10px arial, univers, verdana, geneva, helvetica, sans-serif;
}