
	html, body {
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		background-color: #5B5144;
		margin-top: 5px;
		margin-left: 0px;
		margin-bottom: 5px;
		margin-right: 0px;
		text-align: -moz-center;
		#text-align: center;
		font-size: 12px;
	}

	#heading {
		text-align: center;
	}

	#fullpage {
		text-align: -moz-right; 
		#text-align: right;
		width: 950px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*border: 1px solid #212D42;*/
		/*border-width: medium;*/
		background-color: #00215E;
		margin-right: auto;
		margin-left: auto;
	}

	#fullpageabout {
		text-align: -moz-center; 
		#text-align: center;
		width: 950px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*: 1px solid #212D42;
		border-width: medium;*/
		background-color: #00215E;
		margin-right: auto;
		margin-left: auto;
	}

	#fullpagecalendar {
		text-align: -moz-center; 
		#text-align: center;
		width: 950px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*border: 1px solid #212D42;
		border-width: medium;*/
		background-color: #00215E;
		margin-right: auto;
		margin-left: auto;
	}
	
	#fullpagemedia {
		text-align: -moz-center; 
		#text-align: center;
		width: 950px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*border: 1px solid #212D42;
		border-width: medium;*/
		background-color: #00215E;
		margin-right: auto;
		margin-left: auto;
	}
	
		#fullpagecontactus {
		text-align: -moz-center; 
		#text-align: center;
		width: 950px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*border: 1px solid #212D42;
		border-width: medium;*/
		background-color: #00215E;
		margin-right: auto;
		margin-left: auto;
	}
	
	#mypage {
		background-color: #DDDDDD;
		/*padding: 10px 10px 10px 10px;*/
		border: 1px solid #212D42;
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		float: right;
		width: 800px;
		text-align: left;
	}

	#mypagefullwidth {
		margin-top: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-left: 5px;
		/*padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border: 1px solid #212D42;
		border-width: medium;*/
		background-color: #DDDDDD;
		width: 940px;
		text-align: -moz-left; 
		#text-align: left;
	}

	#mycalendar {
		background-color: #DDDDDD;
		padding: 10px 10px 10px 10px;
		/*border: 1px solid #212D42;*/
		margin: 25px 0px 5px 0px;
		width: 740px;
		text-align: center;
	}

	#lessonlist {
	  text-align: -moz-center; 
		#text-align: center;
		/*padding: 5px 5px 5px 5px;*/
		border: 1px solid #212D42;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		width: 100px;
		font-size: 12px;
		float: left;
		background-color: #dddddd;
	}

  #wrapper1 {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
		border: 1px solid red;
  }

  #wrapper2 {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
		border: 1px solid red;
    width: 150px;
  }

	.myheading {
		text-align: center;
		font-weight: bold;
		font-size: 155%;
	}

	.mycenter {
		text-align: center;
	}

	.mybold {
		font-weight: bold;
	}

	.myunderline {
		text-decoration: underline;
	}

	.myboldunderline {
		text-decoration: underline;
		font-weight: bold;
	}

	.myuppercase {
		text-transform: uppercase;
		text-decoration: underline;
		text-align: center;
	}

	.mybolduppercaseunderline {
		text-transform: uppercase;
		text-decoration: underline;
		font-weight: bold;
	}

	.mybolduppercaseunderlinecenter {
		text-transform: uppercase;
		text-decoration: underline;
		font-weight: bold;
		text-align: center;
	}

	.myuppercaseboldcenter {
		text-transform: uppercase;
		text-align: center;
		font-weight: bold;
	}

	.myboldcentercapitalize {
		text-align: center;
		text-transform: capitalize;
		font-weight: bold;
	}

	.mybolduppercase {
		text-transform: uppercase;
		font-weight: bold;
	}

	.myboldfootnote {
		font-weight: bold;
		font-size: 10px;
	}

	.myuppercaseunderline {
		text-transform: uppercase;
		text-decoration: underline;
	}

	.myuppercasecenter {
		text-transform: uppercase;
		text-decoration: underline;
		text-align: center;
	}

	ul.NoBullet {
		list-style-type: none;
	}

	/**************
	*
	*  Convert Form
	*
	***************/

  fieldset {
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
    background-color: #DDDDDD;  
  }

  legend {
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 5px;
  }

	label {
    line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 425px;
  }
  
  label.fieldLabel {
    display: inline;
    float: none;
  }

  input.formInputText {
    color: #666666;
    background-color: #fee;
    border: 1px solid #212D42;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
    padding: 2px;
  }
  
  input.formInputText:hover {
    background-color: #ccffff;
    border: solid 1px #006600;
    color: #000000;
  }
  
  input.formInputText:focus {
    background-color: #ffffff;
    border: solid 1px #006600;
    color: #000000;
  }
  
  select.formSelect {
    color: #666666;
    background-color: #fee;
    border: 1px solid #212D42;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;    
  }

  select.formSelect:hover {
    background-color: #ccffff;
    border: solid 1px #006600;
    color: #000000;
  }

  select.formSelect:focus {
    background-color: #ffffff;
    border: solid 1px #006600;
    color: #000000;
  }

  textarea.formInputText {
    color: #666666;
    background-color: #fee;
    border: 1px solid #212D42;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 100px;
    padding: 2px;
  }

  textarea.formInputText:hover {
    background-color: #ccffff;
    border: solid 1px #006600;
    color: #000000;
  }

  textarea.formInputText:focus {
    background-color: #ffffff;
    border: solid 1px #006600;
    color: #000000;
  }

  input.formInputButton {
    float: right;
  }

	/**************
	*
	*  Navigation
	*
	***************/

	ul.SimpleHorizMenu {
		margin-left: 0px;
		padding-left: 0px;
		border: 1px solid #212D42;
		border-left: none;
		border-right: none;
		font-size: 12px;
		background-color: #212D42;
	}

	ul.SimpleHorizMenu li {
		display: inline;
		background-color: #212D42;
		border-width: 1px;
	}

	ul.SimpleHorizMenu li a {
		text-decoration: none;
		padding-left: 1em;
		padding-right: 1em;
		color: white;
	}

	ul.SimpleHorizMenu li a:hover {
		background-color: white;
		color: #212D42;
	}

	a {
		color:#D60808;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}

	#heading {
		text-align: center;
		margin: 0px 0px 0px 0px;
	}

	#picture {
		float: right;
	}

	#pamphlet {
		width: 540px;
		margin-top: 25px;
		text-align: left;
		/*border: 1px black solid;*/
	}

	#pamphlet_content {
		background-color: #00215E; /*#05FEFE;*/
		padding: 0px 0px 0px 0px;
		color: white;
	}

	#pamphlet_footer {
		background-color: #00215E;
		padding: 0px 5px 5px 20px;
		color: white;
	}

	td.bg {
		background-color: #00215E;
	}

	.bold {
		font-weight: bold;
	}

	.underline {
		text-decoration: underline;
	}

	.italic {
		font-style: italic;
	}

	.center {
		text-align: center;
	}

  .textalignleft {
    text-align: left;
  }
  
  .textalignright {
    text-align: right;
  }
  
	.floatleft {
		float: left;
	}

	.padding {
		padding: 5px;
	}

	.border {
		border: 2px solid #212D42;
	}
	
	.margin {
    margin: 0px 10px 0px 10px;
  }
  
  .margintop {
    margin-top: 0px;
  }
  
  .justify {
    text-align: justify;
  }
  
  .fontsize12 {
    font-size: 12px;
  }
  
  .topmostheading {
    font-size: 165%
  }

  .clearboth {
    clear: both;
  }
  
  .clearright {
    clear: right;
  }
  
  .clearleft {
    clear: left;
  }
  
  .addborder {
    border: 1px solid black;
  }
  
  .lineheight0 {
    line-height: 0em;
  }
  
  .copyright {
    font-size: 10px;
  }
  
  p.copyright a {
    color: black;
    float: none;
    color: #00215E;
  }

  #news1 {
    width: 200px;
    /*border: 1px black solid;*/
  }
  
  #news2 {
    width: 200px;
    padding: 0px 5px 0px 5px;
    /*border: 1px black solid;*/
  }

  .bottomborder {
	  text-align: justify;
	  font-size: 175%;
  }

  p.left {
	  color: white;
  }

  p.more_info {
	  font-weight: bold;
	  font-style: italic;
	  color: white;
  }

  p.directions {
	  font-weight: bold;
	  font-style: italic;
  }

  .directions_list {
	  color: #003399;
  }

  .from_norfolk, .from_chesapeake {
	  color: rgb(0,0,0);
	  font-family: "Felix Titling";
  }

  h1.directions_top {
	  text-align: center;
	  color: #003399;
	  font-family: "Haettenschweiler";
  }

  span.directions_top {
	  text-align: center;
	  color: #003399;
	  font-family: "Haettenschweiler";
	  font-size: 40px;
  }

  p.directions_top {
	  text-align: center;
	  font-family: "Felix Titling";
  }

  #pamphlet_directions {
	  width: 100%;
  }

  #myleft {
	  background-color: #3399FF;
	  text-align: left;
  }

  #myleft_content {
	  background-color: #3399FF;
	  padding: 10px 10px 14px 10px;
	  text-align: left;
	  font-size: 12px;
	  color: white;
	  width: 450px;
  }

  #myright {
	  width: 450px;
	  float: right;
	  background-color: white;
	  padding: 0px 10px 8px 10px;
	  text-align: left;
	  font-size: 12px;
  }

  #subheading {
    background-color: #00215E;
  }

  .uppercase {
	  text-transform: uppercase;
  }



  a.prototype_textcolor {
    color: white; 
  }

  #box {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100px;
    left: 100px;
    background-color: #999;
    border: 2px solid #000;
    font-family: "Helvetica Nueu", Helvetica,Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-size: 10px;
  }
