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

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000090;
	/**background:#AA9F00; /* In case image not found **/
	background-image:"images/cork.jpg";
	background-repeat:repeat;
	
}

.default { /** for formatting text, generally, in forms and other places
		where they may be without a tag. Bad form, but it happens...this 
		is meant to be a catch-all style **/
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

H1 {
	font-family:"Times New Roman", Times, serif;
	font-size:28pt;
	color: #333399;
	margin-top:0px;
}

H2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24pt;
	color: #333399;
}

p {
	/** when changing, be sure to update class .default...meant to style form text
	and other text not enclosed in usual tags **/
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
}

img {	
	display:block; /* to remove extra space below images in IE7 */
}

td {

	border:none;
}

a, a:visited {
	color: #248D3C;	
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	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. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
	border: 1px;
	border-color:#000000;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #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 */
}
/*
.header { 
	background-image:"/images/bk-yellow.jpg";
	background-repeat:repeat;
	width:750px;
	height: 150px;
	border: 0px solid #000000;
}
*/

td.bodyContent {
	width: 720px;
	padding: 0px 15px 4px 10px;
	background-image: url(/images/paper-background.gif);
	background-color: #FFFEE1;
}

div.bodyContent {
	padding-left: 15px;
	padding-right: 15px;
	}
	
td.bodyContentRight {
	width: 480px;
	padding: 0px 20px 4px 0px;
	background-image: url(/images/paper-background.gif);
	background-color: #FFFEE1;
}

div.bodyContentRight {
	padding-left: 5px;
	padding-right: 10px;
	}

td.sidePanel {
	background-image: url(/images/paper-background.gif);
	background-color: #FFFEE1;
	padding-left: 10px;
	padding-right: 0px;
}

.trimImage {
	border:none;
	padding:none;
	margin:none;
}

.classTitle {
	align="center";
}

.classTitle a, .classTitle a:hover, classTitle a:visited {
	text-decoration: none;
}

.footer {
	font-family:Verdayna, Helvetica, Arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#444444;
	vertical-align:top;
	padding:25px 15px 0px 15px;
}

.footer a {
	color:#444444;
	text-decoration:none;
}
	
.classList {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}

.classList a, .classList a:hover, .classList a:visited {
	text-decoration:none;
	color:#000000;
}

.classInfo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}

.classInfo td {
	padding-top: 3px;
	padding-bottom: 3px;
}


img.right {
	float:right;
	margin: 6px 0px 8px 12px;
	/* border: 2px solid #D40000; */
}

img.left {
	float:left;
	margin: 6px 12px 8px 0px;
	/* border: 2px solid #D40000; */
}

img.frame {
	border: 2px solid #DD1F00;
}

table.classInfo {
	/* margin-left: 50px; */
	vertical-align:top;
	border:#444444 1px solid;
	margin-bottom: 10px;
	width: 90%; /* keeps box pretty */
}

table.signUp {
	border: none;
	padding:4px;
}

.padBottom {
	padding-bottom: 10px;	
}

.orange, .orange:link, .orange:visited {
	color:#f7941d;
}

img.orangeFrame {
	border: 2px solid #f7941d;
}

.red, .red:link, .red:visited {
	color:#ed1d24;
}

img.redFrame {
	border: 2px solid #D40000;
}

.purple, .purple:link, .purple:visited {
	color:#90268e;	
}

img.purpleFrame {
	border: 2px solid #90268e;
}

.blue, .blue:link, .blue:visited {
	color:#2d3191;
}

img.blueFrame {
	border: 2px solid #2d3191;
}

.ltBlue, .ltBlue:link, .ltBlue:visited {
	color:#559FDD;
}

img.ltblueFrame {
	border: 2px solid #559FDD;
}

.green, .green:link, .green:visited {
	color:#1a7025;
}

img.greenGreen {
	border: 2px solid #1a7025;
}

.black,  .black:link, .black:visited {
	color:#000000;	
}

img.blackFrame {
	border: 2px solid #000000;
}

.inactive {
	/* "grey out" something that will be later activated.
	Currently used on Register page to inform visitors
	that a class schedule will be available shortly, */
	color:#777777;
}

table.centerAdjust {
	/* used to 'center' main content tables below the banner. 
	The problem seems to be that the banner is a little wider, 
	and the wrapper tables lower in the page 'center' to the right by about 3 pixels */
	margin:0px 6px 0px 0px;
}

.indent {
	margin-left: 10px;	
}

</style>
