﻿/*----------------------------------------------------------------------
	BODY
----------------------------------------------------------------------*/

body
{
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 0 0 0;
	padding-left: 0;
	color: black;
	background: #4d4d4d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	color: #333;
}

h1 {
	font-size: 150%;
}

h2 {
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	border-bottom: solid 2px #999;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h4 {
	font-size: 118%;
}

p {
	color: #333;
	line-height: 1.4em;
}
p.teaser {
	margin-top: 0;
	padding-left: 2px;
	color: #333;
}

blockquote
{
	font-style: italic;
}

div.figright
{
	text-align: center;
	float: right;
	border: solid 1px #ccc;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}

div.figright p
{
	margin-top: 3px;
	padding-top: 0px;
}

.error
{
	color: #930;
}

a:link, a:visited
{
	/*color: #039;*/
	color: #0000EE;
	text-decoration: none;
}

.label, label {
	font-weight: bold;
	color: #666;
	font-size: 80%;
}

a {
	padding-left: 2px;
	padding-right: 2px;
}

a:hover
{
	background-color: #b4d5fe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

#content_left {
	width: 48px;
	background: #1c1c1c url(/Content/Images/leftbk.gif) repeat-y scroll left top;
}
#content_right {
	width: 48px;
	background: #1c1c1c url(/Content/Images/rightbk.gif) repeat-y scroll right top;
}

.info {
	font-size: 80%;
	background: #fff7cc;
	padding: 1em 1em 1em 1em;
	border:solid 10px #fff;
	max-width: 30%;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	*/
}
.info ul {
margin-left: 1.25em;
padding-left: 0;
}
.info h3 {
	/*color: #f2e195;*/
	color: #870;
}
.info a {
	text-decoration: underline;
	color: #333;
}

div#content
{
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 48px;
	background-color: white;
}

div#footer
{
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 40px;
	padding-top: 10px;
	background-color: #1c1c1c;
	color: #e6e6e6;
	font-size: 9pt;
}

ul
{
	list-style-image: url(/Content/Images/tick.gif);
	list-style-position: outside;
}

p#welcome
{
	font-family: Georgia, Serif;
	font-size: 20pt;
}

table#biglinks
{
	width: 80%;
	font-size: 10pt;
}

table#biglinks tr td
{
	vertical-align: top;
}

table#biglinks tr td p
{
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
}

.block li h2 {
	font-family: Georgia, Serif;
	font-size: 13pt;
	font-weight: normal;
}

.block
{
	text-align: left;
	background: #e6e6e6 url(/Content/Images/blockbk.gif) no-repeat scroll left top;
	border: solid 1px #808080;
	padding: 5px 5px 5px 5px;
	width: 40%;
}

.block h1
{
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 16pt;
}

.block li strong
{
	font-family: Georgia, Serif;
	font-size: 13pt;
	font-weight: normal;
}

td.right
{
	text-align: right;
}

td.left
{
	text-align: left;
}



/*----------------------------------------------------------------------
	HEADER
----------------------------------------------------------------------*/

div#header
{
	padding-left: 16px;
	padding-right: 16px;	
	height: 32px;
	background-color: white;
}

div#header table
{
	width: 100%;
	font-size: 10pt;
}

div#header table tr td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding-top: 6px;
}

div#header table tr td a
{
	color: black;
	text-decoration: none;
}

div#title a img, div#title a, div#title a:hover {
	border: none;
	background: none;
}

/*----------------------------------------------------------------------
	TITLE
----------------------------------------------------------------------*/

div#title
{
	background: #1c1c1c url(/Content/Images/ksbk.gif) repeat-y scroll left top;
	/*border-top: solid 2px #1c1c1c;
	border-bottom: solid 1px #1c1c1c;*/
	height: 104px;
	vertical-align: middle;
	padding: 0 0 0 0;
	padding-left: 12px;
}

div#title table
{
	width: 100%;
}

