@charset "utf-8";
/* CSS Document for TAG*/

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

p {
		font-size: 12px;
		line-height: 16px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #006699;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	color: #FF9900;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #006699;
}
.emphasis {
	font-weight: bold;
	color: #333333;
}

a {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

/* Container CSS */
#headerContainer {
	width: 755px;
	height: 184px;
	position: relative;
	z-index: 100;
	background-image: url(../images/headerSample.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#topNavContainer {
	width: 475px;
	height: 12px;
	float: right;
	top: 5px;
	right: 5px;
	position: absolute;
	text-align: right;
	z-index: 1000;
}

#loginContainer {
	width: 242px;
	height: 250px;
	position: relative;
	z-index: 2500;
	padding: 40px 0px 0px 10px;
	left: 30px;
	top: -20px;
	float: left;
	background-image: url(../images/logonContainerTop.gif);
	background-color: #E5EEF6;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #006699;
}

#pageContainer {
	width: 755px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
/*	z-index: 0;*/
	background-color: #9933FF;
	border-top: 3px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	background-color: #FFFFFF;
}

#leftContainer {
	width: 242px;
	height: 250px;
	position: relative;
	z-index: 2500;
	padding: 35px 0px 0px 10px;
	left: 30px;
	top: -20px;
	float: left;
/*	background-image: url(../images/logonContainerTop.gif);
	background-color: #E5EEF6;
	background-repeat: no-repeat;
	background-position: top;*/
}

#rightContainer {
	width: 400px;
	float: right;
	margin: 10px 20px 0px 0px;
	padding: 5px 5px 5px 10px;
	position: relative;
	z-index: 2000;
}
	#rightContainer ul li {
		margin-bottom: 3px;
		list-style: square;
		font-size: 12px;
		line-height: 15px;
	}

#footerContainer {
	width: 755px;
	height: 67px;
	background-image: url(../images/footerImage.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
 	position: relative;
	padding: 0;
}

/* Top Navigation Bar CSS */
	.MinorNav {
		margin: 3px 10px 3px 25px; padding: 0;
		font-size: 12px;
		color: #FFFFFF;
		text-align: right;
	}
	
	.MinorNav ul {
		margin: 0; padding: 0;
		list-style-type: none;
		list-style-image: none;
	}
	.MinorNav li {
		margin: 0; padding: 0;
		display: inline;
	}
	.MinorNav a:link, .MinorNav a:visited {
		color: #FFFFFF; /* White */
		text-decoration: none;
		font-weight: bold;
	}
	.MinorNav a:active, .MinorNav a:hover {
	/* color: #D1E3EC;  Light Blue */
		color: #FFBB56; /*Light Yellow */
		text-decoration: none;
		font-weight: bold;
	}

/* Footer CSS */	
	.footerNavBar {
	width: 755px;
	text-align: center;
	padding: 45px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 10px;
}
	.footerNav ul {
		margin: 0; padding: 0;
		list-style-type: none;
		list-style-image: none;
	}
	.footerNav li {
		margin: 0; padding: 0;
		display: inline;
	}
	.footerNav a:link, .footerNav a:visited {
		color: #FFFFFF; /* White */
		text-decoration: none;
		font-weight: bold;
	}
	.footerNav a:active, .footerNav a:hover {
	/*	color: #D1E3EC;  Light Blue */
		color: #FFBB56; /*Light Yellow */
		text-decoration: none;
		font-weight: bold;
	}
	
#slideShow {
	width: 133px;
	height: 89px;
	float: left;
	padding: 0 0 0 16px;
}
.indent {
	padding: 0px 0px 0px 5px;
}