* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(ApplicationFiles/Resources/Css/boxsizing.htc);}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {     margin:0;     padding:0;     border:0;     outline:0;     font-size:100%;     vertical-align:baseline;     background:transparent; }  body {     line-height:1; }  article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {     display:block; }  nav ul {     list-style:none; }  blockquote, q {     quotes:none; }  blockquote:before, blockquote:after, q:before, q:after {     content:'';     content:none; }  a {     margin:0;     padding:0;     font-size:100%;     vertical-align:baseline;     background:transparent; }  /* change colours to suit your needs */ ins {     background-color:#ff9;     color:#000;     text-decoration:none; }  /* change colours to suit your needs */ mark {     background-color:#ff9;     color:#000;     font-style:italic;     font-weight:bold; }  del {     text-decoration: line-through; }  abbr[title], dfn[title] {     border-bottom:1px dotted;     cursor:help; }  table {     border-collapse:collapse;     border-spacing:0; }  /* change border colour to suit your needs */ hr {     display:block;     height:1px;     border:0;       border-top:1px solid #cccccc;     margin:1em 0;     padding:0; }  input, select {     vertical-align:middle; }

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }


html, body {

	height:100%;
	/*overflow:hidden;*/
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-y: auto;
	/*	min-height: 760px;
	min-width: 865px;*/
	font-family: Verdana, sans-serif;
	font-style: normal;

}

a {
	color: #003882;
	text-decoration: none;
	border-bottom: 1px solid;

}

a:hover {
	border-bottom: 1px solid transparent;
}

#Wrap {
	background-size:cover;
	/*height:100%;	*/
	width:100%;
	position:relative;
	/*min-height: 610px;*/
	float:left;
}
#headerLogo 
{
	text-align: center;
	display: block;
	height: 145px;
	width: 285px;
	margin: 300px auto 0;
}

#content {	
	display: block;
	width: 285px;
	text-align: center;
	margin: 0px auto;
	padding: 0px ;
}
#content p.titleP
{
	/*font-weight: 600;*/
	padding-bottom: 30px;
	color: #333333;
	font-family:arial;
	font-size: 17px;
	 /*padding-left: 15px;*/
}



