body {
	font-family: "lucida sans", "lucida grande", sans-serif;
	font-size:small;
	}

#container {
	text-align:center;
}

/* CSS DROPDOWN MENU */

#nav {
	text-align:left;
	list-style: none;
	background-color: white;
	font-weight: bold;
}

#nav ul {
	text-align:left;
	list-style: none;
	background-color: white;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
	color:#003366;
}

#nav li li a	{
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	}
	
#nav li li a:hover	{
	color:#FFFFFF;
	font-weight:normal;
	}

#nav a.daddy {
	font-weight:normal;
}

#nav li ul {
	left: -999em;
	background:white;
	font-weight: normal;
}

#nav li li {
	background-color: #336699;
}

#nav li ul a	{
	font-weight:normal;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	background-color:#003399;
}

#nav li:hover ul ul ul {
	LEFT: -999em
}

#nav li.sfhover ul ul ul {
	LEFT: -999em
}

#nav li:hover, #nav li.sfhover {
	background: #ccc;
}

#nav li li:hover, #nav li li.sfhover	{
	background: #003399;
	}

#nav li li li {
	background-color: #003399;
}

#nav li li li:hover, #nav li li li.sfhover	{
	background: #003366;
	}
	
/* THE FOLLOWING MAKES THE POPOUTS IN THE RESOURCES MENU POP OUT LEFT INSTEAD OF RIGHT, FOR THOSE WITH SMALL SCREENS */

#resources a.daddy {
	font-weight:normal;
}

#resources li a	{
	font-weight:normal;
	}

#resources li li a	{
	font-weight:normal;
	}
	
/* GENERAL HTML TAGS FORMATTING */

ul, ol	{
	text-align:left;
	}
	
td	{
	text-align:left;
	}
	
p {
	text-align:left;
}

blockquote	{
	text-align:left;
	font-style:italic;
	}
	
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #003366;
	text-align: center;
	}

h2 {
	font-size: large;
	font-weight: bold;
	color: #336699;
	text-align: left;
	}

h3 {
	font-size: medium;
	font-weight: bold;
	color: #336699;
	text-align: left;
	}
	
a:link	{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
	}

a:visited, a:active {
	font-weight: bold;
	color: #996666;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration:underline;
}
	
/* MORE SPECIFIC FORMATTING */

.highlight	{
	font-weight: bold;
	}

.highlightblue	{
	font-weight: bold;
	color: #336699;
	}

.largeblue	{
	font-weight: bold;
	font-size:x-large;
	color: #336699;
	}

.medium	{
	font-size:large;
	}
	
.signature	{
	font-family:"Lucida Handwriting", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size:medium;
	}
	
.tagline {
	font-size:medium;
	font-weight:bold;
	color: #336699;
	}

.top	{
	text-align:right;
	}
	
#home {
	font-size: small;
	color: #000000;
	}

#inside {
	font-size: small;
	color: #000000;
	}

#images	img {
	text-align: center;
	}

#images	p {
	text-align: center;
	font-weight:bold;
	}

#home p	{
	text-align:center;
	}
	
.work	{
	text-align:right;
	color:#336699;
	}

ul#textlinks { 
  text-align:right;
} 

#textlinks li { 
  list-style:none;
  text-align:right;
}

.urhere a:link	{
	color:#336699;
	text-decoration:none;
	}

.urhere a:hover	{
	color:#336699;
	text-decoration:none;
	}

.urhere a:visited	{
	color:#336699;
	text-decoration:none;
	}
