body{
	font: 80%  Arial, Helvetica, sans-serif;
	background: #294a6d;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #036;
}

#container{
	width: 660px;
	margin: 0 auto;
	text-align: left;
	background-color:#6cf;
}

a:link, a:visited{
    color:#c03;
	text-decoration:underline;
}

a:hover, a:active{
    color:#036;
	text-decoration:none;
}
/*==============================header=============================*/
#header{
    background:url(../images/macheader.jpg) left no-repeat;
	height:164px;
	border-bottom:4px solid #036;
}

.hidden{position:absolute;left:-9999px;}

#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: 20px 0 0px 170px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*==============================sidebar=============================*/
#sidebar{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
              /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
}

ul.menubarvertical{
    font-size:105%;
	padding-bottom:5px;
	padding-top:5px;
    list-style:none;
}

ul.menubarvertical li{
    font-weight:bold;
	text-transform:uppercase;
	background-color:#036;
	margin-bottom:5px;
	padding:5px;
} 

#sidebar a:link, #sidebar a:visited{
    color:#6cf;
    text-decoration:none;
}

#sidebar a:hover, #sidebar a:active{
    color:#f00;
    text-decoration:none;
}
/*==============================main=============================*/
#maincontent{ 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 40px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h2, h3, h4, #maincontent h1{margin:0;padding:0;} 

h2{
    font-size:170%;
}

h3{
    padding-top:5px;
    font-size:120%;
    text-transform:uppercase;
}

h4{
    font-size:110%;
}

#maincontent h1{font-size:150%;}


.fltrt{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.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;
}

.textrt{
    width:240px;
    float:right;}

.center{text-align:center;}

ol li ol{list-style-type:lower-alpha;}
ul li ol li ul li{list-style-type:disc;}
#maincontent ul{
	list-style-type:none;
	margin:0;
    font-weight:normal;
}

#maincontent ul li{font-weight:normal;}

#maincontent p{margin-top:0;}


table{
	border:thin solid black;
	border-collapse:collapse;
	font-size:95%;
	margin-top:10px;
}

caption{margin-top:20px;}

td{
	width:14%;
	height:20px;
	vertical-align:top;
	border:solid 1px black;
}

th{
	border:solid 1px black;
	text-align:center;
}

#footer{
	padding: 0;
	font-size:70%; 
}
 
#footer p{
	border-top: 4px solid #c03;
	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 */
	text-align:center;
}

address{margin-top:-10px;}
.pdfnote{font-size:75%;padding-top:15px;}
/*================================home=================================*/
#home h3{margin-top:30px;}
#home p{margin-top:10px;margin-bottom:0px;}
#home p img{margin-top:30px;}
.announcement{margin-top: 55px;}
.announcement h1{color:red;text-transform:uppercase;}
.announcement span{text-transform:none;font-size:80%;font-weight:normal;}
#home #container #maincontent div.announcement p{margin-top:0;padding-top:0;}
#home #container #maincontent div.announcement h4{margin-top:10px;margin-bottom:0;padding-bottom:0;font-weight:bold;font-size:95%;}
.announcement .special{font-style:italic;font-size:inherit;}
/*================================meets================================*/
#meets p.footnote{font-size:85%;}
#meets p#footnotebottom{padding-bottom:15px;}
/*=============================handbook================================*/
#maincontent ul#fees{margin-bottom:15px;}
#maincontent ul#fees li ul li{margin-left:15px;}
#maincontent ul#registrationtotals{margin-bottom:15px;font-weight:bold;}
#maincontent ul#registrationtotals li{font-weight:bold;}
#maincontent ul#registrationtotals li ul li{margin-left:15px;font-weight:bold;}
table#fall td, table#fall th{width:33%;}
#maincontent ul.registration{font-weight:bold;margin-bottom:10px;}
#maincontent ul.registration li{list-style-type:disc;}
#maincontent ul.registration p{margin-top:7px;font-weight:normal;}
span.specialnote{font-weight:bold;}
/*==========================meets===================================*/
/*ul.cocoa li{list-style-type:none;}*/
p.footnote{margin:0;}
/*=============================forms================================*/
#forms #maincontent ul{margin:0;padding:0 0 20px 0;list-style-type:none;}
#forms .address{margin:0;padding:0 0 15px 0;}
#forms #maincontent p{margin:0;padding:0;}
#forms #maincontent p.pdfnote{padding-top:15px;}
/*======================practice groups================================*/
#group p img{margin-top:5px;}
/*======================conditional comments===========================*/
/*these fixes are not as specific as the ones in the style sheet above--origanally has a body class of .twocolumnfix on them, too, so must make them more specific before they'll work*/


</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar { padding-top: 30px; }
#maincontent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--></head>
