*
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

BODY, TD
{
font-family: verdana;
font-size: 10px;
}

.nav
{
color: #000000;
text-decoration: none;
}

.nav:hover
{
color: #FFFFFF;
}

.topnav
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C8CEEF;
	display: block;
	float: left;
	padding: 6px 22px 0px 22px;
	text-decoration: none;
	height: 27px;
}

.topnav:link
{

}

.topnav:visited
{
	

}

.topnav:hover
{
	background: #212c6e;
}

.topnav_active
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C8CEEF;
	font-size: 12px;
	text-decoration: none;
	height: 27px;
	padding: 6px 22px 0px 22px;
	display: block;
	float: left;
}

.topnav_active:link
{
	color: #000000;
	background: #efb106;
}

.topnav_active:visited
{
	color: #000000;
	background: #efb106;
}

.topnav_active:hover
{
	color: #C8CEEF;
	background: #212c6e;
}

.dropnav
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C8CEEF;
	display: block;
	padding: 6px 15px 0px 15px;
	text-decoration: none;
	height: 27px;
	background: #5a6bce;
}
.dropnav:link
{
}
.dropnav:visited
{
}
.dropnav:hover
{
	background: #384cbc;
}

.nav_spacer
{
	width: 1px;
	height: 27px;
	float: left;
}

/* WordPress functionality */
.alignleft { float:left }
.alignright { float:right }

.PostContent
{
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 150%;
  color: #13193F;
}

.PostContent img, img.PostContent
{
  border-style: solid;
  border-width: 1px;
  border-color: #4FA8E8;
  margin: 1em;
}

/* Header Styles */
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3649B5;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #15659E;
}


/* PostContent Links */
.PostContent a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #293889;
}

/* Adds special style to an unvisited link. */
.PostContent a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #293889;
}

/* Adds special style to a visited link. */
.PostContent a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #15659E;
}

/* :hover - adds special style to an element when you mouse over it. */
.PostContent a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #3649B5;
}

.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}
.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}

.nav_footer
{
	font-size: 11px;
	text-decoration: none;
	color: #12598C;
	font-family: Arial;
	text-decoration: underline;
}

.nav_footer:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #24317A;
	font-family: Arial;
	text-decoration: none;
}

/* end wordpress */
