/* CSS Document */

/* Helpers and base rules */

img	{
	border: 0;
	}
	
/* The body style affect ALL type on the pages*/
body {
	font: 0.9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;

	}

/* Typography 	*/

h1	{
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
	font-size: 1.3em;
	color: #333344;
	}
h2	{
	font-weight: bold;
	line-height: 1.1em;
	margin: 20px 0 0 0;
	font-size: 1em;
	color: #333344;
	}
h3, h4	{
	font-weight: bold;
	line-height: 1.0em;
	font-size: .90em;
	}
p {
	margin: 5px 0 0 0;
	font-size: .9em;
	line-height: 1.3em;
    text-align: center;
	}
ul {
	margin:0 auto;
	padding:0;
	list-style-type:disc;
	list-style-position: outside;
	
	}
li {
	font-weight: normal;
	margin:5px 25px 5px 35px;
	line-height: 1.3em;
	font-size:.9em;
	
	}
.smtxtnotation {
	font-size:11px;
    font-weight:bold;
	margin: 0;
	color: #223355;
    text-decoration:none;
}
.smtxtnotationlight {
	font-size:11px;
    font-weight:normal;
    margin: 0;
	color: #223355;
    text-decoration:none;
}
.textstyle1 {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}
.center {
    text-align: center;
	}

.left {
	margin: 0 0 0 5px;
	text-align: left;
	
	}
.emphasis {
     font-style: oblique;
	 }

/* Default links 	*/

a:link {
	text-decoration : underline;
	color: #223355;
	background: transparent; 

	}
a:visited{
	text-decoration : underline;
	color: #5d6982;
	background: transparent;

	}
a:hover {
	text-decoration : underline;
	color: #333344;
	background: transparent; 
	}


a:active {
	text-decoration : underline;
	color: #223355;
	background: transparent;  
	}
/* These are for the individual image pages 	*/
#imagepagewrapper {
	background: #FFF url(/images/imagebackground.gif) top repeat-y;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
	}
#imageheader {
	background: #FFF url(/images/imageheader.gif) no-repeat top;
	width: 600px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
	}
#imagewrapper {
	background: #FFF url(/images/imagebackground.gif) top repeat-y;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333;
	}
#imagewrapper a {	
	color:#20255b;
	}

#imagewrapper a:hover {	
	color:#0047ab;
	}

#imagedetails {
	width: 560px;
	margin: 10px;
	padding: 0px;
	border: 0;
	font-size: .9em;
	line-height: 1.0em;
	text-align: left;
	}
#imagedetails p {
	margin: 10px 0;
	padding: 0px;
	text-align: left;
	
	}

#imagefooter {
	clear:both;
	background: transparent url(/images/imagebottom.gif) no-repeat top;
	width:600px;
	height: 98px;
	margin:0 auto;
	padding:0;
	text-align: left;
	color:#333;

	}
html>body #imagefooter {
	width:600px;
	text-align: left;
	}
#imagefootercontent {
	width: 560px;
	margin: 0px 0 0 0;
	padding: 0px;
	border: 0;
	font-size: .80em;
	line-height: 1.0em;

	}
#imagefootercontent p {
	margin: 5px 0;
	padding: 0px;
	}
