.printlink {
margin: .125em 0;
color: #AAA;
display: block;
background-color: transparent;
text-decoration: underline;
border: none;
cursor: pointer;
cursor: hand;
}

/*--------------------- Horizontal Navigation ------------------------*/

.tabsbox {
width: 662px;
}

#tabs {
display: none;
}

#tabs li {
display: none;
}

#tabs li a:link, #tabs li a:visited {
display: none;
}

#tabs li a:hover, #tabs #on a {
display: none;
}


@charset "UTF-8";

/* base sheet */

* {
padding:0;
margin:0;
}

body {
background: #FFF;
color: #000;
font-family: georgia, serif;
font-size:100%;
line-height:1.125em; /* 16x1.125=18px */
margin:0;

}

#container {
width: 480pt;
margin-left: auto;
margin-right: auto;
text-align: center;
clear: both;
}

#header {
display: none;
}

#leftcol {
display: none;
}

#wrapper {
width: 100%;
margin: 0;
float: none;
}

#subheader {
width: 100%;
margin: 0;
float: none;
background: #fff;
}

#movie {
display: none;
}

#content {
width: 100%;
margin: 0;
float: none;
background: #fff;
}

#content h1 {
margin: .125em 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
text-align: left;
}

#content h2 {
margin: .125em 1.5625em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .875em;
text-align: left;
}

#content a:link {
text-decoration: none;
color: #000;
}

#content a:visited {
text-decoration: none;
color: #000;
}

#content ul.list {
margin: .125em 1em;
padding-left: .875em;
font-size: 10pt;
list-style-image: none;
list-style-type: none;
text-align: left;
line-height: 1.6em;
}

#newscontent {
width: 662px;
float: right;
background: #fff;
}

#newscontent h1 {
margin: .875em 1.5625em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
text-align: center;
line-height: 1.5em;
}

#newscontent h2 {
margin: 1em 1.5625em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .875em;
text-align: left;
}

#newscontent p {
margin: .875em 1.5em; /* 14x1.286=18px */
}

#newscontent a:link {
color: #000;
}

#newscontent a:visited {
color:#000;
}

#newscontent a:hover {
color: #000;
}

#newscontent img {
display: block;
margin-top: .3125em;
margin-right: auto;
margin-bottom: .625em;
margin-left: auto;
padding: 2px;
border: 1px solid #C79F18;
background-color: #fff;
}

#newscontent .leftimg {
float: left;
margin-top: .3125em;
margin-right: .9375em;
margin-bottom: .625em;
padding: 2px;
border: 1px solid #C79F18;
background-color: #fff;
}

.newsleft {
width: 402px;
float: left;
}

.newsright {
width: 260px;
float: right;
}

#footer {
display: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
color: #000;
}

h1 {
font-size: 2.125em;
line-height: 2.5em;
margin: 0;
}

h2 {
font-size: 1.25em;
margin:1em 0;
}

h4 {
margin:.5em 0;
}

p {
font-size: 0.875em;
margin: .125em 0;
text-align: justify;
}

hr {
margin: 10px 0;
}
table {
margin: 0;
padding: 0;
border-collapse: collapse;
border: none;
}

th, td {
text-align: left;
vertical-align: top;
margin: 0;
padding: 0;
border: none;
}

th {
font-weight: normal;
font-size: 0.875em; 
margin: 0;
}

td {
font-size: 0.75em; 
margin: 0;
}

/*--------------------- printtable ----------------*/

.printtable th, td {
text-align: left;
vertical-align: top;
border: 1px solid #BBB;
}

.printtable th {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt; 
padding: 0.125em 0.0625em 0.125em .5em; 
background: none;
}

.printtable td {
color: #000;
font-size: 9pt; 
padding: .25em .5em;
line-height: 1.2em;  
}

/*--------------------- tablestyle ----------------*/

table.tablestyle {
width: 480pt;
}

.tablestyle th, td {
text-align: left;
vertical-align: top;
border: 1px solid #BBB;
}

.tablestyle th {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt; 
padding: 0.125em 0.0625em 0.125em .5em; 
background: none;
}

