@charset "UTF-8";

/*
 Font Sizes
   This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). 
   
 */
 
 /*
 * we want the content div, which has no padding, to end up at a bit less than 750 px
 * I've hacked grid.css to give a col width of 24 (2em), a margin width of 12 (1em)
 * which makes 
 * 744px	21 cols	maincontent div
 *  36px	 1 cols	left gutter
 * 780px       page width
 */
 
/*
body				{ font-size: 90%; } */  /* IE */
/*
html > body			{ font-size: 14px; }  /* Other browsers */

body				{ font-size: 75%; }   /* IE */
html > body			{ font-size: 12px; }  /* Other browsers */

h1,h2,h3,h4,h5,h6 { 
  font-family: "Myriad Pro", "Myriad", "Myriad Web", "Tahoma", "Verdana", Helvetica, Arial, "Lucida Grande", sans-serif;
  color:#111; 
}

h1 					{ font-size: 2.5em; line-height:1.2; 	font-weight:bold; }
h2 					{ text-align: center; font-size:  2em;   					font-weight:bold; }
h3					{ font-size: 1.5em; line-height:2;    	font-weight:bold; }
h4 					{ font-size: 1.5em; 					}
h5					{ font-size:  1em;  line-height:1.25; 	font-weight:bold; }
h6 					{ font-size:  1em; 						}
h1,h2,h3,h4,h5,h6 	{	clear:none;   }



pre, code, tt { 
	font:0.9em consolas, Monaco, monospace; 
     color:#661111;
}
	/*float:left;*/
	/*display:inline;*/
	
 
blockquote  		{ margin: 1.5em 0 1.5em 1.5em; color: #002200; font-style:normal;  } 

/*
 * Layout Elements
 *
 */

#header {
	padding: 		1px;
	margin-left: auto;
	margin-right: auto;
	width: 744px;
	}
.header {
	height:			180px;
	margin-bottom:	2em;
}

.header h1 {
	margin-top:		48px;
}

div.tabbbar,
table.tabbar  { 
	border-top: none; border-bottom: none; margin:0; padding:0;
	margin-bottom:0;
	
	}
.tabbar td,.tabbar tr {
	margin:      	0;
	padding:      	0;
	border-top:		0;
	border-bottom:	0;	
}

.tabbar td, .tabbar a, .tabbar p {
	text-align: 		center;
  	font-family: 		Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	text-decoration: 	none;
	
}

.sel	{
	background-color:#EDF4FA;
}

.sidebar {
	float: 			right;
	clear:			right; 
	width: 			168px; 					/* span-5 */
	background: 	#EBEBEB; 				/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 		1.25px 1em; 			/* top and bottom padding create visual space within this div */
	margin:  		0.5em 0em 0.5em 1em;	/* pull out from surrounding text */
	display:		run-in;
}

#skrilla {
	width: 			160px; 					/* span-5 */
	padding:		4px 16px 0px 16px;		/* extra 4px on left/right to pad out to 168; 4top/0bottom to balance Google's height. */
}

.horizskrilla {
	clear:			both;
	background: 	#ffffff;
	height:			100;
	margin:		5px 8px 5px 8px;
}

#footer, #footer p {
	text-align:		right;
	clear:			both;
}

/*
 * overrides for grid.css
 */ 
.column {	margin: 0 6px;	}
body 	{	color:#181818;	}
.border {
  padding-right: 5px;
  margin-right: 0;
  border-right: 1px solid #ddd;
}


/*
 * Miscellaneous classes for reuse 
 *
 */
.fullwidth 	{
  width: 100%;
  margin: 0;
 }
 
.fullimg {
	margin:		0.5em auto;
	text-align:	center;
}
.fullimg img {
 	float:		none;
}
 
.fullimgcaption, .fullimgcaption a {
	text-align: 	center;
  	font-family: 	Verdana, Helvetica, "Lucida Grande", Arial, sans-serif;
	font-weight: 	bold;
}

.tight		{ margin-bottom: 0.5em; }

.table-4 td { width: 25%;   }
.table-5 td { width: 20%;   }
.table-6 td { width: 16.6%; }
.table-7 td { width: 14%;   }
.table-8 td { width: 12%;   }
.table-9 td { width: 11%;   }
 
.centerblock  	{ 
	margin: 0.5em auto 1em auto;
}
.centertext, .centertext p, .centertext blockquote { 
  text-align:center;
}
.nomargin,  .nomargin  tr,  .nomargin  th, .nomargin  td	{ margin :0; }
.nopadding, .nopadding tr,  .nopadding th, .nopadding td	{ padding:0; }
.noborder,  .noborder  tr,  .noborder  th, .noborder  td	{ border :0px; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0.5em;
}

.fltlft { 
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0.5em;
}

h1>a, h2>a, h3>a, h4>a {
	color: #222266;
	text-decoration: none;
}
