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>
