 
* {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px
}


/* Content Section div id starts with # and class starts with a dot */
/* id should be unique while class can be used often */



body {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	background-repeat: repeat-x;
	background-image: url(images/background1.gif);
	background-attachment: fixed;
	background-color:#ffffff;
}


#fullpage{
width:900px;
height:auto !important;
overflow:hidden;
z-index:0;
vertical-align:top;
}

#header{
width:900px;
height:100px;
clear:both;
}

/*Content Section div id strats with # and class starts with a dot */


#centerbox{
width:900px;
clear:both;
}

.mainlabel {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 24px;
color: #000000;
text-align:center;
text-decoration:none;
} 

.mainlabel a:link {text-decoration: none; color: purple} /* unvisited link */
.mainlabel a:visited	{text-decoration: none; color: blue;} /* visited link */
.mainlabel a:hover {text-decoration: underline; color: green;} /* visited link */

.content {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 18px;
text-align:center;
color: #000000;
}

.content1 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 14px;
text-align:center;
color: #000000;
}

.content2 {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 14px;
text-align:left;
color: #000000;
}

.content2 a:link {text-decoration: none; color: black} /* unvisited link */
.content2 a:visited	{text-decoration: none; color: blue;} /* visited link */
.content2 a:hover {text-decoration: underline; color: green;} /* visited link */


#bbar{
width:900px;
height:45px;
clear:both;
padding-top:20px;
}

.bbar {
color: #000000;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 14px;
text-align:center;
}

.bbar a:link {text-decoration: none; color: black} /* unvisited link */
.bbar a:visited	{text-decoration: none; color: blue;} /* visited link */
.bbar a:hover {text-decoration: underline; color: green;} /* visited link */

