body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 26px 0 0 0;
	text-align: center;
	background: url(../images_template/bodyback.gif) repeat-x;
}

body, p, li {
	font: 85%  Verdana, Arial, Helvetica, sans-serif;
}
	
h1 {
	color: #990000;
	font-size: 100%;
	border-bottom: 2px solid #996633;
	padding-bottom: 10px;
}

h1 a {
	text-decoration: none;
	/*This style applies automatically to heading 1 lines that include links*/
}

h2 {
	font-size: 95%;
	color: #990000;
}

h3 {
	font-size: 90%;
	color: #990000;
}

h4 {
	font-size: 85%;
	color: #990000;
}

a {
	color: #990000;
}

p a:visited {
	color: #666666;
}

ul {
	list-style: square url(../images_template/bullet.gif);
}

li {
	padding: 4px 0 4px 0;
}

p img {
	margin: 3px;
}

/*Class styles*/

.boxtext {
	color: black;
}	

.boxtext h1 {
	font-size: 105%;
}

.quote {
	font-style:italic;
}

.smalltext {
	font-size: 80%;
}

.hangindent { 
	text-indent: -2em; 
	margin: 2em;
}

.hidefromprint {
	display: block;
}

.hidefromscreen {
	display: none;
}


/*ID styles*/
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border-left: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*Existing AWC styles, converted to percents from pixels*/

#header { 
	background: white; 
	padding: 3px 0 0 0px;  
} 
.eventbox {
	border: 1px double #000000;
}

.eventbox p, .eventbox h1 {
	padding: 0 10px 0 10px;
}


#column1, #column2 {
	float: left;
	width: 212px;

	padding: 3px 3px 0 3px;
	margin: 0;
}



#header h1 { /*This style is used for the images in the header*/
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-bottom:3px solid #996633;
}


#allContent {
	margin: 0;
	padding:0;
	clear: both;
	}

#sidebar1 {
	float: right;
	width: 444px; /* since this element is floated, a width must be given */
	margin: 1px 0 0 0px;
	padding: 0px 0 0 22px;
	background: url(../images_template/sidebar_back.gif) repeat-y;
}


#sidebar1 h3, #sidebar1 h4, #sidebar1 p {
	padding: 0 14px 0 14px;
}

#sidebar1 p.heading {
	padding: 0 14px 0 0px;
}

#sidebar1 h1 {
	background: url(../images_template/sidebar_h1.gif) no-repeat;
	padding: 0 0 0 22px;
	border-bottom: none;
}

#sidebar1 ul {
	margin-left: 30px;
	padding-left: 6px;
}

#sidebar1 li {
	margin-left: -6px;
	padding-left: 6px;
	}
	
#sidebar1 img.tiptop {
	background: #cccc99;
	padding: 2px 270px 2px 0;
	border-bottom: 1px solid #996633;
	margin: 0;
	display: block;
}

#mainContent {
  	margin: 0;
	width: 310px;
	float: left;
	padding: 14px 0 14px 0; 
} 

#mainContent h1, h2, h3, p, li {
	padding-left: 14px; 
	padding-right: 14px;
	margin-right: 6px;
}
	
#footer {
	background: url(../images_template/footer_back.gif) repeat-x;
	clear: both;
	text-align: center;
	padding: 40px 0 0 0;
} 

#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.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;
	 border-top: 1px solid black;
}

/*The following two declarations are used instead of adding additional HTML to clear floats*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.quote {
	font-style: italic;
}

.emphasis {
	font-weight: bold;
}

.pagetype {
	font-size: 80%;
	color: #990000;
	text-transform: uppercase;
}

.lastupdate {
	font-style: italic;
	font-size: 70%;
}

table.calTableHead {
	color: #990000;
	text-align: right;
	font-size: 85%;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 0;
}

table.calTableHead tr {
/*	border: 1px solid white;	*/
/*	padding: 4px;*/
	border: 1px solid white;
	background: #CCCCCC;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

table.calTableHead td {
	padding: 4px;
	margin: 0;
}

table.calTableHead p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

td.calEventDetail {
	background: #E0E0E0;
	text-align: left;
	color: black;
	width: 76%;
}
