html {
	font-size:100%;
}

body {
background: #2b4766 url(../images/background.png) repeat-x;
padding: 0px;
margin: 0px auto;
font: small/1.6em Verdana, Geneva, Helvetica, Arial, sans-serif;
}

* {
margin:0;
padding:0;
}

/* General Font and Paragraph Styling */

p {
	color: #000000;
}

p, h1, h2, h3, h4, h5, h6, li {
	color: #000000;
}

h3 {
	font-weight: normal;
	font-size: 22px;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h4 {
	font-weight: normal;
	font-size: 20px;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}

h5 {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
	margin: 8px 4px 0px 12px;
	padding: 0px;
}


a:link, a:visited, a:active {
	color: #1a4793;
	text-decoration: none;
}

a:hover {
	color: #568fcb;
	text-decoration: none;
}

a.noline {
	text-decoration: none;
}

a.replace {
	display: block;
}

ul {
	list-style-type: none;
	margin: 0px;
}

hr {
	border: none 0px;
	border-top: 2px #b9b99f dotted;
	width: 100%;
	height: 2px;
	
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

img.right {
	padding: 0px;
	margin: 0px;
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.indent {
	text-indent: 20px
}

.blue {
	color: #1a4793;
}

.bluecenter {
	color: #1a4793;
	text-align: center;
}

.red {
	color: #ff0000;
}

.redcenter {
	color: #ff0000;
	text-align: center;
}

.black {
	color: #000000;
}

.errormessage {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
.errormessage li {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}

.errormessageSection {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

.errortext {
	color: #ff0000;
	font-weight: bold;
}

/* END FONT/PARAGRAPH STYLING */

/* Table, Table Header, and Table Row Layouts and Colors */

table {
	table-layout: auto;
    margin-left: auto;
    margin-right: auto;
	padding: 15px;
    
}

table.schematics {
	table-layout: fixed;
	width: 475px;
	height: 100%;
	border: none;
	padding: 0px;
	margin: auto;
}
table.mid-conf {
	width: 776px;
	border: none;
	text-align: center;
}
table.pre-conf {
	width: 500px;
	border: none;
	text-align: center;
}

table.registration {
	border: none;
	text-align: center;
	border-collapse: collapse;
}
table.registration td {
	border: thin solid black;
}

table.feetable {
	border: none;
	padding: 15px;
	border-collapse: collapse;
	width: 400px;
}

table.feetable td {
	border: thin solid black;
}

table.lists {
	padding: 0px;
	margin: 0px auto;
	border: none;
	width: 400px;
}

th {
	text-align: right;
	padding: 5px;
}

td {
	padding: 5px;
}

table.mid-conf td {
	font-size: small;
}

th.table-title {
	text-align: center;
	text-decoration: underline;
}
td.underline {
	text-decoration: underline;
}
th.underline {
	text-decoration: underline;
	text-align: center;
}
td.reg-date {
	color: #0000FF;
	font-weight: bold;
}
td.reg-fee {
	color: green;
	font-weight: bold;
}

th.errorstate {
	color: #ff0000;
	font-weight: bold;
	text-align: right;
}

th.normalstate {
	color: #000000;
	text-align: right;
	padding: 5px;
	font-weight: normal;	
}

th.required {
	color: #000000;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

td.fee {
	text-align: right;
}
td.totalfee {
	text-align: right;
	font-weight: bold;
}

table.contact {
	text-align: center;
}

table.contact td {
	text-align: center;
	padding: 0px 15px 0px 15px;
}
table.contact th {
	text-align: center;
	padding: 0px 15px 0px 15px;
}

table.lists th {
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 0px 30px;
}



/* END ALL TABLE STYLING */


/* DIV styling for layout and presentation */

#pageContainer {
	background: #ffffff;
	padding: 0px;
	margin: 10px auto;
	width: 1000px;
	/*border: #000000 2px solid;*/
}

#header {
	background: transparent url(../images/headercurvesummerv2.png) no-repeat;
	width: 1000px;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

	#header h3, #header h3 a, #header h3 a.active {
		background: transparent url(../images/transparentnavy65overlay.png) repeat;
		position: absolute;
		z-index: 1;
		font-weight: bold;
		color: #f5f5f5;
		padding: 0px;
		margin: 150px 0px 0px 0px;
		text-align: center;
		width: 1000px;
		line-height: 50px;
	}
	
#navMenu {
	background: url(../images/menubackground.png) repeat-x;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 30px;
	/*border: #b9b99f 2px solid;*/
}


/* CSS Drop-Down List */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;	
	font-weight: bold;
	line-height: 30px;	
}

#nav a {
	display: block;
	width: 195px;
	padding: 0px 0px 0px 2px;
	color: #ffffff;
}

#nav li { /* all list items */
	float: left;
	font-size: 100%;
	width: 195px; /* width needed or else Opera goes nuts */
}

#nav li.divider { /* all list items */
	background: url(../images/navmenudivider.jpg) left no-repeat;
	border-right: #b9b99f 1px solid;
	float: left;
	width: 195px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1;
	width: 195px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	border-bottom: #b9b99f 1px solid;
}

#nav li a:hover {
	background-color: #568fcb;
	border-right: #b9b99f 1px solid;
	color: #ffffff;
	width: 193px;
	/*background-color: #0071bc;*/
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	background: #194187;
	border: #b9b99f 1px solid;
	left: auto;
}

