/* Start of CMSMS style sheet 'ntshelter' */
body {
	background-color: #434343;
}
A:link    {color: #336699; text-decoration: none;}
A:active  {color: #336699; text-decoration: none;}
A:visited {color: #336699; text-decoration: none;}
A:hover   {color: #CC0000; text-decoration: underline;}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #006bc2;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#nav {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
        line-height: 30px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	list-style: none;
        margin-left:-35px;
}
#nav ul li a {
	text-decoration: none;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
}
#nav ul ul li a:hover {
}

/* End of 'ntshelter' */

