
body {
	background-color: #E5EBF7;
    color: #000000F2;
}





.sidebyside {
     border-color: #E5EBF7;

}


div.article_banner {


    padding: .4em;

    background-color: #FFF;
    color: #000;

    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}




.article {
    background-color: white;
    color: #000000;
    padding: .4em .8em;
    margin: .5em 0px 2em 0px;
}


a {
        color: #003FB0;
        background-color: #FFFFFF;
	font-weight: bold;
        /* so solution for safari issue above
           doesn't mess up links in
           in the content area */
        text-decoration: underline;
        border-width: 2px;
	border-style: solid;
	border-color: white;
        -moz-border-radius: .47em;
        
        -webkit-border-radius: .47em;
        
        border-radius: .47em;
	padding: 3px;

}

a:hover {
    border-color: black;
}

a:active {
    border-color: black;
}

a:focus {
    border-color: black;
}



/* For style sheet selectors */

.choose button {
        color: #003FB0;
	background-color: #FFFFFF;
        border-color: #FFFFFF;
        border-width: 2px;
        border-style: solid;
        font-weight: bold;
        padding: .15em;
        cursor: pointer;
        -moz-border-radius: .47em;
        
        -webkit-border-radius: .47em;
        
        border-radius: .47em;
}

.choose button:hover {

    border-color: black;


}

.choose button:focus {

    border-color: black;


}



