BODY
{
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url('../design_imgs/bodybg.png');
	background-color: #16233e;
}

hr
{
	color: #a2a2a2;
	height: 1px;
}

p, div, ul, li
{
	font-size: 10pt;
	color: #2a2a2a;
	line-height: 1.5em;
	font-family: Arial, Verdana;
}

.DataFont
{
	font-size: 10pt;
	color: #2a2a2a;
	line-height: 1.5em;
	font-family: Arial, Verdana;
}

.Heading
{
	font-size: 22pt;
	color: #424214;
	font-family: Arial, Arial, Verdana;
}

.subheading
{
	font-size: 14pt;
	color: #424214;
	font-family: Arial, Verdana;
}

input
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #a9a9a9;
}

li
{
    line-height: 25px;
    list-style-image: url('../design_imgs/bullet.jpg');
}

.bodystyle
{
    background-image: url('../design_imgs/bodybg.png');
	background-repeat: no-repeat;
	border: solid 2px 7f9cb0#;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}






.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #000000;
	font-size: 12px;
	margin: 0 0 12px;
	font-weight: bold;
	text-transform:uppercase;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content .gallery-columns-3 .gallery-item {
	width: 31%;
	padding-right: 2%;
	float: left;
}
#content .gallery-columns-3 .gallery-item img {
	width: 100%;
	height: auto;
	float: left;
}