/* END CSS Drop-Down List */	
	

#mainContent {
	background: #ffffff;
	width: 980px;
	padding: 10px;
	margin: 0px;
	clear: both;
}	

#splash {
	background: url(../images/splashpanel.png) no-repeat;
	width: 980px;
	height: 200px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

	#leftSplash {
		background: none;
		padding: 0px;
		margin: 0px;
		width: 239px;
		height: 200px;
		border-right: #b9b99f 1px solid;
		float: left;
	}
	
		#leftSplash p.splashOverlay {
			background: url(../images/leftpicturesplashoverlay.gif) no-repeat top center;
			position: absolute;
			z-index: 0;
			width: 239px;
			height: 170px;
			padding: 0px;
			margin: 0px;
		}
	
	#centerSplash {
		background: none;
		width: 500px;
		height: 200px;
		padding: 0px;
		margin: 0px;
		border-right: #b9b99f 1px solid;
		float: left;		
	}
	
	
	#rightSplash {
		background: none;
		padding: 0px;
		margin: 0px;
		width: 239px;
		height: 200px;
		float: right;
	}
	
		#rightSplash p.splashOverlay {
			background: url(../images/rightpicturesplashoverlay.gif) no-repeat top center;
			position: absolute;
			z-index: 0;
			width: 239px;
			height: 170px;
			padding: 0px;
			margin: 0px;
		}
	
	#splash p {
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
	}
	
	
#sideNav {
	width: 170px;
	padding: 0px;
	margin: 0px;
	float: right;
	clear: right;
}

	.sideCapsule {
		background: url(../images/sidemenubody.png) bottom center;
		width: 170px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	
	#sideNav h4.sideTitle, #sideNav h5.sideTitle
	{
		background: url(../images/sidemenutab.png);
		line-height: 30px;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	
	#sideNav p {
		padding: 0px 5px;
		margin: 0px;
		font-size: x-small;
	}
	
	#sideNav ul {
		list-style-type: disc;
		margin: 0px 0px 0px 20px;
	}

#content {
	/*
	background: #f5f5f5;
	width: 980px;
	padding: 10px;
	margin: 0px;
	clear: both;
	*/
	background: #ffffff url(../images/contentbg.gif) repeat-y;
	width: 800px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}
	/* Content Styling */
		

		#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
			padding: 8px 13px 6px 13px;
			margin: 0px;
		}
		
		#content p.xsmall {
			font-size: x-small;
		}
		
		#content ul {
			list-style: disc;
			padding: 0px 0px 0px 40px;
			margin: 0px;
		}
		
		#content ul.none {
			list-style: none;
		}
		
		#content li {
			font-style: normal;
			padding: 0px;
			margin: 0px;
		}
		
		#content li.news, #content li.events {
			font-style: normal;
			color: #0071bc;
			padding: 0px;
			margin: 0px;
		}
	
		#content ol {
			padding: 0px 0px 0px 40px;
			margin: 0px;
		}
		
		#content ol li {
			font-style: normal;
			color: #000000;
			font-size: 11px;
		}
		
		#content ol.ualpha {
			list-style: upper-alpha;
		}
		
		#content ol.lalpha {
			list-style: lower-alpha;
		}
		
		#content ol.uroman {
			list-style: upper-roman;
		}
		
		#content ol.lroman {
			list-style: lower-roman;
		}
			
		#content p a:link, #content p a:visited, #content p a:hover, #content p a:active {
			border-bottom: 1px dashed #0071bc;
		}

		#content li a:link, #content li a:visited, #content li a:hover, #content li a:active {
			border-bottom: 1px dashed #0071bc;
		}

		#content p a.image {
			text-decoration: none;
			border-bottom: none;
		}
		
		#content p#listing {
			padding-top: 15px;
			letter-spacing: -1px;
			text-align: center;
		}

		#content p#listing a {
			font-weight: bold;
		}

		#content img {
			padding: 10px;
		}
		
		#content img.thumbs {
			padding: 0px;
			margin: 0px;
			border: 2px #000000 solid;
			float: none;
		}
		
		#content img.left {
			padding: 0px 10px 10px 0px;
			margin: 0px;
			border: 0px;
			float: left;
			clear: none;
		}
		
		#content img.leftmid {
			vertical-align: middle;
			padding: 0px 10px 5px 0px;
			margin: 0px;
			border: 0px;
		}
		
		#content img.right {
			padding: 0px 0px 10px 10px;
			margin: 0px;
			border: 0px;
			float: right;
			clear: none;
		}
		
		#content img.rightmid {
			vertical-align: middle;
			padding: 0px 0px 5px 10px;
			margin: 0px;
			border: 0px;
		}
		
		#content p a.thumbs {
			text-decoration: none;
			border-bottom: 0px;
		}
		
		#content p.center {
			padding: 0px;
			margin: 0px;
			text-align: center;
		}
		
		
	/* END CONTENT STYLING */


#footer {
	background: url(../images/footercurve.png) no-repeat;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 100px;
	clear: both;
}

#footer p {
	color: #ffffff;
	/*
	font-size: x-small;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	*/
}



#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ff4a00;
	text-decoration: none;
}


#footer img {
	padding: 0px;
}

	#footer img.left {
		padding: 0px 0px 0px 20px;
		float: left;
	}
	
	#footer img.right {
		padding: 0px 20px 0px 0px;
		float: right;
	}
