@charset "utf-8";
/* CSS Document */
/* set the main styles for the pages 
   secondary stylesheets are used to define styles for specific templates */
   
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; 
	font-style: normal;
	color:#1D4878;
	margin:0;
	padding:0;
	text-align:left;
	}

div, img, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li {	
	padding: 0;
	margin: 0;
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	margin-top: 1em;
	}
	
.vlg,
.xlg {font-size: x-large;}
.lg  {font-size: large;}
.md  {font-size: medium;}
.sm  {font-size: small;}
.vsm,
.xsm {font-size: x-small;}

.lgr {font-size: larger;}
.smr {font-size: smaller;}

/*colors 3f83cf - 23069b*/

a 	{
	font-weight: bold;
	text-decoration:none; 
	}
a:link {color:#1D4878;}
a:visited {color:#666666;}
a:active {color: #1D4878;}

.mt {
	color: #666666;
	}

.printonly {
	display:none;
	}
	
.solbody {
	min-width:47em;
	padding: 65px 0 0 0;
	background-image: url(../images/legends.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
* html .solbody {
	/* Fix width to 1024 compatible for IE 6 and below to avoid lack of min-width problems */
	width: 955px;
	}
	
p.soltitleline {
	color:#235894;
	font-weight:bold; 
	font-size:x-large;	 
	margin: 0;
	padding: 0.5em 0 0 0.1em;
	}

.solmain {
	min-width:52em;
	position:relative;
	border-top: thin solid;
	}
	
.solcontent {
	width:100%;
	min-width: 40em;
	min-height:20em;
	position:relative;
	left: 8em;

	}

* html  .solcontent {
/*	IE 6 - no min/max height support, so fix height */
	height: 20em;
	}
	
.solsidebar {
	position:absolute; 
	width:7.5em; 	
	top:0; 
	}

.solsidebar a {
	display: block; 
	}

.solsidebar a:hover {
	color: #FFFFFF; 
	background-color:#1D4878;
	}

.solsidebar a:hover:visited {
	color: #FFFFFF;
	background-color:#737373;
	}
	
.solsidebar ul {
	list-style:none;
	}
	
.solsidebar li {
	font-size: small;
	border-bottom: 1px solid;
	}
	
.solsidebar li a{
	padding: 0.25em 0 0.125em 0.25em;
	font-size:120%;
	}

.solsidebar li.tag {
	padding: 0.25em 0 0.125em 0.25em;
	font-weight: bold;
	}

.solsidebar li.mt {
	padding: 0.25em 0 0.125em 0.25em;
	font-size:100%;
	font-weight: bold;
	}

.solcontent a {
	color:#3077c2; 
	}
	
.solcontent a:visited {
	color:#737373;
	}
	
.solcontent dl a{
	padding: 0.25em 0.25em 0.125em 0.25em;
	font-size:120%;
	}

.solcontent a:hover {
	color: #FFFFFF;
	background-color:#3077c2;
	}
	
.solcontent a:hover:visited {
	color: #FFFFFF;
	background-color:#737373;
	}
	
.solcontent a:hover img{
	border: 1pt solid #3077c2;
	}
	
.solcontent img{
	margin-top:0.5em;
	}
	
.solfooter {
	clear:both;
	padding-top: 2em; 
	width: 100%;
	min-width:50em;
	max-width:75em;
	}

.solfooter p {
	border-top: 1px solid;
	font-size: x-small;
	font-weight: bold;
	margin: 0.5em 0 1em 2em;
	}
	
.clear {
	clear: both;
	}
	
p.solcredit {
	font-weight: bold;
	font-style: oblique;
	font-size: small;
	text-align: left;
	text-indent: 0.5em;
	padding-top: 2em;
	}
	
.solnotes 	{
	margin-top:0.25em;
	width:80%;
	min-width: 32em;
	max-width: 50em;
	}
	
.solnotes p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top:0.5em;
	margin-bottom:0.25em;
	}
	
/* Set of minimum width classes */
	
div.minw800 {
	/* prevent over narrow image galleries */
	min-width:812px; 
	}
	 
div.minw600 {
	/* prevent over narrow image galleries */
	min-width:608px; 	
	}

div.minw500 {
	/* prevent over narrow image galleries */
	min-width:508px; 	
	}

div.minw400 {
	/* prevent over narrow image galleries */
	min-width:408px; 	
	}
	
/* Set of width classes */
	
div.w800 {
	/* fixed width */
	width:808px; 
	}
	 
div.w600 {
	/* fixed width */
	width:608px; 	
	}

div.w500 {
	/* fixed width */
	width:508px; 	
	}

div.w400 {
	/* fixed width */
	width:408px; 	
	}
	
div.w300 {
	/* fixed width */
	width:308px; 	
	}

div.w250 {
	/* fixed width */
	width:258px; 	
	}