/* Effects entire Document */
body 		{
				background: #ffffff url(images/sidebar.png) repeat-y fixed top left;
				margin: 0px; padding: 0px;				
				}

/* Hide linked image borders */
a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

/* Headers */
h1,h2,h3,h4,h5,h6 {
				margin-top: 0px; margin-bottom: 0px;
				padding-top: 0px; padding-bottom: 0px;				
				}
h1			{ font: italic normal normal 200% 'Old English Text MT','Monotype Corsiva','Georgia',times,serif;	color: #5e3d84; }
h2			{ font: italic normal normal 150% 'Monotype Corsiva',Georgia,times,serif; color: #5e3d84; }
h3			{ font: normal normal normal 125%	'Monotype Corsiva','Georgia',times,serif; }
h4			{ font: normal normal bold 100% Verdana,sans-serif; }
h5			{ font: normal normal bold 80% Verdana,sans-serif; }
h6			{ font: normal normal bold 60% Verdana,sans-serif; }

/* Top Header Bar */
#header	{				
				background-color: #ffffff;
				border-bottom: none;
				color: #5e3d84;
				text-align: center;	vertical-align: middle;
				margin-top: 0px; margin-left: 120px; margin-right: 0px;
				padding: 3px;		
				}

/* Left side Navigation Bar */
div#nav	{
				font: normal normal normal 70% Verdana,sans-serif;
				text-align: center;
				width: 100px;
				top: 0px; left: 0px;				
				padding-left: 10px; padding-right: 10px;				
				border: none;
				/* IE 5 & 6 Work Around - Part 1*/
				position: absolute;
				/* End */				
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav {position: fixed}
				/* End */

div#nav	a {
				text-decoration: none;
				display: block;
				padding: 1px;
				background: #ffffff none;
				border: outset 2px #ffffff;
				/* IE 5 & 6 Work Around - Part 1*/
				color: #000000;
				/* End */				
				margin-top: 1px; margin-left: 10px; margin-right: 10px; margin-bottom: 1px;			
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav a { border: outset 2px #000000; }
				/* End */
div#nav	a img {
				background: transparent none;
				padding-top: 5px;	padding-bottom: 5px;
				margin: 0px
				}
div#nav	a:hover {
				text-decoration: none;
				padding: 1px;
				border: inset 2px #ffffff;
				background: #ffffff none;
				/* IE 5 & 6 Work Around - Part 1*/
				color: #000000;
				/* End */
				}
				/* IE 5 & 6 Work Around - Part 2 */
				body>div#nav a:hover { border: inset 2px #000000; }
				/* End */
				
/* Main Content Box */
#content {
				 color: #000000;
				 font: normal normal normal 100% Verdana,sans-serif;
				 margin-left: 120px;
				 padding-top: 20px; padding-left: 20px; padding-right: 20px;				 				
				 }			 
#content a:link				{ color: #5e3d84; }
#content a:visited		{ color: #5e3d84; }
#content a:hover			{ color: #dc143c; }

div.head	{ font: normal normal normal 125%	'Monotype Corsiva','Georgia',times,serif; }
hr.main		{ background-color: #5e3d84; color: #5e3d84; height: 5px; }
hr.small	{ background-color: #5e3d84; color: #5e3d84; height: 2px; }
p.block		{ text-align: justify; margin-left: 25px; }
p.main		{ text-align: justify; text-indent: 25px; }
.goto			{ font-size: 80%; }
.inline		{ display: inline; }

/* Text (or image) alignment.  Must use with <p> or <div> command */
.left		 { text-align: left; }
.right	 { text-align: right; }
.center  { text-align: center; }
.justify { text-align: justify; }

/* Footer */
#footer		{ font-size: 80%; text-align: center;	}