html,body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-size:100%;
	min-width:765px;
	text-align:center;
}

span.pipe2 {
	display:none;
}

p.skipmenu {
	position:absolute;
	left:-999px;
	width:990px;
}

div#container {
	width:765px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

	div#header {
		width:765px;
		height:100px;
		margin-top:20px;
		min-width:765px;
		float:left;
	}

		div#headerleft {
			width:123px;
			height:100px;
			float:left;
			background:url("../images/layout/title.png") 0px 0px no-repeat;
		}

			div#headerleft a#home {
				position:relative;
				display:block;
				text-decoration:none;
			}

			div#headerleft a#home span {
				visibility:hidden;
				font-size:0px; /* for IE */
			}

			div#headerleft a#home {
				width:25px;
				height:89px;
				top:0px;
				left:0px;
			}

			/* ie5 ie5.5 and ie6 css hack */

			* html div#headerleft a#home {
				left:-50px;
			}

		div#headerright {
			background:url('../images/layout/banner_ad.jpg') no-repeat right top;
			width:642px;
			height:100px;
			float:left;
		}

	div#breadcrumbs {
		width:765px;
		float:left;
		background: #C50943 url(../images/layout/bg_shell.png) no-repeat left top;
		text-align:left;
		color:#FFFFFF;
		font-size:0.8em;
		font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-weight:bold;
		padding: 7px 0;
	}
	
		#breadcrumbs ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#breadcrumbs li {
			display: inline;
			padding-left: 11px;
		}
		
		#breadcrumbs li a {
			background: url('../images/layout/crumbs.gif') no-repeat right 50%;
			color: #fff;
			padding-right: 15px;
			text-decoration: none;
		}

		div#breadcrumbs a:hover {
			text-decoration:underline;
		}

	div.horizontalgap {
		width:765px;
		height:6px;
		float:left;
		font-size:0em;
	}

		div.horizontalgapleft {
			width:759px;
			height:6px;
			float:left;
			font-size:0em;
		}

		div.horizontalgapright {
			width:6px;
			height:6px;
			float:left;
			font-size:0em;
			background-color:#C50943;
		}

	div#main {
		width:765px;
		float:left;
		background:url("../images/layout/content.gif") top left repeat-y;
		text-align:left;
	}

		div#navigation {
			width:140px;
			float:left;
		}

			div#navigation ul {
				list-style-type:none;
				padding:0px;
				margin:0px;
			}

			div#navigation li {
				display:inline;
				padding:0px;
				margin:0px;
			}

			div#navigation li a {
				width:103px;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:0.8em;
				color:#000F90;
				font-weight:bold;
				text-decoration:none;
				display:block;
				padding:4px 7px 4px 28px;
				border-top:1px solid #CCCCCC;
				border-left:1px solid #CCCCCC;
				border-right:1px solid #CCCCCC;
				background-image:url("../images/layout/arrow.gif");
				background-repeat:no-repeat;
				background-position:7px 7px;
				background-color:#FFFFFF;
			}

			* html div#navigation li a {
				/*--IE5.2-Mac--*/
				width:103px;
				/*--IE-PC--\*/
				width:140px;
				/*--End--*/
			}

			div#navigation li a:hover {
				background-color:#EEEEEE;
			}

			div#navigation ul#sub li a {
				font-size:0.70em;
				color:#000000;
				font-weight:normal;
				border-top:0px;
				background-image:none;
				padding:2px 7px 2px 28px;
			}

			div.whitegap {
				width:140px;
				height:6px;
				background-color:#FFFFFF;
				font-size:0em;
				border-top:1px solid #CCCCCC;
			}

		div.gap {
			width:6px;
			float:left;
		}

		div#content {
			width:426px;
			float:left;
			padding-bottom:20px;
		}

			div#content a {
				color:#000F90;
				text-decoration:underline;
			}

			div#content a:visited, div#content a:active {
				color:#4D57B2;
			}

			div#content a:hover {
				color:#C50943;
			}
			
			a.external {
				background: url('../images/layout/external.png') no-repeat right 50%;
				padding-right: 15px;
			}
			
			a.external span {
				position:absolute;
				left:-999px;
			}
			
			a.imglink {
				background: none;
				padding: 0;
			}

			div.contentbox1 {
				width:426px;
				min-height:175px;
				float:left;
				background-color:#EEEEEE;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				margin-bottom:12px;  /* For IE's benefit */
			}

				div.contentbox1 h1 {
					color:#000F90;
					font-size:1.1em;
					font-weight:bold;
					margin-left:10px;
					margin-right:10px;
					margin-top:12px;  /* For IE's benefit */
				}

				div.contentbox1 p {
					color:#000000;
					font-size:0.8em;
					margin-left:10px;
					margin-right:10px;
				}

				* html div.contentbox1 p {  /* Force IE to shrink the grey box */
					/*--IE5.2-Mac--*/
					margin-top:0px;
					/*--IE-PC--\*/
					margin-top:-8px;
					/*--End--*/
				}

				div.contentbox1 span {
					color:#000F90;
					font-weight:bold;
				}

			div.contentbox2 {
				width:426px;
				float:left;
				background-color:#FFFFFF;
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			}

				div.contentbox2 h1 {
					color:#000F90;
					font-size:1.313em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
					margin-top:12px;  /* For IE's benefit */
				}

				div.contentbox2 h2 {
					color:#000F90;
					font-size:1em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
				}

				div.contentbox2 h3 {
					color:#000F90;
					font-size:0.875em;
					font-weight:bold;
					margin-left:15px;
					margin-right:15px;
				}

				div.contentbox2 p {
					color:#000000;
					font-size:0.8em;
					margin-left:15px;
					margin-right:15px;
				}
				
				em {
					font-style: normal;
					font-weight: bold;
				}

				div.contentbox2 span {
					color:#1D5DA7;
					font-weight:bold;
				}

				div.contentbox2 address {
					color:#000000;
					font-size:0.8em;
					font-style:normal;
					margin-left:15px;
					margin-right:15px;
				}/*

				div.contentbox2 blockquote {
					font-size:0.8em;
					color:#DF2518;
					text-align:left;
					word-spacing:2px;
					line-height:15px;
					font-style:italic;
				}*/
				
				blockquote {
					color: #c50943;
					margin: 0;
					padding: 0 0 10px;
				}
				
					div.contentbox2 blockquote p {
						color: #c50943;
						margin-bottom: 0;
						margin-top: .5em;
					}
					
					blockquote strong {
						color: #000;
					}

				div.contentbox2 ul {
					list-style-type:none;
					padding:0px;
					margin:12px 15px 0;
				}

				div.contentbox2 li {
					padding:0px 0px 10px 25px;
					margin:0px;
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:0.8em;
					color:#000F90;
					font-weight:bold;
					text-decoration:none;
					display:block;
					background-image:url("../images/layout/arrow.gif");
					background-repeat:no-repeat;
					background-position:0px 3px;
				}

				div.contentbox2 ul.no_bullet li {
					background-image:none;
					padding:0px 0px 20px 0px;
					font-size:1em;
				}

				div.contentbox2 ul.no_arrow li {
					background-image:none;
				}

				/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

				* html div.contentbox2 li {
					/*--IE5.2-Mac--*/
					background-position:0px 3px;
					/*--IE-PC--\*/
					background-position:0px 5px;
					/*--End--*/
				}
				
				div.contentbox2 li em {
					color: #c50943;
				}

				div.contentbox2 li span {
					color:#C50943;
					font-size:1.1em;
				}

				div.contentbox2 ul.square li {
					background-image:url("../images/layout/square.gif");
				}
				
				div.contentbox2 ul.links li {
					color: #000;
					font-weight: normal;
				}
				
				div.contentbox2 .shorts li {
					background: none;
					color: #777;
					font-size: .75em;
					font-weight: normal;
					padding-left: 0;
				}
				
				div.contentbox2 .shorts h3 {
					display: inline;
					font-size: 1.167em;
					line-height: 1.2;
					margin: 0;
				}

				table.sortable th {
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:.8em;
					font-weight:bold;
					border:1px solid #D2D6E0;
					background-color:#FFFFFF;
					padding:3px;
					text-align:left;
				}

				table.sortable td {
					font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
					font-size:.8em;
					border:1px solid #D2D6E0;
					background-color:#FFFFFF;
					padding:3px;
					text-align:left;
				}

				table.sortable th.colcenter {
					text-align:center;
				}

				table.sortable td.colcenter {
					text-align:center;
				}
				
				.call {
					background: #ffc url('../images/layout/bg_box.png') no-repeat left top;
					clear: both;
					margin-top: 15px;
				}
				
				#content .call p {
					background: url('../images/layout/bg_box.png') no-repeat right bottom;
					color: #333;
					font-weight: bold;
					margin: 0;
					padding: 10px 15px;
				}
				
				div.contentbox2 img {
					border: 0;
					float: right;
					margin: 0 0 15px 15px;
				}
				
				.gallery {
					float: left;
				}
				
					div.contentbox2 .gallery img {
						float: left;
					}

			div.hr {
				width:396px;
				height:15px;
				background:transparent url("../images/layout/hr_dot.gif") center left repeat-x;
				clear:both;
				margin-left:15px;
				margin-right:15px;
			}

			div.hr hr {
				display:none;
			}

			div.piccyleft {
				position:relative;
				width:105px;
				height:105px;
				float:left;
				margin:15px 15px 15px 15px;
			}

			/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

			* html div.piccyleft {
				/*--IE5.2-Mac--*/
				margin:15px 15px 15px 15px;
				/*--IE-PC--\*/
				margin:22px 15px 15px 8px;
				/*--End--*/
			}

			div.piccyright {
				position:relative;
				width:105px;
				height:105px;
				float:right;
				margin:15px 15px 15px 15px;
			}

			/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

			* html div.piccyright {
				/*--IE5.2-Mac--*/
				margin:15px 15px 15px 15px;
				/*--IE-PC--\*/
				margin:22px 15px 15px 15px;
				/*--End--*/
			}

			div#content acronym.star {
				cursor:help;
				color:#C50943;
				border-bottom:0px;
			}

			fieldset {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				/* font-size:.65em; */
				color:#000000;
				margin:1em 0; /* space out the fieldsets a little*/
				padding-left:0.5em;
				border:1px solid #FFFFFF;
				background:#FFFFFF;
			}

			fieldset div {
				padding:0.5em;
				margin:0.5em;
			}

			fieldset label {
				font-size:.8em;
				margin:0.5em;
			}

			fieldset div span.radio {
				font-size:.8em;
				font-weight:normal;
				color:#000000;
			}

			fieldset ul.directory li {
					background-image:url("../images/layout/square.gif");
					font-size:12px;
					cursor:pointer;
			}

			fieldset ul.directoryradio li {
					background-image:none;
					font-size:12px;
					cursor:default;
					padding-left:0px;
			}

			legend {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:.8em;
				font-weight:bold;
				color:#000F90;
				padding:0 0.5em;
			}

			input {
				font-size:.8em;
				/*width:98%;*/
				width:25em;
				border:1px solid;
				border-color:#666666 #CCCCCC #CCCCCC #666666;
				padding:2px;
			}

			textarea {
				font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
				font-size:.8em;
				border:1px solid;
				border-color:#666666 #CCCCCC #CCCCCC #666666;
				padding:2px;
				width:90%;
			}

			input.button {
				width:5em;
				background-color:#E6E6E6;
				border-color:#CCCCCC #666666 #666666 #CCCCCC;
				margin-left:1em;
				padding:0;
				cursor:pointer;
			}

			input:focus, textarea:focus {
				background:#ffffcc;
			}

		div#pictures {
			width:175px;
			float:left;
		}

		a#bigbox {
			width:103px;
			float:left;
			text-align:center;
			color:#FFFFFF;
			font-size:1.3em;
			font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			background-color:#1D5DA7;
			text-decoration:none;
			line-height:30px;
			margin-top:6px;
			padding:30px 36px 30px 36px;
		}

		/* ie5 ie5.5 and ie6 css hack || ie5.2 mac */

		* html a#bigbox {
			/*--IE5.2-Mac--*/
			width:103px;
			margin-top:6px;
			/*--IE-PC--\*/
			width:175px;
			margin-top:2px;
			/*--End--*/
		}

			a#bigbox span {
				font-weight:bold;
			}

		a#bigbox:visited, a#bigbox:active, a#bigbox:hover {
			color:#FFFFFF;
		}

		a#bigbox:hover {
			background-color:#C50943;
		}
		
		#callbut {
			background: #1d5da7 url('../images/layout/bg_bigbox.png') no-repeat -175px bottom;
			color: #fff;
			display: block;
			font-family: Arial, sans-serif;
			font-size: 1.3em;
			font-weight: bold;
			margin-top: 6px;
			padding: 36px 0;
			position: relative;
			text-align: center;
			text-decoration: none;
			width: 175px;
		}
		
			#callbut span {
				background: url('../images/layout/bg_bigbox.png') no-repeat left top;
				height: 11px;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}
			
		#callbut:hover, #callbut:focus, #callbut:active {
			background-color: #c50943;
			background-position: -525px bottom;
		}
		
			#callbut:hover span, #callbut:focus span, #callbut:active span {
				background-position: -350px top;
			}

	div#footer {
		width:765px;
		float:left;
		background: #C50943 url(../images/layout/bg_shell.png) no-repeat right bottom;
	}

		div#footergap1 {
			width:11px;
			float:left;
		}

		div#footerleft {
			color:#FFFFFF;
			width:629px;
			float:left;
			font-size:0.8em;
			font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-weight:bold;
			font-style:normal;
			line-height:20px;
			padding-top:7px;
			padding-bottom:7px;
			text-align:left;
		}

			div#footerleft a {
				color:#FFFFFF;
				text-decoration:none;
			}

			div#footerleft a:visited, div#footerleft a:active {
				color:#FFFFFF;
			}

			div#footerleft a:hover {
				color:#FFFFFF;
				text-decoration:underline;
			}

		div#footerright {
			width:100px;
			float:left;
			padding-top:25px;
			text-align:right;
		}

		div#footergap2 {
			width:25px;
			float:left;
		}

	div#affiliates {
		width:765px;
		float:left;
		text-align:center;
		padding:15px 0px;
	}

		div#affiliates a {
			padding:0px 10px;
		}

	div#navigation2 {
		width:765px;
		float:left;
		text-align:center;
		color:#1D5DA7;
		font-size:0.75em;
		font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	}

	div#navigation2 ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
		list-style:none;
		text-align:center;
	}

	div#navigation2 ul li {
		margin:0px;
		padding:0px;
		display:block;
		text-align:center;
		display:inline;
	}

	div#navigation2 ul li a {
		margin:0px;
		padding:5px 1px 20px 1px;
		color:#000F90;
		text-decoration:none;
		text-align:center;
	}

	div#navigation2 ul li a:visited,  div#navigation2 ul li a:active{
		color:#4D57B2;
	}

	div#navigation2 ul li a:hover {
		color:#C50943;
	}

.whoshere ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

.whoshere ul li {
	display:inline;
	background-image:none;
	font-size:1em;
	margin:0px 10px;
	padding:0px;
}

.whoshere ul li a {
	padding:.2em .3em;
}