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

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;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/dress_tartan_800px_web.jpg);
}
.oneColFixCtrHdr #container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2D2D7A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #2D2D7A;
	color: #FFFFFF;
	height: 275px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	background-position: left top;
	background-image: url(images/banner_logo_new.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #30C;
	background-color: #99C;
	text-align: center;
	vertical-align: middle;
}
#darklinks a:link {
	color:#2D2D7A
}
#darklinks a:visited {
	color:#2D2D7A
}
#darklinks a:hover {
	color:#609
}
#darklinks a:active {
	color:#2D2D7A
}
.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
.oneColFixCtrHdr #sponsors {
	background-color: #FFFFFF;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2D2D7A;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#bluelinks a:link {color:#0000CC}
#bluelinks a:visited {color:#0000CC}
#bluelinks a:hover {color:#FF0000}
#bluelinks a:active {color:#0000CC}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#goldlinks a:link {
	color:#FFCC00
}
#goldlinks a:visited {
	color:#FFCC00
}
#goldlinks a:hover {color:#FFFFFF}
#goldlinks a:active {
	color:#FFCC00
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {font-size: x-small}

