body {
font-family: Arial, Helvetica, Sans-Serif;
color:#000;
background-color:#fff;
text-align: center;
margin: 24px;
}

#main {
width: 690px;
text-align: left;
border-left: 5px #d1d1af solid;
border-bottom: 5px #d1d1af solid;
border-right: 5px #d1d1af solid;
margin: auto;
padding: 20px;

}

#header {
background: url(../pics/header.jpg) no-repeat;
background-position: top;
height: 160px;
width: 740px;
margin: auto;
}

#footer {
border-top: 2px #999 solid;
padding-top: 10px;
font-size: 10px;
margin-top: 30px;
}

#counter 
{
	border: 2px #999 solid;
	padding: 12px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
}

.box
{
	background-color: #fff8c6;
	margin: 30px;
	padding: 5px 20px;
	text-align: center;
	border: 3px dashed #cf0f0f;
}

h1 {
font-size: 24px;
text-align: left;
line-height: 1.3;
padding: 30px 0px 0px 0px;
color: #cf0f0f;
}

h2
{
font-size: 20px;
text-align: center;
line-height: 1.3;
padding-bottom: 15px;
}

h4
{
	color: #090ec7;
	font-size: 20px;
}

p {
line-height: 1.3;
/*font-family: Georgia;*/
}

li ol, li ul { 
margin-left: 0.5em; 
padding-left: 0.5em; 
}

ul li
{
	list-style: none;
	/*font-family: Georgia;*/
	background: url(../pics/bullet.gif) no-repeat left top;
	margin-bottom: 15px;
	padding-left: 22px;
	line-height: 18px;

}

ol li {
	margin-bottom: 5px;
}

.highlighted {
	background: #ff0;

}

.center {
text-align: center;
}

.right
{
	text-align: right;
}

.evenrow 
{
	background-color: #87bed0;
	font-size: 12px;
	padding: 3px;
}
.unevenrow
{
	background-color: #d5e4e9;
	font-size: 12px;
	padding: 3px;
}
.tableHead
{
	background-color: #0b4769;
	color: #fff;
	font-size: 14px;
	padding: 3px;
}

blockquote {
	padding: 1em 40px 1em 15px;
	background-color: #fafdeb;
	border: #fff0bc 2px solid;
	line-height: 26px;
}

blockquote span.open {
	background: url(../pics/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(../pics/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

#main div.message 
{
	background: #FCE7E7;
	border: 1px solid red;
	margin: 10px 6px 10px 10px;
	padding: 10px;
}

#main div.message span 
{
	background: url(../pics/apply.png) no-repeat;
	padding-left: 25px;
	display: block;
}

.payment {
	padding: 35px;
	text-align: center;	
}

img {
	
	border: 0px;
}

.plusbtn {
	margin: 0px 0px -10px 0px;
	float: none;
}

a,a:link,a:visited {
  text-decoration: underline;
  color:  blue;
}

a:hover {
  color: #AE2614;
  }
