/* Re-defined base classes */
* {
	margin: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3b75bc /*#0092CF*/;
}

:visited, :hover
{
	outline: none;
}

h1{
	font-size: 180%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	font-size: 150%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3{
	font-size: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
}

p{
	margin: 10px 0 10px 0;
}

a{
	color: #3b75bc /*#0092CF*/;
}

a:hover{
	color: red;
}

ul{
	margin: 10px;
	padding-left: 10px;
}

li{
	padding: 5px;
	color: #000000;
}

td {
	color: Black;
}

img 
{
    border: none;
}

/* Layout classes */
#wrap {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#head{
	width: 850px;
	height: 140px;
	background-image: url(images/headbg-1x140.gif);
}

#banner{
	width: 850px;
	height: 140px;
	/* padding-top: 60px;
	padding-left: 120px; */
}

#links {
	width: 850px;
	height: 50px;
}

#line {
	width: 850px;
	height: 33px;
	background-image: url(images/greenline-1x33.gif);
}

#fill{
	width: 850px;
	height: 120px;
	background-image: url(images/bluefill-1x120_3.gif);
	text-align: center;
}

#logo{
	width: 810px;
	/*height: 63px;*/
	background: #fff url(images/logofill-1x123.gif) repeat-x;
	padding: 60px 0px 20px 40px;
	margin-bottom: 20px;
}

.grid{
	border: 1px solid #0092CF;
	border-collapse: separate;
}

.input{
	color: #0092CF;
	border: 1px solid #808080;
	font-size: 100%;
	padding: 2px;
}

.info {
	font-size: 125%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.redinfo {
	font-size: 125%;
	font-weight: bold;
	color: Red;
}

.redp {
	font-size: 100%;
	color: Red;
}

.linkbutton{
	font-size: 110%;
}

.cost {
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

.pics{
	width: 170px;
	text-align: center;
	float: left; 
	padding-top: 10px;
}

.picsdl{
	width: 170px;
	text-align: center;
	display: inline;
	padding: 10px;
}

#centre{
	width: 830px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/logofill-1x123.gif);
	background-repeat: repeat-x;
}

.centre{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 850px;
	clear: both;
	padding-bottom: 20px;
}

#empty{
	width: 850px;
	padding-bottom: 10px;
}

#emptycentre{
	width: 850px;
	padding-bottom: 10px;
	text-align: center;
}

.redlink {
	font-size: 105%;
	color: Red;
	text-decoration: none;
}

.ipad{
	padding-right: 10px;
	float: left;
}

.itext{
	padding-top: 10px;
	float: left;
}

.button{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_cblGrid td{
	border: 1px solid #007BB8;
}

.greyp{
	color: #808080;
}

.clear{
	clear: both;
}

.hileft{
	float: left;
}

.hiright{
	padding-top: 57px;
	float: right;
}

.redvat {
	display: block;
	color: Red;
	padding-bottom: 8px;
	font-size: 110%;
}