/* CSS Document for Print*/

body {
	margin: 0pt; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0pt;
	background-color: #FFFFFF;
	}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	}
body {
	border-width: 0pt;
	}
body {
	background-color: #FFFFFF;
	}
div {
	margin: 0pt;
	padding: 0pt;
	}
div {
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
div {
	border-style: none;
	border-width: 0pt;
	border-color: #FFFFFF;
	}
/*
div {
	background-color: #FFFFFF;
	background-image: inherit;
	}
*/
div {
	background-color: #FFFFFF;
	}
p {
	margin: 0pt;
	padding: 0pt;
	}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #000000;
	}

/* primary font styles */
.Normal {
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	}	
.BoldWeight {
	font-weight: bold;
	}
.MainHeader {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
	}
.SubHeader {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	}
.Highlight {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	}	
.Note {
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	}
.SubNote {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	}
.HalfHeight { /* half font-size of page default font-size */
	font-size: 50%;
	}

/* default list formats */
ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 18px;
	font-weight: bold;
	}
ul li ul {
	margin: 0px;
	padding-left: 25px;
	}
ul li ul li {
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 14px;
	font-weight: normal;
	}
ul li ul li ul {
	margin: 0px;
	padding-left: 15px;
	}
ul li ul li ul li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 14px;
	font-weight: normal;
	}

.MeetMonth {
	padding-left: 0em;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}
.MeetName {
	padding-left: 1em;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
.MeetInfo {
	padding-left: 3em;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
.MeetInfo span {
	white-space: nowrap;
	}

/* default for anchor links */
a:link {
	color:#666666;
	text-decoration: none;
	}
	
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}


/*************************/
/* Main Template Objects */
/*************************/
#Container {
	}

/* Header Area Height and Border Width */
#Header {
	display: none;
	}
#USASwimmingLogo,
#Banner,
#UserMenuBar1,
#UserMenuBar2 {
	display: none;
	}

/* Main Section Areas */
#MainSectionBorder {
	}
#SideMenuBarWrapper {
	display: none;
	}
/* Main Section variable column height padding wrapper */
#SideMenuBarPadding {
	}
#RightSideBarWrapper {
	}
#TabbedMenuBarBorder,
#IslandMenuBarBorder {
	display: none;
	}
#MainContent {
	}
#RssFeed {
	display: none;
	}
.TabbedContent {
	}
.IslandContent {
	}
#ResultsPage,
#ImxPage,
#HrtPage {
	}
#ResultsHeader,
#ImxHeader,
#HrtHeader {
	display: none;
	}
#ContentFooter {
	}

/* Page Footer Offsite Link Area Height and Borders */
#PageFooter {
	display: none;
	}
#CountDowns,
#OtherLogos {
	display: none;
	}

/* Body Footer area */
#BodyFooter {
	clear: both;
	float: left; /* float parent container per CSS rules to expand to child heights */
	}
#Copyright,
#LegalContactUsSiteMap,
#DateUpdated {
	font-size: 11pt; /* slightly smaller than default */
	/* no boarder */
	}
#Copyright {
	}
#LegalContactUsSiteMap {
	display: none;
	}
#DateUpdated {
	display: none;
	}

.MinutesMonth {
	float: left;
	width: 136pt; /* made a little tighter for ie6 */
	}

.TwoColumnTable {
	width: 566px;
	border-collapse: collapse;
	}
.TwoColumnTable tr {
	}
.TwoColumnTable td {
	width: 283px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	}

.MainContentTable {
	width: 566px;
	}
.MainContentTable td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	}
