			body{
				background : #120A8F;
				color : #F8F8FF ;
				font-family: "Tahoma", "Arial", sans-serif;
			}
			a{
				color : #ebbf78;
				text-decoration: none;
			}
			a.visited{
				color : #ebbf78;
				text-decoration: none;
			}
			a.hover{
				color : #ebbf78;
				text-decoration : strikethrough;
			}
			h1{
				color : #F8F8FF;
				font-size: 39px;
				font-family: "Helvetica", sans serif;
				text-align: center;
			}
			p:first-letter {
				font-size: 3em;
				font-family: "Edwardian Script ITC", "Brush Script MT", cursive;
			}
			p:first-line { line-height: 100%; }
			p{
				align: left;
				line-height: 30px;
			}
			#container{
				width: 90%;
				min-width: 600px;
				margin-left: 5%;
			}
			#navigation{
				width: 100%;	
				background-color: #AF1E2D;
				text-align: right;
				height: 25px;
			}
			#menu a.youAreHere{
				color : #b2ceda;
				background-image: url('images/background8flip.png');
				border: inset;
				text-align: center;
				padding-top: 3px;
				padding-left: 3px;
				padding-right: 3px;
			}
			#menu{
				font-family: "Helvitica", sans serif;
				font-size: 20px;
			}
			#menu a.switch{
				color : #434345;
				background-image: url('images/background8.png');
				border: outset;
				text-align: center;
				padding-top: 1px;
				padding-left: 3px;
				padding-right: 3px;
			}
			#menu a.switch:hover{
				color : #b2ceda;
				background-image: url('images/background8flip.png');
				border: inset;
				text-align: center;
				padding-top: 3px;
				padding-left: 3px;
				padding-right: 3px;
			}

			#heading{
				width: 100%;
				height: 205px;
				background-color: #AF1E2D;
				text-align: center;
			}	
			#container3 {
				margin-left: 5%;
				width:90%;
				min-width: 600px;
				background: #AF1E2D;
				overflow:hidden;
				position:relative;
			}
			#container2 {
				float:left;
				width:100%;
				background : #120A8F;
				position:relative;
				right:20%;
			}
			#container1 {
				float:left;
				width:100%;
				background : #120A8F;
				position:relative;
				right:50%;
			}
			#col1 {
				float:left;
				width:26%;
				position:relative;
				left:70%;
				border: solid 0.5px;
				border-color: #120A8F;
				
				}			
			#col2 {
				float:left;
				width:46%;
				position:relative;
				left:76%;
				}
			#col3 {
				background: #AF1E2D;
				float:left;
				width:16%;
				position:relative;
				left:80%;
			}
			#footer{
				width: 90%;
				margin-left: 5%;
				background: #AF1E2D;
				font-size: 8px;
				text-color: #434245;
				clear: left;
			}
