@charset "utf-8";
/* CSS Document */

/* Basic Setup */
	html,body {
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		text-align: center;
	}
		a {
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			text-decoration: none;
			color: #000;
		}
			a:visited {
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				text-decoration: none;
				color: #000;
			}
			a:hover {
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				text-decoration: none;
				color #000;
			}
			a img {
				color: transparent;
			}
/* End Basic Setup */

/* Setup Columns and Page Layout */
	.col_left {
		background-image: url(images/gradient_lr.jpg);
		background-repeat: repeat-y;
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		left: 0px;
		position: absolute;
		top: 115px;
		bottom: 40px;
	}
	.col_right {
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		right: 0px;
		position: absolute;
		top: 115px;
		bottom: 40px;
		background-image: url(images/gradient_rl.jpg);
		background-repeat: repeat-y;
	}
	.col_center {
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 150px;
	bottom: 40px;
	top: 140px;
	right: 150px;
	text-align: center;
	overflow: auto;
	}
	.col_leftHead {
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		left: 0px;
		top: 0px;
		position: absolute;
		height: 115px;
		background-image: url(images/gradient_lr.jpg);
		background-repeat: repeat-y;
	}
	.col_rightHead {
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		top: 0px;
		right: 0px;
		position: absolute;
		height: 115px;
		background-image: url(images/gradient_rl.jpg);
		background-repeat: repeat-y;
	}
	.col_centerHead {
		background-color: #FFF;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		margin: 0px;
		padding: 0px;
		top: 0px;
		position: absolute;
		left: 0px;
		right: 0px;
		height: 115px;
		text-align: center;
		z-index: -1;
	}
	.col_leftFoot {
		background-image: url(images/gradient_lr.jpg);
		background-repeat: repeat-y;
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		left: 0px;
		position: absolute;
		bottom: 0px;
		height: 40px;
	}
	.col_rightFoot {
		width: 150px;
		margin: 0px;
		padding: 0px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		right: 0px;
		position: absolute;
		height: 40px;
		bottom: 0px;
		background-image: url(images/gradient_rl.jpg);
		background-repeat: repeat-y;
	}
	.col_centerFoot {
		background-color: #FFF;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		height: 40px;
		left: 150px;
		right: 150px;
		bottom: 0px;
		text-align: center;
	}
/* Eng Columns & Layout */

/* Navigation */
	div.navBar {
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 120px;
		right: 0;
		text-align: left;
	}
		div.navWrapper{
			position:relative;
			left: 50%;
			text-align:left;
			float: left;
		}
			div.navWrapper ul {
				list-style: none;
				position: relative;
				left: -50%;
				margin: 0;
				padding: 0;
				float: left;
			}
				div.navWrapper ul li {
					list-style: none;
					font-family: Verdana, Geneva, sans-serif;
					font-size: 13px;
					font-weight: bold;
					color: #000;
					text-align: center;
					height: 17px;
					width: 80px;
					background-color: #738BCB;
					float: left;
				}
				div.navWrapper ul li.leftCap {
					background-image: url(images/navBar_leftCap.jpg);
					background-position: left top;
					background-repeat: no-repeat;
					width: 100px;
				}
				div.navWrapper ul li.rightCap {
					background-image: url(images/navBar_rightCap.jpg);
					background-repeat: no-repeat;
					background-position: right top;
					width: 100px;
				}
					div.navWrapper ul li a {
						color: #CCC;
					}
					div.navWrapper ul li a:hover {
						background-color: #FFF;
						color: #000;
					}
	div.clearer{
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
/* End Navigation */

/* Content */
.content {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content a {
	color: blue;
}
.content_heading {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003;
}