.tablestyle td {
color: #000;
font-size: 9pt; 
padding: .125em .5em;
line-height: 1.2em;  
}


/*--------------------------- Schedule Tables ----------------------*/

table.schedule {
border-collapse: collapse;

}

.schedule caption {
margin: 0;
padding: 0 .625em;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: #000;
text-align: center;
}

.schedule td {
margin: 0;
padding: 0 .125em;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
border: 1px solid #999;
text-align: left;
line-height: 1.1;
}

.schedule th {
margin: 0;
padding: 0 .125em;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #444;
background: #fff;
text-align: left;
border: 1px solid #444;
line-height: 1.1;
}

.schedule td.coursegroup {
margin: 0;
padding: 0 .25em;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
background-color: #fff;
text-align: left;
border-bottom: 1px solid #000;
line-height: 1.1;
}

/*--------------------------- Misc Classes ---------------------------*/

.border {
padding-top: 10px;
height: 442px;
background: #fff;
}		

.date {
font-size: .875em;
font-weight: bold;
color: #000;
}

.fine {
font-size: .75em;
}

.highlight {
color: #000;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.leftimg {
float: left;
margin-top: .3125em;
margin-right: .9375em;
margin-bottom: .625em;
padding: 2px;
border: 1px solid #C79F18;
background-color: #fff;
}

/* --- For search form ---- */
.hiddenFields {
display: inline;
margin: 0;
padding: 0;
}

/* ---- center search image button ---- */
.search {
margin-top: 6px;
margin-bottom: -6px;
}

/*--------------------- Search results ---------------------------------*/

.search li {
font-size: 0.875em;
margin: 1.286em 1.875em 1.286em 3.75em;
text-align: justify;
}

/*************************** Gallery pages **********************************/

.paginate {
width: 98%;
margin-left: auto;
margin-right: auto;
padding: 1px 0;
font-family: Arial, Helvetica, sans-serif;
font-size: .6875em;
font-weight: bold;
color: #000;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
letter-spacing: .1em;
}

.breadcrumb {
margin: 0;
padding: 0;
font-size: .8em;
text-align: left;
}

.thumbs img {
padding: 2px;
border: 1px solid #C79F18;
}

.tablegallery {
width: 98%;
border 1px solid #999;
background: transparent;
margin-left: auto;
margin-right: auto;
}

.tablegallery caption {
padding: 1em 1.5em .1875em 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1em;
color: #000;
}

.tablegallery th, .tablegallery td {
margin: 0;
padding: 10px 5px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.tablegallery td.name, .tablegallery th.name {
text-align: center;
}

.tablegallery th {
padding: 1px 10px;
font-size: .75em;
color: #000;
font-weight: bold;
border-top: 1px solid #555;
border-bottom: 1px solid #555;
}

.tablegallery img.fullimg {
border: 1px solid #474747;
padding: 2px 0;
}

#gallery .gallerycomments {
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #000;
background: #fff;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

#gallery .gallerycommentsalt {
width:80%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 5px;
color: #000;
background: #fff;
border-top: 1px solid #666;
border-bottom: 1px solid #666;

}

#gallery .gallerycomments p {
margin: 0 0 0 20px;
padding: 5px 0;
}

#gallery .gallerycommentsalt p {
margin: 0 0 0 20px;
padding: 5px 0;
}

.postcomment {
color: #888;
font-size: .7em;
}
.competition-print p {
p {
font-size: 0.875em;
margin: 1em 0;
text-align: justify;
}
}

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.0625em;
	font-weight: bold;
	font-family: "Bradley Hand ITC", Georgia, "Times New Roman", Times, serif;
	cursor: default;
	width: 10em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 10em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 10em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	/* border: 1px solid #CCC; */
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #333;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: .125em 0.25em;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #222;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #fff;
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFF;
	color: #000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(images/site/millers/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(images/site/millers/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* Seperator for menu grouping */
.MenuHeading {
margin: 0;
padding: .0625em 0.25em;
font-size: .8125em;
color: #000;
background-color: #fff;
}

.MenuSeparator {
border-bottom: 4px solid #000;
}