body{
margin-top: 40px;
padding: 0;
background-image: url(../images/bkground.jpg);
background-repeat: repeat-x;
background-color: #d5cdd6;
text-align: center;
}
h1{
font-family: tahoma, arial, helvetica;
font-size: 18px;
font-weight: bold;
line-height: 20px;
color: #663366;
}
h2{
font-family: tahoma, arial, helvetica;
font-size: 16px;
font-weight: bold;
line-height: 18px;
color: #663366;
}
#wrapper{
margin: 40px auto;
margin-bottom: 0;
width: 700px;
min-height: 670px;
padding: 40px;
background-image: url(../images/stripes.jpg);
background-repeat: repeat-x;
background-color: #dbbf7d;
border: 2px solid #fff;
}
* html #wrapper {  /* This is the Tan hack */
	width: 700px; 
	w\idth: 780px;
}
#inside{
width:100%;
min-height: 670px;
background-image: url(../images/bkground-content.jpg);
background-repeat: repeat-y;
border: 2px solid #fff;
}
#header{
width: 700px;
height: 240px;
float: left;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
border-bottom: 2px solid #fff;
}
#nav_block{
width: 700px;
height: 22px;
float: left;
background:#492f91;
text-align: center;
border-bottom: 2px solid #fff;
line-height: 20px;
}
#left{
width: 425px;
min-height: 200px;
float: left;
text-align: left;
padding:20px;
}
* html #left {  /* This is the Tan hack */
	width: 425px; 
	w\idth: 465px;
}
#right{
width: 190px;
min-height: 200px;
float: left;
text-align: left;
padding: 20px;
}
* html #right{  /* This is the Tan hack */
	width: 190px; 
	w\idth: 220px;
}
#navBar{
font-size: 17px;
color: #ffffff;
}
#footer{
width: 780px;
height: 25px;
margin: 0 auto;
background:#492f91;
text-align: center;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}
#footer_text{
width:100%;
padding: 0 10px;
line-height: 20px;
font-family: tahoma, verdan, arial;
font-size: 12px;
color: #fff;
text-align: center;
}
#footer_text a{
font-family: tahoma, verdan, arial;
font-size: 12px;
color: #fff;
text-align: center;
text-decoration: none;
}
#footer_text a:hover{
color: #ffebbe;
	text-decoration: underline;
}
.question {
	width:80%;
	margin:5px 0 5px 1em;
	clear:both;
	color:#666666;
}
legend {
	margin:0 0 0 10px;
	padding:0 5px 0 5px;
	font-size:14px;
	text-align:right;
}
hr {
	border:1px solid #f8f8f8;
	width:90%;
	margin:5px auto 5px auto;
	clear:both;
	padding:0;
}
form {
	width: 100%;
}
form input, form select {
	margin-bottom: 0;
}
form label {
	clear:both;
	color:#666666;
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:120px;
}
form br {
	clear: left;
	margin-bottom:5px;
	display:block;
}
.checkbox {
	margin: 0 .2em .1em .2em;
}
form h4 {
	text-align: center;
	padding-bottom: .2em;
	font-weight: bold;
}
.submit {
	width: 10em;
	height: 2em;
	color: #666666;
	text-transform: uppercase;
	background: #dcc291;
}
h3 {
	color: #6f5975;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: .4em;
}
.warning {
	background: #ffffcc;
	color: #990000;
	}