#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 20px 20px 20px;
	background-image:  url("../images/design/asc_mid.jpg");
	background-repeat: repeat-y;
	background-position: right top;
	font-size: small;
	line-height: 1.3em;
}

#menubar {margin: 0 1px; font-size: .9em;}

#sidecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 8px 8px 8px;
	font-size: .7em;
	margin-right: 8px;
}

#sidecontent p {margin: 6px 0 8px 0;}

#sidebarfooter, #copyrightnotice {font-size: 1%;}

/*Footer styles*/
#footer {
	clear: both;
	margin: 0 0 0 260px;
	padding: 16px 0 0 0;
	font-size: .75em;
	color:#333333;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0 50px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	}
h1 {font-size: 140%;
	
	background-image:  url("../images/design/asc_title.jpg");
	background-repeat: repeat-y;
	padding-left: 2px;
	}
	
h2, h3 {margin: 24px 0 0 0;	font-weight: bold;}

h2 {font-size: 120%;
	color:#000000;}

h3 {font-size: 115%;
	color: #333333;}

h4 {font-size: 105%;}

#sidebar h4 {color: #333333;}

/*Link Styles. Applies to links except those that are in the main menubar.*/
a:link 		{color: #890003}
a:visited 	{color: #890003}
a:hover, a:active, a:focus {color: #000000;
background-color: #E7C9CA;}

#sidecontent a:link {color: #890003;}
#sidecontent a:visited {color: #890003;}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {color: #333333;}

#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #EEEEEE;}
#footer a:hover, #footer a:active, #footer a:focus {color: #000000;}

/* Font Decoration */

.smalltext {
	font-size: x-small; 
	margin-left: 0px
}

.importantNote {
		background-color: #E7C9CA; 
		border-color: #890003; 
		border-width: 1px; 
		border-style: solid;
		padding: 5px;
		margin-right: 10px;
		FONT-WEIGHT: bold;
		}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

hr {
	width: 90%;
	color: #890003; 
	height: 1px;
	padding: 0 0 0 0;
}
.redrow {background-color: #E7C9CA;}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align: center;
	font-weight: normal;
}

