body {
    background-color: #FFFFFF;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Geneva, sans-serif;
    font-size: 90%;
    margin: 0;
    padding: 0;
}

a, #header a, #footer a {
    color: #3399CC;
    font-weight: bold;
    text-decoration: none;
}

a:hover, #header a:hover, #footer a:hover {
    text-decoration: underline;
    color: #1E82A6;
}

img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1em;
}

h1 {
    font-weight: bold;
    font-family: Georgia, Arial, sans-serif;
}

h2 {
    font-family: Tahoma, Arial, sans-serif;
    margin: 0.5em auto;
}

h3 {
	color: #C4B634;
    font-weight: bold;
}

h4 {
	text-decoration: underline;
}

#banner {
    background: #EFF9F8 url("https://lh5.googleusercontent.com/-xFWCof2yX3g/Tf2pTcd6HHI/AAAAAAAAABU/gEUsex2WStM/s400/ajcaa_logo_tagline.png") no-repeat scroll 0.1em 0.1em;
    height: 140px;
}

#banner div {
	text-align: right;
    color: #1B619F;
    margin: 0;
    padding: 0 0.5em 0 0;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, Arial, sans-serif;
    width: 600px;
    float: right;
}

#sidebarnav {
    padding: 1em 0;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 2px 2px 5px;
    -moz-box-shadow: #666 2px 2px 5px;
    box-shadow: #666 2px 2px 5px;
    background: #24548B;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#24548B), to(#6EABF2));
    background: -moz-linear-gradient(#24548B, #6EABF2);
    background: linear-gradient(#24548B, #6EABF2);
    -pie-background: linear-gradient(#24548B, #6EABF2);
    behavior: url(/styles/site/PIE.htc);
}

#sidebarnav h3 {
    font-family: Verdana, Arial, Verdana, sans-serif;
    color: #EEAC28;
    margin: 0 0.5em;
    font-weight: bolder;
}

#sidebarnav ul {
    margin: 0;
    padding: 0.5em 1em;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

#sidebarnav ul li {
    width: 100%;
}

#sidebarnav a {
    display: block;
    color: #0CEEF6;
    padding: 0.5em;
}

#sidebarnav a:link, #sidebarnav a:visited {
    color: #0CEEF6;
    text-decoration: none;
}

#sidebarnav a:hover {
    background-color: #6B9CCE;
    color: #FFFFFF;
}

#sidebarnav ul.sidebar-subnav {
    padding: 0 1em;
}

#footer {
    text-align: center;
    color: #5D6513;
    font-size: 90%;
    margin-top: 1em;
}

#copyright {
    padding: 1em 0;
    margin-bottom: 0.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 2px 2px 5px;
	-moz-box-shadow: #666 2px 2px 5px;
	box-shadow: #666 2px 2px 5px;
	background: #F4F294;
    behavior: url(/styles/site/PIE.htc);
}

#copyright p {
    margin: 0 auto;
}

#copyright a:link, #copyright a:visited {
    color: #5D6513;
    font-weight: bolder;
}

#copyright a:hover {
    color: #858E2F
}

#recaptcha_widget_div {
	margin-bottom: 1.5em;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.center {
    text-align: center;
}

.center img {
    width: 100%;
}

p.center img {
    width: auto;
}

strong.caption {
	font-size: 90%;
}

.message {
    text-align: center;
    padding: .8em;
    margin: 1em auto;
    border: 2px solid #DDDDDD;
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.update {
	padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #C0D5A8;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 2px 2px 5px;
	-moz-box-shadow: #666 2px 2px 5px;
	box-shadow: #666 2px 2px 5px;
	background: #F1F7EA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F1F7EA), to(#E2EBA8));
	background: -moz-linear-gradient(#F1F7EA, #E2EBA8);
	background: linear-gradient(#F1F7EA, #E2EBA8);
	-pie-background: linear-gradient(#F1F7EA, #E2EBA8);
	behavior: url(/styles/site/PIE.htc);
}

.button {
    text-align: center;
    margin: auto;
    width: 200px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 2px 2px 5px;
	-moz-box-shadow: #666 2px 2px 5px;
	box-shadow: #666 2px 2px 5px;
	background: #5FECF7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5FECF7), to(#4C51DF));
	background: -moz-linear-gradient(#5FECF7, #4C51DF);
	background: linear-gradient(#5FECF7, #4C51DF);
	-pie-background: linear-gradient(#5FECF7, #4C51DF);
	behavior: url(/styles/site/PIE.htc);
}

.button h3 {
    margin-top: 1em;
    line-height: 1.2;
}

.button h3 a {
    display: block;
    padding: 1em;
    color: #DEF789;
}

.fancybox-container {
    text-align: center;
}

.fancybox-container a img {
	padding: 0.2em;
	border: 1px solid #BBBBBB;
}

.fancybox-container .caption {
	font-size: 90%;
	font-weight: bold;
	position: relative;
	top: -0.75em;
	font-family: "Helvetica Neue", Tahoma, Helvetica, sans-serif;
}

.highlight-bold {
	color: #5882FA;
	font-weight: bold;
}
