/* Jane Deane stylesheet.css */




BODY	{text-align: center;
	background: #0F3670;
	 }


#container	{text-align: left;
		margin: 0 auto;
		width:	800px;
		background: #0F3670;
		}


H1	{font-weight: bold;
	 text-align: left;
	font-size: 16px;
	 color: #C0C0FF;
	 font-family: arial, helvetica, sans-serif;}

H2	{font-weight: normal;
	font-style: italic;
	font-size: 14px;
	 text-align: left;
	 color: #C0C0FF;
	 font-family: arial, helvetica, sans-serif;}

P	{font-weight: normal;
	font-size: 12px;
	 text-align: justify;
	 color: #C0C0FF;
	font-family: arial, helvetica, sans-serif;}

P.caption	{font-weight: normal;
	 	text-align: center;
	 	color: #C0C0FF;
		font-size: 12px;
		font-style: italic;
		font-family: arial, helvetica, sans-serif;}


/* menu bar styling */
ul#navigation 	{margin-left: 0;
		padding-left: 0;
		list-style-type: none;}

ul#navigation a {display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		font-family: arial, helvetica, sans-serif;
		background: #C0C0FF;
		color: #fff;
		padding: .2em .5em;
		border-bottom: 1px solid #0F3670;
		width: 9em;}

ul#navigation a:hover {background: #0F3670;
			color: #fff;}

ul#navigation li {display: inline;}


/* menu bar */
.bl {background: url(../images/bl.gif) 0 100% no-repeat #C0C0FF; width: 180px;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}



a	{text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #C0C0FF;
	font-family: arial, helvetica, sans-serif;
	}


a:link	{text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #C0C0FF;
	font-family: arial, helvetica, sans-serif;
	}


a:visited	{text-decoration: none;
		color: #C0C0FF;
		font-family: arial, helvetica, sans-serif;
		}

a:hover		{color: #ffffff;
		}


a.external:link	{text-decoration: none;
		font-size: 12px;
		color: #C0C0FF;
		font-family: arial, helvetica, sans-serif;}




/* image and caption position & style */
div.imagecaption 	{float: right;
			width: 202px;
			margin: 0 5px 5px 5px;
			display: inline;
			padding: 2px 2px 2px 2px;
			background: #0F3670 ;
			color: #C0C0FF;
			text-align: center;
			font-size: 12px;
			font-style: italic;
			font-family: arial, helvetica, sans-serif;}


div.imagecaption img 	{border: 2px solid #C0C0FF;}


div.imagecaptionleft 	{float: left;
			width: 202px;
			margin: 0 5px 5px 5px;
			display: inline;
			padding: 2px 2px 2px 2px;
			background: #0F3670 ;
			color: #C0C0FF;
			text-align: center;
			font-size: 12px;
			font-style: italic;
			font-family: arial, helvetica, sans-serif;}


div.imagecaptionleft img 	{border: 2px solid #C0C0FF;}










div.footer	{width: 550px;
			margin: 0 1em 1em 1em;
			display: inline;
			padding: 1px 1px 1px 1px;
			background: #0F3670 ;
			color: #fff;
			text-align: center;
			font-size: 12px;
			font-family: arial, helvetica, sans-serif;}



