<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>passtrogue new document title</title>
</head>
<body>
<p>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,dl,dt,dd,ol,nav ul,nav 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;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{	vertical-align:baseline;}/* vertical align baseline */ .vertical-top{	vertical-align:top;}/* vertical align top */ .underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{	display:block;}/* vertical menu */ nav.horizontal ul li{	display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/  body{ 	 font-family: 'Raleway', sans-serif; 	 background:#FFF; 	  }  .wrap{ 	width:80%; 	margin:0 auto; 	 transition:all .2s linear; 	-moz-transition:all .2s linear;/* firefox */ 	-webkit-transition:all .2s linear; /* safari and chrome */ 	-o-transition:all .2s linear; /* opera */ 	-ms-transition:all .2s linear;  }  .header_top{ 	padding:10px 0; 	 border-bottom:8px solid #ee5f15; 	position: fixed; 	z-index:9; 	width: 100%; 	clear: both; 	background:#232d3b;  }   .logo{ 	float:left;  }   .menu{ 	 float:right;  }   .menu li{ 	display:inline-block;  }   .menu li a{   	 display:block; 	 font-size:0.8em; 	 font-weight:600; 	 margin:5px 15px; 	 color:#727E8D; 	 -webkit-transition: all 0.3s ease; 	  -moz-transition: all 0.3s ease; 	  -o-transition: all 0.3s ease;       transition: all 0.3s ease;  }  .menu li a:hover { 	 color:#FFF;  }   /**  .menu .current a { 	color: #FFF; } ***/  .menu li.login a{  	  background:#a3d39c; 	  color: #FFF; 	  border-radius:3px; 	  -webkit-border-radius:3px; 	  -moz-border-radius:3px; 	  -o-border-radius:3px; 	  border-bottom:4px solid #739e6c;  }  .menu li.login a:hover{  	    background:#95C08F;  }  .menu li.login a:active{    	position:relative;    	top:5px;  } fieldset#body {     border-radius:3px;     -webkit-border-radius:3px;     -moz-border-radius:3px;     -o-border-radius:3px;     padding:15px 15px;     margin:0; } #loginForm #checkbox {     width:auto;     margin:1px 6px 0 0;     float:left;     padding:0;     border:0;     *margin:-3px 9px 0 0; /* IE7 Fix */ } #body label {     color:#E0E0E0;     margin:10px 0 0 0;     display:block;     float:left;     font-size:0.8em; } #body label i{ 	color:#A0A0A0; 	text-shadow: 1px 1px #000;     font-weight:500; } input:focus {     outline:none; } /*** main ****/ .content_top{	 	position:relative; 	background: #ff742c; /* Old browsers */ 	background: -moz-linear-gradient(top,  #ff742c 0%, #ff742c 0%, #ff8039 100%); /* FF3.6+ */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff742c), color-stop(0%,#ff742c), color-stop(100%,#ff8039)); /* Chrome,Safari4+ */ 	background: -webkit-linear-gradient(top,  #ff742c 0%,#ff742c 0%,#ff8039 100%); /* Chrome10+,Safari5.1+ */ 	background: -o-linear-gradient(top,  #ff742c 0%,#ff742c 0%,#ff8039 100%); /* Opera 11.10+ */ 	background: -ms-linear-gradient(top,  #ff742c 0%,#ff742c 0%,#ff8039 100%); /* IE10+ */ 	background: linear-gradient(to bottom,  #ff742c 0%,#ff742c 0%,#ff8039 100%); /* W3C */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff742c', endColorstr='#ff8039',GradientType=0 ); /* IE6-9 */ 	border-bottom:30px solid #ff742c; } /* OLD SELECT (HIDDEN) */ .flat .old{ 	position: absolute; 	left: 0; 	top: 0; 	height: 0; 	width: 0; 	overflow: hidden; } .flat select{ 	position: absolute; 	left: 0px; 	top: 0px; } .flat.touch select{ 	left: 0; 	top: 0; 	width: 100%; 	height: 100%; 	opacity: 0; } .section { 	clear: both; 	margin: 0px; } .group:before, .group:after {     content:"";     display:table; } .group:after {     clear:both; } .group {     zoom:1; } .col_1_of_2{ 	display: block; 	float:left; 	margin: 1% 0 1% 1.6%; } .col_1_of_2:first-child { margin-left: 0; } .span_1_of_2 { 	width: 80%; 	padding:1.5%; } .span_1_of_2  h3{ 	color:#232d3b; 	font-size:1.8em; 	margin-bottom:10px; } .span_1_of_2  p{ 	font-size:0.85em; 	padding:10px  0; 	color:#8F8F8F; 	line-height:2em; 	font-family: 'Open Sans', sans-serif; } .span_1_of_2  p span{ 	color:#ff742c; }</p>
</body>
</html>