* {
    padding: 0;
    margin: 0;
} 

body {
	margin: 20px;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: left;
	background: url(images/bg.jpg);
}

ol, ul {
	list-style: inside;
	margin:0px;
	padding:0px;
}

/*Container*/
div#div-1 {
	margin: 0 auto;
	width: 800px;
	border: 1px #666 solid;
	background-color: #FFF;
}

/*Header*/
#div-1a {
	float:left;
	width: 760px;
	padding: 20px;
}
	
/*text top*/
#div-1b {
	float:left;
	width: 760px;
	padding: 20px;
	text-align: center;
}

/*left text*/
#div-1c {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*Right text*/
#div-1d {
	float: left;
	width: 150px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
/*Right text*/
#div-1g {
	float: left;
	width: 160px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
		padding-bottom: 20px;
}
/*Right text*/
#div-1h {
	float: left;
	width: 160px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
/*Right text*/
#div-1e  {
	float: left;
	width: 160px;
	padding: 20px;
	text-align: center;
}
/*Right text*/
#div-tabtop {
	float: left;
	width: 160px;
	height:30px;
	background-image: url(images/RoundTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 30px;
	text-align: center;
}
#div-tabcontent {
	float: left;
	width: 138px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cc00cc;
	border-left-color: #cc00cc;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
}
#div-tabbottom {
	float: left;
	width: 160px;
	height:30px;
	background-image: url(images/RoundBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 30px;
	text-align: center;
}

/*Footer*/
#div-1f {
	clear:both;
	width: 800px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

span.Required{
	color:#FF0000;
	font-weight: bold;
}

/*form form#contactform */
form#contactform{
	float: left;
	width: 538px;
	border: 1px #333 solid;
	padding: 10px;
	background:#ccc;
}

/*Headers*/
.H1{
	color: #cc00cc;
	font-size: 18px;
	font-weight: bold;
}

.H2{
	color: #0000CC;
	font-size: 14px;
}

.H3{
	color: #666;
	font-size: 14px;
}

/*Fonts*/
.tabheader1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.tabcontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.tabcontent2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

/*Links*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
.toptext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}
