body {
	font-family: Verdana, Arial,  sans-serif;
	border-left: 10px solid #02255f;
	border-right: 10px solid #02255f;
	padding: 0 0 20px 0;
	margin: 0 ;
	}

a:link {
	color: #02255f;
	}
a:visited {
	color: #054f99;
	}

a:hover {
	color: #ca2e3b;
	}

#subbody {
	margin: 0 ;
	padding: 0;
	}

#header {
	width: 100%;
	height: 98px;
	margin: 0px auto;
	padding: 10px 0px;
	border-bottom: solid #02255f  5px;
	background: url(images/topright.jpg) right repeat-y;
	font-size: 0.9em;

	}

#header img {
	float: left;
	}

#header p.test {
	font-size: 0.8em;
	text-align: right;
	color: #222222;
	font-style: italic;
	padding: 6px 70px 0 10px;
	margin-bottom: 0;
	font-weight: bold;

	}

#header p.tn {
	font-size: 0.6em;
	text-align: right;
	color: #222222;
	font-style: italic;
	padding: 5px 80px 0 10px;
	font-weight: normal;
	margin-top: 0;
	}

#header a img {
	border: none;
	}

#header1 {
	border-top: 5px solid #02255f;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	}

#header1 p.test {
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 2em;
	
	margin-bottom: 4px;
	}

#header1 p.tn {
	font-style: normal;
	font-size: 0.7em;
	font-weight: normal;
	padding-left: 4em;
	
	margin-top: 4px;
	}

#header1 img.right {
	float: right;
	}

#header1 a img {
	border: none;
	}

#bar {
	background: #02255f;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;


	}

#bar h2 {
    color: white;
	text-align: center;
	font-size: 0.9em;
	line-height: 200%;
	margin: 0;

	}

#main {

	}

#menu {
	float: left;
	width: 155px;
	padding: 15px 5px 5px 5px;
	font-size: 0.9em;
	}

#menuList {
  background-color: white;
  width: 10em;
  padding: 5px;
}

#menuList li a {
	display: block;
  margin: 0;
  padding: 0;
  	font-size: 0.8em;
  border: 1px none ;
  padding-left: 3px;
  padding-top: 6px;
  padding-bottom: 6px; 
	}

#menuList ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menuList li:hover {
	color: #ca2e3b;
	background: #02255f; 
	}

#menuList li {
  background-color: white;
  margin-bottom: -4px;
  margin-top: -4px;
  margin-left: 2px;
  margin-right: 2px;

	padding: 0px 3px 3px 3px;
/*    padding-left: 3px;
  padding-top: 6px;
  padding-bottom: 6px;  */
  border: 1px none ;
 
  width: 10em;
  /* this is to make the submenus position relative to this li */
  position: relative; 
}
#menuList li.current {
	background: #02255f;
	color: white;

	}

#menuList li.current a {
	color: white;
	}

#menuList li.current:hover {
	color: #ca2e3b;
	background: white;

	}

#menuList li.current:hover a {
	color: #ca2e3b;
	background: white;
	}

/* Second level under current reset colors */
#menuList li.current:hover  li {
	background-color: white;
	color: #02255f;
	}

#menuList li.current:hover li a {
	background-color: white;
	color: #02255f;
	}

#menuList li.current:hover li:hover {
	color: #ca2e3b;
	background: #02255f; 
	}


#menuList li.current:hover li a:hover {
	color: #ca2e3b;
	background: #02255f; 
	} 




#menuList a {
  text-decoration: none;

}

#menuList li:hover {
	color: #ca2e3b;
/*	background: #02255f; */
}

 #menuList a:hover {
  color: #ca2e3b;
} 

#menuList ul ul {
  position: absolute;
  left: 10em;
  top: 0;
  visibility: hidden;

}

#menuList ul ul li {
	border: 1px solid #02255f;
	}

#menuList li:hover > ul {
  visibility: visible;

}

/*Mouseover: display second level or third level pop-up*/

#menuList li:hover ul, #menuList li:hover li:hover ul {
  visibility: visible;
}

/* Hide third level menu when the mouse is over the first level li
#menuList li:hover ul ul {
	visibility: hidden;

	}*/
/****************** Content *****************/

#content  {
	margin-left: 175px;
	padding: 5px 20px 5px 5px;
	font-size: 0.8em;

	}


#content h1 {
	color: #ca2e3b;
	font-size: 1.1em;
	}

