﻿body {
	background-color: White;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

div {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #6092C4;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

a.bold {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
}

a.bold:hover {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
}

div.main {
	text-align: center;
}


div.top {
	margin: auto;
	width: 770px;
	height: 152px;
}

div.menu {
	margin: auto;
	height: 28px;
	width: 770px;
}

div.center {
	margin: auto;
	width: 770px;
	margin-top: 30px;
	margin-bottom: 5px;
}

div.center .first {
	margin: auto;
	width: 210px;
	padding-left: 30px;
	float: left;
}

div.center .second {
	margin: auto;
	width: 510px;
	padding-left: 20px;
	float: right;
}


div.footer {
	margin: auto;
	width: 770px;
	height: 50px;
}

div.clear {
	clear: both;
}

div.footer .first {
	float: left;
	width: 185px;
	height: 30px;
	background: #6092C4 url(/images/bottom1.jpg) no-repeat;
	padding-left: 62px;
	padding-top: 20px;
	color: #6092C4;
	font-weight: bold;
	font-size: 10px;
}

div.footer .second {
	float: right;
	width: 493px;
	background-color: #6092C4;
	height: 30px;
	color: White;
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
}

div.footer .second .credits {
	float: left;
	padding-bottom: 5px;
}

div.footer .second .poweredby {
	float: right;
	padding-bottom: 5px;
}

div.footer .second a {
	color: White;
	border-color: White;
}

div.box {
	float: left;
	width: 210px;
}

div.box .title {
	background: #6092C4 url(/images/boxstart.gif) no-repeat;
	color: white;
	text-align: right;
	font-weight: bold;
	height: 19px;
	padding-top: 6px;
	padding-right: 10px;
	margin-bottom: 4px;
}

div.box .title2 {
	background: #E1EBF4 url(/images/boxstart.gif) no-repeat;
	color: #0A57A4;
	text-align: right;
	font-weight: bold;
	height: 19px;
	padding-top: 6px;
	padding-right: 10px;
	margin-bottom: 4px;
	font-size: 12px;
}


div.box .content {
	background-color: #E1EBF4;
	padding: 5px;
	margin-bottom: 2px;
	line-height: 15px;
}

span.date {
	font-size: 9px;
	font-style: italic;
}


div.box .content2 {
	background-color: White;
	padding: 5px;
	margin-bottom: 2px;
	line-height: 15px;
	text-align: justify;
}

div.box .content2 b {
	color: #666666;
}

div.hspacer {
	width: 10px;
	float: left;
	font-size: 1px;
	line-height: 1px;
}

div.vspacer {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

a.news {
	text-decoration: underline;
	font-weight: bold;
	border: 0px;
	color: #6092C4;
}

a.news:hover {
	text-decoration: underline;
	font-weight: bold;
	border: 0px;
	color: #6092C4;
}

div.moredetails {
	color: #0A57A4;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.moredetails a {
	text-decoration: none;
	border: 0px;
}

div.moredetails a:hover {
	text-decoration: underline;
	border: 0px;
}

div.division div.description {
	text-align: justify;
}

input.textbox {
	border: 1px solid #6092C4;
}

textarea {
	font-family: Verdana;
}

textarea.textbox {
	border: 1px solid #6092C4;
}

p {
	margin-top: 10px;
}

hr {
	height: 1px;
	border: 1px dashed #6092C4;
	margin-bottom: 10px;
}

span.selected {
	font-weight: bold;
}

div.productSmall {
	float: left;
	width: 77px;
	height: 70px;
	padding-left: 7px;
	background-image: url(/images/image_bg.gif);
	background-repeat: repeat-y;
}

div.productBig {
	float: left;
	width: 180px;
	height: 173px;
	padding-left: 7px;
	background-image: url(/images/image_bg.gif);
	background-repeat: repeat-y;
}

span.productName {
	color:#0A57A4;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}