/* CSS Document */

/*   Reset   */
 

html, body {
	margin:0;
	padding:0;
	background:transparent;
	font-size:10px;
}
div, span, article, aside, footer, header, hgroup, nav, section, h1, h2, h3, h4, h5, h6, p, blockquote, a, ul, ol, li, table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	margin:0 auto;
	padding:0;
	border:0;
}
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse:separate;
	border-spacing:5px;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, strike {
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	color: #000;
}
ul {
	list-style:none;
	text-align: left;
	line-height:130%;
}
ol {
	margin-left:40px;
	font-size:12px;
	line-height:130%;
	font-family:Verdana, Geneva, sans-serif;
}
ol li {
	padding:0px;
	margin-bottom: 10px;
	line-height:130%;
}
/*   Global   */

html {
}
body {
	background-color: #FFF;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
hr {
    background: #ccc;
}

/*   Headings   */

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #000;
}
h1 {
	font-size:25px;
	border-bottom:1px #ccc solid;
	margin:0px 0px 5px 0px;
	font-style: normal;
	color: #000;
	padding: 15px 10px 10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
h2 {
	font-size:20px;
	color: #31658A;
	padding: 5px 0px 15px 0px;
	clear:left;
}
h3 {
	font-size:18px;
	padding: 10px 0px;
	clear:left;
	color: #408AB4;
}
h3 a:link {
	font-size:18px;
	padding: 10px 0px;
	clear:left;
	color: #408AB4 !important;
	text-decoration:underline;
}
h3 a:visited {
	font-size:18px;
	padding: 10px 0px;
	clear:left;
	color: #408AB4 !important;
	text-decoration:underline;
}
h3 a:hover {
	color:#000 !important;
	text-decoration:underline;
}
h4 {
	font-size:14px;
	color: #333;
	margin-bottom: 5px;
}
h4 a:link {
	font-weight:bold;
	color:#000;
}
h4 a:visited {
	color:#000;
}
h4 a:hover {
	color:#2A9FFF;
}
h4 a:active {
	color:#2A9FFF;
}
h5 {
	font-size:12px;
}
h5 a:link {
	font-color:#808080;
}
h5 a:hover {
	font-color:#2A9FFF;
}
h6 {
	font-size:12px;
	color:#9A9A9A;
	text-align: center;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
/*   Text Elements   */

p {
	color:#000;
	font-size:12px;
	line-height:130%;
	font-family:Verdana, Geneva, sans-serif;
	padding:0px 0px 5px 0px;
	margin-bottom: 10px;
	clear:both;
}
p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding:0;
}
p .right {
	margin: 1.5em 1.5em 1.5em 0;
	padding:0;
}
p a:link {
	line-height:130%;
	color:#3E4A61;
	text-decoration:underline !important;
}
p a:visited {
	line-height:130%;
	color:#3E4A61;
	text-decoration:underline !important;
}
p a:hover {
	line-height:130%;
	color:#2A9FFF;
}
p a:active {
	line-height:130%;
	color:#2A9FFF;
}

/*   Containters   */

#sec_wrap {
	width: 700px;
	height: auto;
	float:left;
	padding:0;
	margin:10px 10px 10px 20px;
	font-family:Verdana, Geneva, sans-serif;
}
/*   Class to center an image   */

.center {
	display:block;
	alignment-adjust:middle;
}
@-ms-viewport{
  width: device-width;
}
@-viewport{
  width: device-width;
}
