@charset "utf-8";
/* CSS Document */
/* set the main styles for the pages 
   secondary stylesheets are used to define styles for specific templates */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,
tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-size:100%;
	background-repeat:no-repeat;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:100%; 
	font-style: normal;
	color: #1D4878;
	margin:0;
	padding:0;
	text-align:left;
	}

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, p.solsubtitleline {
	color:#235894;
	font-weight:bold; 
	font-size:x-large;	 
	margin: 10px 0 1px 4px;
/*RH1003	padding: 10px 0 0 2px; */
	}

p.solsubtitleline {
	font-size:large;	 
	margin: 15px 0 5px 10px;
	}


.solmain {
	min-width:832px;
	position:relative;
	border-top: thin solid;
	}
	
.solcontent {
	width:100%;
	min-width: 640px;
	min-height:400px;
	position:relative;
	left: 136px;

	}

* html  .solcontent {
/*	IE 6 - no min/max height support, so fix height */
	height: 400px;
	}
	
.solsidebar {
	position:absolute; 
	width:125px; 	
	top:0px; 
	}

.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;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-left:0;
	}
	
.solsidebar li a{
	padding: 5px 0 2px 3px;
	font-size:medium;
	}

.solsidebar li.tag {
	padding: 5px 0 3px 5px;
	font-weight: bold;
	}

.solsidebar li.mt {
	padding: 5px 0 3px 5px;
	font-weight: bold;
	font-size: 100%;
	}

.solcontent a:link {
	color:#3077c2; 
	}
	
.solcontent a:visited {
	color:#737373;
	}
	
/*RH1003.solcontent dl a{
	padding: 5px 5px 3px 0;
	font-size:medium;
	} */

.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:10px;
	}
	
.solfooter {
	clear:both;
	padding-top: 15px; 
	width: 100%;
	min-width:832px;
	max-width:1024px;
}

.solfooter p {
	border-top: 1px solid;
	font-size: x-small;
	font-weight: bold;
	margin: 8px 0 15px 20px;
	}
	
.clear {
	clear: both;
	}
	
div.solcredit {
	padding-top: 20px;
	width: 640px;
	clear:left;
	}
	
div.solcredit p {
	border-top: thin solid #bbb;
	padding-top: 5px;
	font-weight: bold;
	font-style: oblique;
	font-size: x-small;
	text-align: left;
	text-indent: 8px;
	color: grey;
	}
	
.solnotes 	{
	margin-top:5px;
	width:80%;
	min-width: 640px;
	max-width: 768px;
	}
	
.solnotes img	{
	margin-right:10px;
	display: block;
	float:left;
	margin-top: 5px;
	}
	
.solnotes p{
	font-size: small;
	margin-top:10px;
	margin-bottom:5px;
	}
	
.hidden {
	display:none;
	visibility:hidden;
}
.highlight a {
	color: white;
	background-color: #5183BC;
}
.highlight a:hover, 
.highlight a:hover:visited {
	background-color: #FD2F34;
}