/* universal styles */

body {
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  verdana, arial, lucida, helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
	}

p	{
	margin-top: 10px;
	}
	
a:link {
	font-weight: bold; 
	text-decoration: underline;
	color: #999;
	background: transparent; 
	}

a:visited {
	font-weight: bold; 
	text-decoration: underline;
	color: #999;
	background: transparent;  
	}
	
a:hover {
	font-weight: bold; 
	text-decoration: none;
	color: #000;
	background: transparent; 
	}

a:active {
	font-weight: bold; 
	text-decoration: underline;
	color: #999;
	background: transparent;  
	}

	
h1	{
	padding: 15px 0 5px 0;
	margin: 0 0 0 15px;
	font-size: 26px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	color: #fff;
	background: transparent;
	}

h2	{
	padding: 15px 0 10px 0;
	margin: 0 0 0 15px;
	font-size: 18px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	color: #333;
	background: transparent;
	}

	
#top {
	background-color: #357;
	border-bottom: #000 5px solid;
	}
	
#nav {
	background-color: #ccc;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	vertical-align: top;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 25px 0 5px 15px;
	color: #000;
	}

#nav li {
	line-height: 19px;
	font-weight: bold;
	}

#content {
	vertical-align: top;
	}
	
#content p {
	margin: 0 0 0 15px;
	padding: 0 0 18px 0;
	line-height: 18px;}
