@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003399;
	background-color: #666666;
	background-image: url(../imagesTemplate/background02.jpg);
	background-repeat: repeat;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* begin jay's add for horizontal nav bar */
#mainNav01 {
	margin: 0;
	width: 800px;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	font-size: small;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 75px;
	font-weight: bold;
}

#mainNav01 ul {
	list-style: none;
	float: left;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: left top;
}
#mainNav01 li {
	float: left;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 90px;
}

#mainNav01 a {
	float: left;
	line-height: 2.1em;
	text-decoration: none;
	color: #006;
	background-repeat: no-repeat;
	text-align: center;
}
#mainNav01 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033FF;
	background-position: left top;
	}

#mainNav02 {
	margin: 0;
	width: 800px;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	font-size: small;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 70px;
	font-weight: bold;
}

#mainNav02 ul {
	list-style: none;
	float: left;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: left top;
}
#mainNav02 li {
	float: left;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#mainNav02 a {
	float: left;
	line-height: 2.1em;
	text-decoration: none;
	color: #006;
	background-repeat: no-repeat;
	text-align: center;
}
#mainNav02 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033FF;
	background-position: left top;
	}


/* end jay's add for nav bar */


.oneColFixCtrHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. PADDING REMOVED!*/
	background-image: url(../imagesTemplate/Banner01.jpg);
	width: 800px;
	height: 150px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.loginButtonTemp {
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	margin-left: 20px;
	padding-left: 10px;
	width: 160px;
	font-weight: bold;
	font-size: small;
	background-position: center;
	text-decoration: none;
	padding-bottom: 10px;
	border: medium double #0033CC;

}
#loginButtonTU {
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 8px;
	padding: 0 0 0 22px;
	width: 92px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../imagesTemplate/btn_signin.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: small;
}

#loginButton {
	width: 800px;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	font-size: small;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#loginButtonTU ul {
	list-style: none;
	float: left;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: left top;
}
#loginButtonTU li {
	float: left;
	text-decoration: none;
	display: inline-block;
	width: 180px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
}

#loginButtonTU a {
	text-decoration: none;
	color: #006;
}
#loginButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033FF;
	background-position: left top;
	}



.oneColFixCtrHdr #indexleft {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 20px;
}
.oneColFixCtrHdr #indexright {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 20px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFCC;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContentIndexPageOnly {
	margin: 0 172px;
	background: #FFFFCC;
}

.pCenter{
	text-align: center;
}

.pSmaller {
	font-size: smaller;
	font-family: "Times New Roman", Times, serif;
}

.pSmallCenter {
	font-size: small;
	font-family: "Comic Sans MS", "Trebuchet MS", Tahoma;
	text-align: center;
}
.pEmphisize {
	font-weight:bold;
}

.pEmphisizeColor {
	font-weight:bold;
	color: #0033CC;
}

.pEmphisizeColorRed {
	font-weight:bold;
	color: #FF0000;
}

.pEmphisizeColorCenter {
	font-weight:bold;
	color: #0033CC;
	text-align: center;
}


.pEmphisizeColorRedCenter {
	font-weight:bold;
	color: #FF0000;
	text-align: center;
}

.pEmphisizeColorUnderlined {
	font-weight:bold;
	color: #0033CC;
	text-decoration: underline;
}

.h2Center {
	text-align: center;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
