/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Holding Page Styling
-------------------------------------------------------------- */

body  {
	font-family:verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a:link {
	color: #0A4C99;
	font-size: 15px;
	text-decoration: none;

}
a:visited {
	color: #0A4C99;
	font-size: 15px;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
a:active {
	color: #0A4C99;
	font-size: 15px;
	text-decoration: none;
}
a {
	color: #0A4C99;
	font-size: 15px;
	text-decoration: none;
}
#container { 
	background:url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 622px;
	height: 495px;
	margin: 10% auto;
	text-align: left;
	padding-top:20px;
}
#mainContent { 
	background-position: center top;
	background-repeat: no-repeat;
	width: 622px;
	height: 495px;
	margin: 0px;
	padding: 0px;
}
#mainContent h1{ 
	font-size: 23px;
	font-weight: normal;
	line-height:32px;
	color: #58585A;
	margin:161px 76px 26px 110px;
}
#mainContent h6{ 
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	padding: 0px 76px;
}
#mainContent p{ 
	font-size: 14px !important;
	color: #000;
	line-height: 18px;
	padding: 0px 76px;
	margin-bottom: 10px;
}