/* CSS Document */

body {
	background: #f4f4f4 url(../img/bg_body.jpg)  repeat-x;
	margin:0;
	padding:0;
	color:#00194c;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border:0;
}

h1, h3, h5 {
	color:#0d5cab;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2, h4 {
	color:#e9871c;
	font-family:Georgia, "Times New Roman", Times, serif;
}

span.smallInline {
	font-size: 75%;
	font-weight: normal;
	}


p {
	color:#00194c;
}

a, a:active, a:visited {
	color:#00194c;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

#contained {
	background:#FFFFFF;
	width: 725px;
	margin:auto;
}
#footer {
	width: 725px;
	margin:10px auto;
	text-align:right;
	padding:0;
}

#footer p, #s_footer p {
	text-align:right;
	font-size: .7em;
	padding:0;
	margin:5px;
}

#header {
	background:#000099 url(../img/bg_banner.jpg) no-repeat;
	width: 725px;
	height: 147px;
}
	#logo {
		float:left;
		margin: 20px 0px 0px 20px;
	}
	#header_navigation {
		float: right;
		margin: 15px 20px 0px 0px;
	}
		#header_navigation ul {
			list-style:none;
			margin:0;	
			padding:0;
		}
		
		#header_navigation li {
			list-style-type: none;
			list-style:none;
			display: inline;
			padding: 0px 0px 0px 10px;
		}
	
		#header_navigation a, #header_navigation a:visited, #header_navigation a:active {
			color:#FFFFFF;
			text-decoration: none;
			font-weight:bold;
			font-size: 0.9em;
		}
		#header_navigation a:hover {
			color:#e9871c;
		}
#navigation {
	background:#e9871c;
	width: 685px;
	border: #FFFFFF solid 0px;
	border-top: 2px #FFFFFF solid;
	padding: 5px 20px 5px 20px;
}
	#navigation ul {
		list-style:none;
		margin: 0;	
		padding: 0;
		width: 685px;
	}
	
	#navigation li {
		list-style-type: none;
		list-style:none;
		padding: 0px 0px 0px 5px;
		float:left;
		text-align: left;
	}

	#navigation a {
		padding-left: 10px;
		display: block;
		}
	
	#navigation a, #navigation a:visited, #navigation a:active {
		color:#FFFFFF;
		text-decoration: none;
		font-weight:bold;
		font-size: 13px;
	}
	#navigation a:hover {
		background: url(../img/nav_star_semi.gif) no-repeat top left;
	}
	#navigation a.selected {
		background: url(../img/nav_star.gif) no-repeat top left;
	}
	
	

/* nav submenu: used only on certain pages */
#navigationSub {
	border: #FFFFFF solid 0px;
	border-top: 2px #FFFFFF solid;
}
	#navigationSub ul {
		list-style:none;
		margin: 0;	
		padding: 0;
		width: 685px;
	}
	
	#navigationSub li {
		list-style-type: none;
		list-style:none;
		padding: 0;
		margin-left:-3px;
		float:left;
		text-align: left;
	}

	#navigationSub a {
		padding:0 10px 0 10px;
		display: block;
		}
	
	#navigationSub a, #navigationSub a:visited, #navigationSub a:active {
		color:#0d5cab;
		text-decoration: none;
		font-weight:bold;
		font-size: 13px;
	}
	
	#navigationSub a:hover {
		color:#e9871c;
	}
	
	#navigationSub a.selected {
		background: url(../img/nav_star.gif) no-repeat top left;
	}	





#body {
	background:#FFFFFF url(../img/bg_content.gif) right top no-repeat;
	width: 650px;
	padding: 20px 50px 20px 25px;
	border-bottom: 4px #e9871c solid;
}

#body p.sponsor {
	font-size:0.9em;
	line-height:1.2em;
	color:#0a52a6;
}

.sponsor table {
	border:0;
}

.sponsor th {
	text-align:left;
	padding-bottom: 10px;
}
.sponsor td {
	text-align:center;
	padding-bottom: 15px;
}

.blanklist {
	list-style-type: none;
}

#s_contained {
	margin:50px auto;
	margin-bottom:0;
	width:530px;
	background: url(../img/butterflyhand.jpg) #FFFFFF no-repeat bottom left;
	border: #afc0d2 solid 2px;
}

#s_image {
	width: 310px;
	height: 300px;
	float:left;
	margin:0;
	padding:0;
	background: url(../img/butterflyhand.jpg) #FFFFFF no-repeat;
}

#s_message {
	background:#0952a4;
	width: 220px;
	margin-left:310px;
	padding-top:2px;
}
	.s_entry {
		width:200px;
		background:#f68618;
		border-bottom:#FFFFFF solid 4px;
		padding:10px 10px 10px 10px;
		text-align:center;
	}
	.s_entrytop {
		border-top:#FFFFFF solid 4px;
		margin-top:5px;
	}
	.s_entry a, .s_entry a:visited, .s_entry a:active {
		color:#FFFFFF;
		text-decoration:none;
	}	
	.s_entry a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	.s_entry_main {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.15em;
		padding-bottom:4px;
	}
	.s_enter {
		font-size:0.9em;
	}
	#s_logo {
		margin: 12px 0px 0px 35px;
		padding-bottom:10px;
	}
#s_footer {
	width: 530px;
	margin: 0 auto;
	text-align:right;
	padding-top:10px;
	clear:both;
}
.top {
	text-align:right;
}

.width225 {
	width:225px;
}

.width400 {
	width:400px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.marginTop0 {
	margin-top:0px;
}

paddingRight10 {
	padding-right:10px;
}

.orangeColor {
	color:#e9871c;
}