/**********************************/
/* Styles_Apex_2012June.css            */
/********************************/

body {

font-family: Arial,sans-serif;
color: #333333;

margin: 0px;
padding: 10px 0px 10px 0px;
background: #3399cc;

} 



#navigation {

	margin: 0px 5px 10px 5px;
	padding: 0px;
        border: 0px;
	list-style-type: none;
	background: #ffffff;
	float: left;
	width: 100%;

}


#navigation li {
	display: inline;

}



#navigation a {
	display: block;
	float: left;
        padding: 5px 20px;
	text-decoration: none;
        color: #333333;
        background: #ffffff;
        border-right: 1px solid #333333;

}


h1 {

        text-align: center;
}


h2 {

        text-align: center;
}



h3 {
        text-align: center;
}


h4 {
        text-align: center;
}


h5 {
        text-align: center;
}


h6 {
        text-align: center;
}




.centerPage {

      display: block;
      margin-left: auto;
      margin-right: auto 


}



ul {

        padding: 15px 30px 15px 30px;

}


p {

        padding: 15px 30px 15px 30px;

}


.roundStd {


        border: 2px solid #333333;
        padding: 10px 40px;
        border-radius: 15px;


        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}

.contentTextStandard {

        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}

.contentTextCenter {

        width: 700px;
        background: #ffffff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}

/**************** end ************************/
