diff --git a/www/templates/catalog.css b/www/templates/catalog.css
index 2ff3dfd91827d5ff5838e562660fb924ae4bf468..bcaaf18a9e2121529d13a001855386196a6e1eb7 100644
--- a/www/templates/catalog.css
+++ b/www/templates/catalog.css
@@ -1,67 +1,38 @@
 @CHARSET "UTF-8";
-.printfooter { display: none; }
 
-/**
- * BULLETIN Navigation
- */
-#bulletin-nav {
-	float:left;
+#homepage {
+	background-image:url(images/main.jpg);
 	width:100%;
-	background:#fff;
-   	line-height:normal;
-	border-bottom:1px solid #b7b7b7;
-	margin-bottom:20px;
-    }
-#bulletin-nav ul {
-	margin:0 0 0 10px;
-	padding:0 10px 0 0;
-	list-style:none;
-	float:left;
-    }
-#bulletin-nav li {
-    display:inline;
-    margin:0;
-    padding:0;
-    }
-#bulletin-nav a {
-    float:left;
-    background:none;
-    margin:0 0 -1px 4px;
-    padding:0 0 0 4px;
-	position:relative;
-    text-decoration:none;
-	color:#c00;
-	border-bottom:1px solid #FFF;
-    }
-#bulletin-nav a span {
-    float:left;
-    display:block;      
-    padding:5px 10px 4px 6px;
-    }
-/* Commented Backslash Hack hides rule from IE5-Mac \*/
-#bulletin-nav a span {float:none; }
-/* End IE5-Mac hack */
-#bulletin-nav a.bulletin-selected{border:1px solid #b7b7b7;border-bottom:1px solid #FFF;}
-#bulletin-nav a:hover span,  #bulletin-nav a.bulletin-selected span {
-      color:#333;
-   }
-#bulletin-nav a.bulletin-selected span {	 
-   font-weight:bold;
+	height:480px;
+	padding-top:8%;
 }
 
-#toc {
-	clear:both;
+#homepage h1 {
+	text-align:center;
+	color:#FFF;
+	font-size:3.0em;
+	
 }
-
-.searchtab {clear:both;}
-
-pre { 
-	overflow-x:auto;
+#homepage ul {
+	text-align:center;
+	margin-top:10px;
 }
-
-@media print {
-    .editsection {display:none;}
-	.totop {display:none;}
-	#bulletin-nav {display:none;}
-	#maincontent a[href]:after {content:"";}
+#homepage ul li {
+	display:inline;
+	background-color:#cc0000;
+	padding:15px 15px 10px;
+	-webkit-border-radius: 5px;
+    -moz-border-radius: 5px;
+    border-radius: 5px;
+    margin:18px;
 }
+#homepage ul li a {
+	color:#FFF;
+	font-size:150%;
+}
+#homepage ul li a:hover {
+    color:#FFF;
+    font-size:150%;
+    text-decoration:underline;
+}
+
diff --git a/www/templates/html/Navigation.tpl.php b/www/templates/html/Navigation.tpl.php
index 2e82f1b22846cec9ef3f5188001b4c9038fed6c1..bd296f7f581bc520750149ae18bcdb64a6c2f8b8 100644
--- a/www/templates/html/Navigation.tpl.php
+++ b/www/templates/html/Navigation.tpl.php
@@ -1,4 +1,5 @@
 <ul>
     <li><a href="http://bulletin.unl.edu/undergraduate/" title="Go to the Undergraduate Bulletin homepage">Undergraduate Bulletin</a></li>
     <li><a href="http://www.unl.edu/gradstudies/bulletin" title="Go to the Graduate Bulletin homepage">Graduate Bulletin</a></li>
+    <li><a href="courses/" title="Go to the listing of latest course information">Courses</a></li>
 </ul>
diff --git a/www/templates/html/UNL/Catalog/Controller.tpl.php b/www/templates/html/UNL/Catalog/Controller.tpl.php
index 0f686cbdbe5e78896f3276be67279b5228813ed8..d25beb1ff4e6b17fadc19bb6e490d12db11aed71 100644
--- a/www/templates/html/UNL/Catalog/Controller.tpl.php
+++ b/www/templates/html/UNL/Catalog/Controller.tpl.php
@@ -1,6 +1,6 @@
 <?php
 UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
-UNL_Templates::$options['version']        = 3;
+UNL_Templates::$options['version']        = 3.1;
 UNL_Templates::$options['sharedcodepath'] = dirname(__FILE__).'/sharedcode';
 
 $url     = $catalog->getURL();
@@ -25,8 +25,7 @@ $page->navlinks        = $savvy->render(null, 'Navigation.tpl.php');
 
 
 $page->addStylesheet('/wdn/templates_3.0/css/content/notice.css');
-$page->addStylesheet($url . 'templates/html/css/all.css');
-$page->addStyleSheet($url . 'templates/html/css/print.css', 'print');
+$page->addStylesheet($url . 'templates/catalog.css');
 
 $page->head .= '
 <script type="text/javascript">var UNL_UGB_URL = "'.$url.'";</script>
diff --git a/www/templates/html/UNL/Catalog/Homepage.tpl.php b/www/templates/html/UNL/Catalog/Homepage.tpl.php
index 243bbe9d6b677fa9c22ffe21a3c83b0e107c9711..688ef16538b330824239e838bbf3d437a711630e 100644
--- a/www/templates/html/UNL/Catalog/Homepage.tpl.php
+++ b/www/templates/html/UNL/Catalog/Homepage.tpl.php
@@ -1,5 +1,8 @@
-<h1>Welcome to the UNL Bulletin Homepage</h1>
-<div class="image_large"><img src="templates/images/main.jpg" alt="Seaton Hall" /></div>
-<h2><a href="http://bulletin.unl.edu/undergraduate/" title="Go to the Undergraduate Bulletin homepage">Undergraduate Bulletin</a></h2>
-<h2><a href="http://www.unl.edu/gradstudies/bulletin" title="Go to the Graduate Bulletin homepage">Graduate Bulletin</a></h2>
-<h2>Courses</h2>
\ No newline at end of file
+<div id="homepage">
+<h1>Welcome to the 2013-2014 Bulletins</h1>
+<ul>
+    <li><a href="http://bulletin.unl.edu/undergraduate/" title="Go to the Undergraduate Bulletin homepage">Undergraduate Bulletin</a></li>
+    <li><a href="http://www.unl.edu/gradstudies/bulletin" title="Go to the Graduate Bulletin homepage">Graduate Bulletin</a></li>
+    <li><a href="courses/" title="Go to the listing of latest course information">Courses</a></li>
+</ul>
+</div>
\ No newline at end of file
diff --git a/www/templates/images/main.jpg b/www/templates/images/main.jpg
index 8c253c87b165615a69d0640c6ef310e19a8e6fe4..ab3cb1ecc6068fbca27d6fba2e0d1e40b3a8ff5c 100644
Binary files a/www/templates/images/main.jpg and b/www/templates/images/main.jpg differ