body {
	/*color: #000;*/
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 0px;
	background: #68f
		url(background.jpg)
		repeat scroll top left;
	margin: 0pt; 
	-webkit-text-size-adjust: none;
}

a         { color: #000; }
a:visited { color: #000; }
a:hover   { color: #0096ff; }

a.seo,
a.h1seo {
	text-decoration: none;
}

body,
a.seo,
a.h1seo {
	color: #000;
}

.slogan {
	color: #0096ff;
	font-size: 12pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'ArialMT', 'Arial', sans-serif;
}

img       { border: none; }

h1 {
	margin-top: 0;
	font-size: 18pt;
	text-transform: uppercase;
	font-family: "Arial Black", sans-serif;
	font-weight: 800;
}

h2 {
	margin-top: 0;
	font-size: 12pt;
	text-transform: uppercase;
	font-family: "Arial Black", sans-serif;
	font-weight: 800;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}

.highlight {
	color: #0096ff;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'ArialMT', 'Arial', sans-serif;
}

.as-para {
	font-size: 10pt;
	font-weight: normal;
	font-family: 'ArialMT', 'Arial', sans-serif;
	text-transform: none;
}

.as-para .para-title {
	font-weight: bold;
	color: #0098ff;
	text-transform: uppercase;
	font-family: "Arial Black", sans-serif;
}

#body_content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: rgb(0, 68, 121);
	text-align: left;
	width: 700px;
}

/* Navbar */
#navbar {
	/*border: thin solid lime;*/
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #A1A1A1;
	margin-top: 9px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;

	line-height: 30px;
	text-align: center;
	width: 635px;
	
}

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#navbar ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}


#navbar ul li a,
#navbar ul li a:visited {
	text-decoration: none;
	color: #A1A1A1;
}

#navbar ul li a:hover
{
	text-decoration: none;
	color: #eee;
}


#navbar ul li.current-page a,
#navbar ul li.current-page a:visited
{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

/* Divider Line */
img.divline {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}

/* Head Image */
img.head-image {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#copy {
	margin-left: 20px;
	margin-right: 20px;
}

table.image-array {
	border: none;
	margin-right: auto;
	margin-left: auto;
}

table.image-array th,
table.image-array td {
	text-align: center;
}

table.image-array .label {
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}

.ie-center {
	text-align: center;
}

