/* ----- GLOBAL ----- */

html, body {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 76%;        
	line-height: 1.5em;
	color: #000;
	background: #666;
}

/* ----- LINKS ----- */

a:link {
	font-style: italic;
	color: #8c8c8c;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	color: #a0a0a0;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
a:active {
	font-style: italic;
	color: #000;
	text-decoration: none;
}

a.nav:link {
	font-size: 1.2em;
	font-style: italic;
	color: #8c8c8c;
	text-decoration: none;
	border-bottom: 1px dashed #8c8c8c;
}
a.nav:visited {
	font-size: 1.2em;
	font-style: italic;
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px dashed #a0a0a0;
}
a.nav:hover {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.nav:active {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a.navsecond:link {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.navsecond:visited {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
a.navsecond:hover {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
a.navsecond:active {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

/* ----- IDS ----- */

/* style for IE 5 Mac */	
#container {
	width: 745px;
	height: 410px;
	text-align: left;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	position: relative;
	margin:10px auto;
}	
/* commented backslash hack  - invisible to IE 5 to fix centering \*/
#container {
	width: 745px;
	height: 410px;
	text-align: left;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -205px 0 0 -373px;
}
/* end hack */		

#content {
	position: absolute;
	bottom: 25px;
	right: 50px;
	width: 416px;
	height: 300px;
	margin: 0;
	padding: 0;
}
#navigation {
	float: left;
	width: 217px;
	height: 410px;
	margin: 0;
	padding: 0;
}
#michaelshannon {
	float: left;
	background-image: url(../images/michaelshannon.gif);
	width: 40px;
	height: 410px;
	margin: 0;
	padding: 0;
}
#ms {
	float: left;
	width: 76px;
	height: 73px;
	margin: 0;
	padding: 0;
}

#ms a, hover {border: none;}

/* ----- CLASSES ----- */

.nolink {
	font-size: 1.2em;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.subnav {
	display: block; 
	position: absolute; 
	bottom: -5px; 
	left: 0px; 
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em; 
	height: auto; 
	width: 350px;
	padding: 0px;  
}
/* ----- HEADINGS ----- */

h1 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000;
	margin: 0em;
	padding: 6px 0 0 0;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	color: #000;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 1.2em 0em 1.2em 0em;
	padding: 0em;
}

/* ----- PARAGRAPHS ----- */

p, dl {
	color: #000;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
.top {
	border-top: 1px solid #8c8c8c;
	margin-top: 0.8em;
	padding-top: 0.5em;
}
ul {
	color: #000;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	list-style-type: square;
	list-style-position: outside;
}
ol {
	color: #000;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	list-style-position: outside;
}
li.off {list-style-type: none;}

/* ----- IMAGES ----- */

img {border: 0px solid #000;}
img a {border: 1px solid #8c8c8c;}
img a:visited {border: 1px solid #a0a0a0;}
img a:hover {border: 1px solid #000;}

/* ----- TEXT FORMATTING ----- */

strong {font-weight: bold;}
em {font-weight: bold;}
b {font-weight: bold;}
