* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border: none;
}

.clean {
	clear: both;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* introWrapper starts */
#introWrapper {
	width: 723px;
	display: table;
	margin: 0px auto;
	text-align: left;
	margin-top: 20px;
}
/* introWrapper ends */

/* header starts */
#header {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #3c3c3c;
}
/* header ends */

/* introBanner starts */
#introBanner {
	display: block;
	margin: 10px 0;
}
/* introBanner ends */

/* introContainer starts */
#introContainer {
	width: 683px;
	text-align: left;
	display: block;
	padding: 0 20px;
	margin-bottom: 20px;
}

#introContainer h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #373737;
}

#introContainer p {
	line-height: 16px;
	margin-bottom: 5px;
	text-align: justify;
}

#introContainer ul {
	list-style-type: none;
}

#introContainer li {
	margin-bottom: 6px;
	padding-left: 26px;
	background: url(../images/bullet-002.gif) left no-repeat;
	background-position: 0 5px;
}
/* introContainer ends */

/* introLink starts */
#introLink {
	background: url(../images/bg-liner.gif) top repeat-x;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

#introLink a {
	color: #006695;
	text-decoration: underline;
}

#introLink a:hover {
	color: #000;
	text-decoration: none;
}
/* introLink ends */



