/* ---------- HTML Element Selectors ---------- */

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background: white url(images/background.gif) repeat-x 0px 0px;
	background-attachment: fixed;
	margin: 0;
	height: 100%;
}

html{
	height: 100%;
}

* html #container{ height: 97%; } /* IE min-height hack */
* html #contentsHome{ height: 150px; }  /* IE min-height hack */
* html #homeRightColumn{ width: 290px; } /* IE width hack */
* html #contentsInterior{ height: 180px; }  /* IE min-height hack */
* html #header{ width: 767px; } /* IE header width 1px hack */

h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #283a96;
}

h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #283a96;
}

h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3399cc;
}

td{ vertical-align:top; }

a{
	text-decoration: underline;
	color: #330099;
}

a:hover{
	text-decoration: none;
	color: #330099;
}

img{ border: none; }

/* ---------- ID Selectors ---------- */

#container{
	position: relative;
	min-height: 97%;
	margin: 0 auto;
	width: 828px;
	background: url(images/containerBG.gif) repeat-y;
	padding-bottom: 30px;
	margin-bottom: 5px;
}
	
	#navigation{
		position: relative;
		margin: 0 auto;
		height: 28px;
		width: 828px;
		text-align: center;
		padding-top: 13px;
		background: url(images/topBG.gif) no-repeat top center;
	}

	#headerHome{
		position: relative;
		margin: 0 auto;
		height: 198px;
		width: 828px;
		text-align: center;
		background: url(images/topBG.gif) no-repeat 50% -41px;
	}
	
	#headerInterior{
		position: relative;
		margin: 0 auto;
		height: 139px;
		width: 828px;
		text-align: center;
		background: url(images/topBG.gif) no-repeat 50% -41px;
	}
	
	#contentsHome{
		position: relative;
		margin: 0 auto;
		padding: 14px;
		min-height: 150px;
		width: 800px;
		background: url(images/topBG.gif) no-repeat 50% -239px;
	}
	
		#homeRightColumn{
			position: relative;
			display: block;
			float: right;
			width: 288px;
			margin: 10px 0 10px 10px;
			background: #283a96;
		}
		
			#homeRightColumnCopy{
				margin: 4px auto;
				width: 268px;
				border: 1px solid white;
				padding: 5px;
				color: #dddddd;
				font-size: 11px;
				line-height: 14px;
			}
	
	#contentsInterior{
		position: relative;
		margin: 0 auto;
		padding: 14px;
		min-height: 180px;
		width: 800px;
		background: url(images/topBG.gif) no-repeat 50% -180px;
	}
	
		#leftColumn{
			display: block;
			float: left;
			left: 0px;
			top: 0px;
			padding: 10px;
			width: 220px;
		}
		
		#centerColumn{
			display: block;
			left: 260px;
			top: 0px;
			padding: 10px;
			width: 220px;
		}
		
		#rightColumn{
			display: block;
			float: right;
			right: 0px;
			top: 0px;
			padding: 10px;
			width: 220px;
		}

#footer{
	position: relative;
	margin: -4em auto;
	width: 800px;
	height: 30px;
	padding: 10px 14px 0 14px;
	font-size: 11px;	
	background: url(images/footer.gif) no-repeat 50% center;
}

	#footer a{
		text-decoration: none;
		color: #330099;
	}

	#footer a:hover{
		text-decoration: underline;
		color: #330099;
	}

/* ---------- Class Selectors ---------- */

.clear{
	clear: both;
}

.leftImage{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
	clear: both;
}

.centerImage{
	display: block;
	margin: auto;
	clear: both;
}

.rightImage{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
	clear: both;
}

.row { /* contact form row */
	margin: 8px 0;
	font-size: 11px;
	clear: both;
}

.row label {  /* contact form row label */
	display: block;
	margin-right: 10px;
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 2px;
}