#bannerstyle {
/*	color: rgb(35,184,220);*/
/*	background-color: rgb(35,184,220);*/
}

.bodystyle {
	margin-left: 120px;
	margin-right: 120px;
}

.mainblock {
        min-height: 500px;
}

.navstyle {
	text-align: center;
        margin-left: auto;
        margin-right: auto;
}

.definition {
        margin-left: 40px;
        margin-right: 40px;
        background-color: #eca547;
        padding: 10px;
}

#repeatno {
	background-repeat: no-repeat;
}

#repeatx {
	background-repeat: repeat-x;
}

#repeaty {
	background-repeat: repeat-y;
}

body {
	font-family: arial;
}

.footertable {
        width:100%;   
}

.footericons {
        text-align: center;
}

img {
        border-style: none;
}

p.center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

hr {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        color: #006699;
}
