html {
	width: 100%;
	overflow-y : scroll;
}
body {
	font-family: "Lucida Sans unicode", "Lucida Sans", "Arial", "Helvetica";
	font-size: 12px;
	color: #0e254d;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	text-align: justify;
}
a {
	color: #ed2324;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
table, tr {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
	background-color: #e7e9ed;
	border-collapse: collapse;
}
td {
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 1px #ed1c24;
	margin: 0;
	font-size: 11px;
	text-align: left;
}
input, select, textarea {
	font-family: "Lucida Sans unicode", "Lucida Sans", "Arial", "Helvetica";
	font-size: 12px;
	color: #0e254d;
}
ul li a {
	font-weight: normal;
	}
.lightgrey {
	background-color: #e7e9ed;
}
.darkgrey {
	background-color: #b7beca;
	cursor: pointer;
}
.print:hover {
	text-decoration: none;
}
#boxContents img {
	border: solid 1px #000;
}
#boxText {
	width: 270px;
	padding-bottom: 5px;
}
#container {
	width: 100%;
	position: relative;
}
#center {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	min-height: 450px;
}
/********** Header section **********/
#header {
	width: 995px;
	height: 91px;
	background-image: url(../images/spits_top_logo_bg.jpg);
	background-repeat: no-repeat;
}
#header #header_nav {
	position: relative;
	left: 16px;
	top: 2px;
}
#header #header_nav a {
	color: #0e254d;
	font-size: 10px;
	text-decoration: none;
}
#header #header_nav a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#header #header_nav .header_selected {
	color: #ed2324;
	font-size: 10px;
}
/********** Mid block section **********/
#mid_hp_block {
	position: relative;
	width: 355px;
	height: 288px;
}
#mid_hp_block_top {
	width: 355px;
	height: 47px;
	background-image: url(../images/spits_hp_mid_block_top.jpg);
	background-repeat: no-repeat;
}
#mid_hp_block_mid {
	width: 355px;
	height: 208px;
	text-align: center;
	background-image: url(../images/spits_hp_mid_block_bg.jpg);
	background-repeat: no-repeat;
}
#mid_hp_block_mid img {
	border: solid 1px #0e254d;
}
/********** Mid block bottom section **********/
#bottom_hp_block {
	position: relative;
	width: 355px;
	height: 68px;
	}
#bottom_hp_block_top {
	width: 355px;
	height: 40px;
	background-image: url(../images/spits_hp_bottom_block_top.jpg);
	background-repeat: no-repeat;
	}
#bottom_hp_block_mid {
	width: 355px;
	min-height: 15px;
	text-align: left;
	background-image: url(../images/spits_hp_bottom_block_bg.jpg);
	color: #fff;
}
#bottom_hp_block_mid #bottompadding {
	width: 332px;
	padding-left: 13px;
}
#bottom_hp_block_bottom {
	width: 355px;
	height: 10px;
	background-image: url(../images/spits_hp_bottom_block_bottom.jpg);
	background-repeat: no-repeat;
}
/********** Menu section **********/
#menu {
	width: 995px;
	height: 45px;
	background-color: #0e254d;
	color: #fff;
}
#menu #menu_nav {
	position: relative;
	top: 15px;
	left: 8px;
}
#menu #menu_nav a {
	font-family: "Arial";
	font-size: 1.1em;
	color: #6e7c94;
	text-decoration: none;
}
#menu #menu_nav a:hover {
	font-family: "Arial";
	font-size: 1.1em;
	color: #fff;
}
#menu #menu_nav #menu_selected {
	font-family: "Arial";
	font-size: 1.1em;
	color: #ed2324;
}
/********** Left menu **********/
#leftmenu_container {
	position: relative;
	left: -22px;
	top: -11px;
}
#leftmenu_top {
	width: 203px;
	height: 10px;
	background-image: url(../images/spits_left_menu_top_bg.gif);
	background-repeat: no-repeat;
}
#leftmenu {
	background-color: #0e254d;
	width: 203px;
}
#leftmenu_bottom {
	width: 203px;
	height: 10px;
	background-image: url(../images/spits_left_menu_bottom_bg.gif);
	background-repeat: no-repeat;
}
#leftmenu_content {
	position: relative;
	top: 10px;
	color: #fff;
	width: 185px;
	text-align: right;
}
#leftmenu_content a {
	color: #6e7c94;
	text-decoration: none;
}
#leftmenu_content a:hover {
	color: #fff;
	text-decoration: none;
}
/********** Content section **********/
#content {
	width: 995px;
	min-height: 450px;
	background-repeat: no-repeat;
}
#content #left {
	position: relative;
	left: 11px;
	top: 12px;
	width: 192px;
	min-height: 150px;
	float: left;
}
#content #left img {
	border: solid 1px #0e254d;
}
#content #left #div {
	padding-left: 11px;
	padding-top: 11px;
}
#content #middle {
	position: relative;
	left: 23px;
	top: 12px;
	/*width: 378px;*/
	min-height: 150px;
	float: left;
}
#content #middle #midpadding {
	padding: 11px;
}
#content #right {
	position: relative;
	left: 38px;
	top: 12px;
	width: 192px;
	min-height: 150px;
	float: left;
}
#content #right #rightpadding {
	padding: 12px;
}
#rightpadding a, #rightpadding span, #rightpadding small {
	font-size: 12px;
	line-height: 18px;
}
#rightpadding small {
	position: relative;
	top: 25px;
}
/********** Footer section **********/
#footer {
	position: relative;
	top: 10px;
	width: 995px;
	height: 30px;
	text-align: right;
	background-image: url(../images/spits_bottom_footer_bg.jpg);
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
}
#footer_nav {
	position: relative;
	top: 5px;
}
#footer #footer_nav a {
	color: #6e7c94;
	font-size: 10px;
	text-decoration: none;
}
#footer #footer_nav a:hover {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#footer #footer_nav .footer_selected {
	color: #ed2324;
	font-size: 10px;
}

