Index: branches/LCSv1/views/default/home.html
===================================================================
--- branches/LCSv1/views/default/home.html	(revision 593)
+++ branches/LCSv1/views/default/home.html	(revision 598)
@@ -1,10 +1,17 @@
 {{extend 'layout.html'}}
 
-<h1>Home Page</h1>
-Welcome, {{=name}}<br>
-<h4>
-District Messages
-</h4>
-DTM CONTACTS – CONSTRUCTION:	Adam Ant – 555-888-1111<br>
-PERMITS & MAINTENANCE:	Becky Bee – 555-666-2222<br>
-LCS IT ISSUES:		Carly Cow – 111-555-6666<br>
+<div id="main" role="main" class="mainflex" style="text-align: center;">
+    <div id="pageTitle" class="header">Home</div>
+    <div class="block-content" style="display: block; text-align:left; min-width: 760px; margin: 4% 0% 7% 0%;">
+        <div style="width:760px;">
+            <p class="heading3">Welcome, {{=name}}</p>
+            <div role="heading" aria-level="2" class="heading2">District Messages </div>
+            <div role="heading" aria-level="2" class="heading2">DTM CONTACTS - CONSTRUCTION:  
+                <span style="margin-left: 5%;">Adam Ant - 555-888-1111</span> </div>
+            <div role="heading" aria-level="2" class="heading2">PERMITS & MAINTENANCE: 
+                <span style="margin-left: 5%;"> Becky Bee - 555-666-2222 </span> </div>
+            <div role="heading" aria-level="2" class="heading2">LCS IT ISSUES:  
+                <span style="margin-left: 5%;">  Carly Cow - 111-555-6666 </span></div>
+        </div>
+    </div>
+</div>
Index: branches/LCSv1/views/default/search.html
===================================================================
--- branches/LCSv1/views/default/search.html	(revision 593)
+++ branches/LCSv1/views/default/search.html	(revision 598)
@@ -1,9 +1,11 @@
 {{extend 'layout.html'}}
 
-<h2>
-Search
-</h2>
-Search by any combination of fields. <i>Currently only "closureid", "route" and "startdate" are functioning. If no criteria are provided, ALL closures are listed.</i>
-<P>
-{{=form}}
-</P>
+
+<div id="main" role="main" class="mainflex">
+    <div id="pageTitle" class="header">Search</div>
+    <div>Search by any combination of fields. <i>Currently only "closureid", "route" and "startdate" are functioning. If no criteria are provided, ALL closures are listed.</i>
+    </div>
+    <div class="searchform">
+        {{=form}}
+    </div>
+</div>
Index: branches/LCSv1/views/default/index.html
===================================================================
--- branches/LCSv1/views/default/index.html	(revision 593)
+++ branches/LCSv1/views/default/index.html	(revision 598)
@@ -1,3 +1,10 @@
 {{extend 'layout.html'}}
-<h1>D-14 LANE CLOSURE SYSTEM (LCS)</h1>
-{{=form}}
+
+<div class="header" style="padding-top:150px;">
+    <div role="heading" aria-level="1" style="color:#08298A; font-size: 26px; font-weight: bold;">
+        D-14 LANE CLOSURE SYSTEM (LCS)</div>
+</div>
+<div class="labelcenter" style="margin: 3% 0% 3% 0%;">
+    {{=form}}
+</div>
+
