
#header 
	{
	margin: auto;
 	top: 10px; 
 	width: 800px;
 	height: 120px; 
	}

#footer 
	{
	margin: auto;
 	width: 800px;
 	text-align: left;
	font-size: 11px;
	color: #5f5f5f;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	}

#menu
	{
	padding-top: 10px;
	}
	
#verbage_main 
	{
	margin: auto;
 	position: relative; 
 	text-align: left;
 	width: 800px;
	}

.home_title
	{
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #495A84;
	}

.heading
	{
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #495A84;
	}

.content-main
	{
	width: 700px;
	margin: auto;
	}

.video
	{
	padding-right: 20px;
	padding-bottom: 20px;
	float:left; 
	clear:left;
	}
	
.welcome
	{
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-weight: normal;
	font-size: 14px;
	color: #1f1f1f;
	text-align: center;
	background: #dddddd;
	padding-top: 10px;	
	padding-bottom: 10px;	
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid  #3f3f3f;
	}

body 
	{
	font-family: sans-serif, Helvetica, Verdana, Arial;
	text-align: center;
	font-size: 14px;
	color: #3f3f3f;
	}

a			{font-family: sans-serif, Helvetica, Verdana, Arial; font-weight:bold; text-decoration: none;}	
a:link 		{color: #495A84;}
a:visited 	{color: #495A84;}
a:hover 	{color: #ff9900;}
a:active 	{color: #495A84;}

a.selected:link 	{color: #ff9900;}
a.selected:visited 	{color: #ff9900;}
a.selected:hover 	{color: #495A84;}
a.selected:active 	{color: #ff9900;}

a.email			{font-family: sans-serif, Helvetica, Verdana, Arial; font-weight:normal; text-decoration: underline;}	
a.email:link 	{color: #3f3f3f;}
a.email:visited {color: #3f3f3f;}
a.email:hover 	{color: #ff9900;}
a.email:active 	{color: #3f3f3f;}

a.map			{font-family: sans-serif, Helvetica, Verdana, Arial; font-weight:normal; text-decoration: underline;}	
a.map:link 		{color: #3f3f3f;}
a.map:visited 	{color: #3f3f3f;}
a.map:hover 	{color: #ff9900;}
a.map:active 	{color: #3f3f3f;}

a.location			{font-family: sans-serif, Helvetica, Verdana, Arial; font-weight:bold; text-decoration: none; font-size: 16px;}	
a.location:link 	{color: #ff9900;}
a.location:visited 	{color: #ff9900;}
a.location:hover 	{color: #495A84;}
a.location:active 	{color: #ff9900;}

.location {font-family: sans-serif, Helvetica, Verdana, Arial; font-weight:bold; text-decoration: none; font-size: 16px; color: #495A84;}	


ul
  {
    width: 60em;
  }

  /* float & allow room for the widest item */
  ul li
  {
    float: left;
    width: 20em;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }