<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body {
	background-image:url(images/stripe_b.png);
			background-repeat:repeat;
			background-attachment:fixed;
			 background-color:#173869;
	font-size: 14px;
	font-family: Tahoma;
	color:white;

	}

	header {
		display:inline-block;
		width:100%;

		height:70px;
		background-color:#173869;
		border-bottom:1px solid #215890;

		}

		header nav {

			width:1000px;
			margin:0 auto;

			height:70px;




			}
			header nav ul {
				display:inline-block;
				width:600px;
				line-height:28px;

				}



			header nav ul li {
				list-style:none;
				display:inline;

				}
				header nav ul li a {
				color:white;
				text-decoration:none;
				text-shadow: 2px 2px 0 rgb(0,0,0);
				-webkit-text-shadow: 2px 2px 0 rgb(0,0,0);
				-moz-text-shadow: 2px 2px 0 rgb(0,0,0);
				font-size:1.3em;
				font-weight:bold;
				margin-left:8px;


				}

				header nav ul li a:hover{
					color:red;
					text-decoration:none;

					}
			img#logo {
				width:400px;
				border:none;
				float:left;
				}
			img#buy {
				width:105px;
				height:40px;
				border:none;
				float:right;

				}
			img.aside {
				width:193px;
				border:none;

				}
			h1 {
				margin:8.5px;
				font-size:1.3em;
				color:#A3E8A6;
				}
			h1.welcome {
				margin:5px;
				font-size:1.4em;
				font-weight:normal;
				color:#173869;

				}
		    h2 {
				margin:8.5px;
				font-size:1.1em;
				color:#CDFFCF;
				font-weight:normal;
				}
			h3 {
				margin:8.5px;
				font-size:1.3em;
				color:#CDFFCF;
				font-weight:normal;
				text-align:center;


				}
			a {
				text-decoration:underline;
				color:white;


				}
			a:hover {
				text-decoration:none;
				}

				td, th {
					border:1px solid white;
					}

					table {
						background-color:#173869;
						margin:0 auto;
						 border-spacing: 0;
    					border-collapse: collapse;
						}
						td, th {
							padding:7px;
							margin:0px;
							}
				img.content {
					width:250px;
					margin:8px;
					border:1px solid #CCC;

					float:left;

					}
				img.buypicks {

					border:none;
					}


		body section#content {
			width:100%;





			}

			section#content main {
				width:970px;
				margin:0 auto;
				padding:15px;
				padding-top:0px;






				}
				section#main {
					width:735px;

					float:left;
					padding:10px;
					background: -moz-linear-gradient(top,  rgba(39,141,196,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,141,196,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(39,141,196,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(39,141,196,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(39,141,196,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(39,141,196,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#278dc4', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */


					}

				section main article {
					color:white;

					}
                article ul {padding-left:15px; }
				aside {
				width:194px;
				float:left;
				margin-left:5px;
				padding:7px;
				border-top:1px solid #278CC3;
				border-right:1px solid #278CC3;
				border-left:1px solid #278CC3;
				background: -moz-linear-gradient(top,  rgba(23,56,105,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,56,105,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(23,56,105,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(23,56,105,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(23,56,105,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(23,56,105,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173869', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

				}
			aside ul {padding-left:10px; }
		footer {
			display: inline-block;
			width:100%;
			height:80px;
			margin-bottom:0px;
			padding:15px;
			position:relative;
			background-color:#278CC4;

			}
			footer section {

				width:1000px;
				margin:0 auto;



				}</pre></body></html>