/***********Major Page Components **************************/a {        color:#09c;        text-decoration: none;        font-family:verdana, arial, helvetica, sans-serif;}a:link {color:#8A2BE2;}a:visited {color:#3D6070 ;}a:hover, a:focus {color:#A52A2A; text-decoration: underline;} 	body {	background-color: white;	background-image: url(images/stars.jpg);	padding: 10px;	width: 790px;	height: 100%;		font-family:verdana, arial, helvetica, sans-serif;	font-size: 12px;}/******This version of the body is used when******//****** a page is included by an iframe tag******/	body.inset {		background-color: #9c9c9c;		padding: 20px;		background-image: none;		width: 500px;}

	body.inset h1{display: block;}
h1 {    display: none;    /*	text-align: center;	margin-top: -40px;	margin-bottom: -15px;	padding: 20px;	color: #474D6E;	font-size: 20px;	letter-spacing: 10px;	font-family:courier, arial, helvetica, sans-serif;*/		}	#Header {	background-image: url(images/balloon.jpg);   	background-repeat: no-repeat;	margin-left: 50px;	border: 1px dotted #724da1;	width: 700px;	height: 323px;	z-index: 2;	}	#Stripes {	border-left: 3px dotted #724da1;	border-right: 3px dotted #724da1;	text-align: center;	position: absolute;	top: 100px;	left: 280px;	width: 300px;	height: 70%;	z-index: -1;	}	#Content {	width: 680px;	clear: none;	margin-top: 30px;	margin-left: 50px;	border: 1px dotted #724da1;	background-color: #A1A1A1;		margin-bottom: 15px;	padding: 0px 10px 10px 10px;	z-index: 2;	}#menu{	position: absolute;	top: 337px;	left: 75px;	letter-spacing: 3px;	text-align: left;	z-index: 3;	}	#menu a{		font-weight: normal;   		font-family:verdana, arial, helvetica, sans-serif;		color:#e6e6e6;		text-decoration: none;		padding: 0px 10px 0px 10px;		margin-left: 10px;		display: in-line;		width: 120px;		background-color: #474D6E;		border: 1px solid black;		border-right: 2px solid black;		border-bottom: 2px solid black;}		#menu a:hover {		color:#bcacf0;		text-decoration: none;		background-color: #724da1;}#Footer {	color: #e6e6e6;	margin: 0px 10px 10px 10px;		font: 10pt; 	text-align:center;	letter-spacing: 3px; 	clear: both;	z-index: 2}ul, ol {        font:11px/20px verdana, arial, helvetica, sans-serif;        margin:0px 5px 0px 8px;        padding:0px;        line-height: 130%;}        li {	margin-top: 3px;}/******Floating Alignment Stuff *******/	.R {float: right;	margin-top: 10px;	margin-left:  15px;	margin-right: 5px;	margin-bottom: 15px;}	.L {float: left;	margin-top: 10px;	margin-left: 5px;	margin-right: 15px;	margin-bottom: 15px;	position: relative;	}
