body {
	font-family: Arial;
	font-size: 12px;
}

#content, #tinymce {
	position: relative;
	background-repeat: repeat-x;
	background-color: #eaf8fe;
	background-image: url( ../images/content-gradient.png );
	padding: 0 10px 10px 10px;
	color: #333333;
}

#content .sponsor { font-size: 9px; position: absolute; right: 0px; bottom: 0px; }
#content .sponsor img { border: none; }

a { color: #2076a1; }
p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 17px;
}

h1, h2, h3, h4, h5 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #c66f3f;
}

h1 {
	color: #225170;
	font-size: 30px;
}

h2 {
	color: #225170;
	font-size: 18px
}

h3 {
	color: #c66f3f;
	font-size: 14px;
	padding-bottom: 0px;
}

#content > ul, #content > ol { margin-top: 15px; }
#content ul, #content ol { padding-left: 14px; }
th { text-align: left; }
th, td { vertical-align: top; }
.stats-table tbody tr:nth-child(even) { background-color: #d1f0fd; }

img.border { border: solid 2px #001537; }

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.textcenter {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