#content h1.pr {
	color: black;
	text-align: center;
	}

#content h2 {
	color: #ca2e3b;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	}

#content h2.pr {
	color: black;
	text-align: center;
	
	}

#content img {
	float: left;
	border: none;
	margin: 6px;
	}

#content img.right {
	float: right;
	}

#content img.in {
	float: none;
	}

#content li {
/* 	padding: 0;*/

	}

#content p.first:first-letter {
/*	color: #02255f;
	font-size: 100%;
	font-weight: bold;
	font-size: 1em; */
	}



#contact {
	margin-left: 20px;
	}

#contact th {
	font-weight: bold;
	padding-right: 1.25em;
	text-align: right;
	}

#contact td {
	padding-bottom: 1.5em;
	}

#logoblock {
/*	float:left;
	width: 42%; */
	border: none;
	text-align: center;
	margin-top: 1em;
	}


#logoblock a { 
	text-align: center;
	}

#logoblock img { 
	float: none;
	border: none;
	text-align: center;
	width: 9em;
	}

#signup {
	float: right;
	width: 35%;
	background: #02255f;
	color: white;
	padding-bottom: 4px;
	margin: 1em;
	}

#networks {
	text-align: center;
	clear: right;
	}

#networks h1 {
	font-size: 1.5em;
	}

#signup form {
	font-size: 0.8em;
/*		color: #ca2e3b;
width: 80%;  */
	margin-top: 1em;

	text-align: center;
	padding: 3px;
	}

#signup p {
	margin: 0;
	padding: 0;
	}


#leftimg {
	float: left;
	}

#clear {
	clear: both;
	}

#right {
	float: right;
	width: 170px;
	border: 2px #02255f solid;
	margin: 5px 2px 5px 10px;
	padding: 5px 5px 5px 5px;
	color: black;
	
	}
#right.sign {
	font-size: 0.7em;
	}
	
#right p.test {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 4px;
	}

#right p.tn {
	font-size: 0.7em;
	text-align: right;
	margin-top: 3px;

	}


#footer {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #02255f;
	margin-bottom: 10px;
	padding-top: 10px;
	}


#footer .left {
	float: left;
	width: 45%;
	}

#footer .right {
	float: right;
	width: 45%
	}

#footer .links {
	clear: both;
	margin-top: 20px;
	}


#footer ul {
	border-left: solid 1px black;
	list-style-type: none;
	display: inline;
	text-align: center;
	margin-top: 10px;
	
	}

#footer li {
	border-right: solid 1px black;
	/* border-left: solid 1px black; */
	padding: auto 10px auto 10px;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	}

.foottag {
	}

SUP {
	font-size: 80%;
	}

#testimonial3 {
/*	clear: both; */
	background: #4d658b repeat-x bottom;
	border: solid 2px #02255f;
	border-bottom: solid 5px #02255f;
	margin: 5px;
	padding: 5px;
	}

#testimonial4 {
/*	clear: both; */
	background: #9eaac0 repeat-x bottom;
	border: solid 2px #02255f;
	border-bottom: solid 5px #02255f;
	margin: 5px;
	padding: 5px;
	}

#testimonial5 {
/*	clear: both; */
	background: #c9cfdf repeat-x bottom;
	border: solid 2px #02255f;
	border-bottom: solid 5px #02255f;
	margin: 5px;
	padding: 5px;
	}

#test-logo {
/*	float: left; */
	padding: 3px 3px 8px 6px;
	}

#test-audio {
	float: right;
	border: none;
	clear: right;
	}

#test-pic {
	float: right;
	border: none;
	padding: 3px;
	margin: 5px;

	}

#test-bottom {
/*	clear: right; */
	}

#test-audio a,
#test-audio a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:10em;
 _width:10em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

#test-audio a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

#test-audio a.sm2_link,
#test-audio a.sm2_paused:hover,
#test-audio a.sm2_link:hover {
 background:#333 url(images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(images/icon_play.gif); /* IE 6 */
 border-color:#333;
}

#test-audio a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

#test-audio a.sm2_paused:hover {
 background:#999 url(images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(images/icon_play.gif);
 border-color:#999;
}

#test-audio a.sm2_playing,
#test-audio a.sm2_playing:hover {
 background:#336699 url(images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(images/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

/* hide button while playing?
#test-audio a.sm2_playing {
 background-image:none;
}
*/
