body{
	margin:0;
	font-family: Arial;
}

a{
	color:#03f;
}

a:hover{
	color:#f05;
}

header{
	background:#eee;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 10px #000,
				inset 0 -10px 60px rgba(0,0,0,0.2),
				inset 0 -1px 1px #fff;
}

#headertextlinks{
	background:#333;
	padding:6px 5px 3px 71px;
	border-bottom: 1px solid #000;
	box-shadow: inset 0 2px 3px rgba(0,0,0,1);
}
h1{
	margin:0;
	position: relative;
	float: left;
	margin-left:8px;
}

h1 a{
	text-decoration: none;
	color:#fff;
	font-weight: normal;
	font-size: 30pt;
	text-shadow: 1px 1px 1px #666;
	font-style:italic;
}

h1 .a, h1 .b
{
	position: absolute;
	font-size: 6pt;
	letter-spacing: 3px;
	text-shadow: none;
	color: #666;
}

h1 .a
{
	top: 4px;
	left: 18px;
}

h1 .b
{
	bottom:-1px;
	right:0;
}

#headersearch
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 55px;
	margin-right: 30px;
}

#headersearch input[type=text]
{
	border-radius:5px;
	border: 1px solid #ccc;
	padding: 7px;
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.2),
				0px 1px 1px #fff,
				0px -1px 1px rgba(0,0,0,0.5);
	outline: none;
	width:340px;
}

#headersearch input[type=text]:focus
{
	border-color:#777;
}

#headersearch input[type=submit]
{
	border-radius:4px;
	border: 1px solid #a42;
	font-weight: bold;
	font-size: 8pt;
	background:#c40;
	color:#fff;
	padding: 3px 6px 3px 7px;
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: inset 0 1px 1px rgba(255,200,30,0.5);
	cursor: pointer;
}

#headernav
{
	padding: 9px 0;
	font-size: 10pt;
}

#headernav ol
{
	list-style: none;
	margin:0;
}

#headernav ol li
{
	display: inline;
}

#headernav ol li a
{
	font-size: 12pt;
}

#headernav ol li a:hover
{
	text-shadow: 0 0 10px #fff,0 0 20px #fff,0 0 15px #fff,0 0 30px #fff;
}

#breadcrumb
{
	border-bottom: 1px dotted #ccc;
	font-size: 30pt;
	color:#eee;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#breadcrumb a
{
	font-size: 10pt;
	color: green;
	vertical-align: middle;
}

#breadcrumb a:hover
{
}

#leftcolumn
{
	float:right;
	width:160px;
}

body#alt1 #leftcolumn
{
	float:left;
}

section
{
	margin-left:20px;
	font-size: 11pt;
	margin-right:185px;
}

body#alt1 section
{
	margin-left:185px;
	margin-right:20px;
}

#centerad
{
	position: relative;
	left:-4px;
}

footer
{
	clear: left;
	background-color: #072A43;
	background-image:
		-webkit-gradient(linear, 0% 100%, 0% 0%,
			color-stop(0.7, rgb(1, 42, 69)),
			to(rgb(14, 74, 111)));
	color:#fff;
	padding:50px;
}

.fixed
{
	position: fixed;
	top: 0;
	right: 0;
}

body#alt1 .fixed
{
	left: 0;
}
.notfixed
{
	position: relative;
}
