/*
Body tag style
Separated from main.css to enable ability to swap out  
background image
*/
body {
	text-align:center;
	background-image: url(/images/bg_image_logo_squig.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #AECDAF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}


/* CONTENT CONTAINER
 	Holds content information beneath header info of
	one column template
*/
#contentContainer
{
 	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#photoContainer
{
	width: 425px;
 	float: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 5px 90px;
}

/* JUMP NAVIGATION Container
	Holds drop down list navigation at bottom
*/
#jumpNavContainer
{
	clear:both;
	padding-top:25px;
	text-align: center;
	vertical-align: middle;
}

/* main headline */
h1 {
	margin: 5px 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc0033;
}
/* subhead below main headline */
h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 5px 0px;
	padding: 0px;
}
/* line above main headline */
h3 {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/* strip with catchy description */
h4 {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #669966;
	padding: 3px 3px 3px 10px;
	margin: 5px 0px;
}
h5 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px #333333 solid;
}
h6 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
p {
	margin: 10px 0px;
}
img {
	border: 0px;  
}

/* Bordered image class */
img.bordered {
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin: 1px 5px 1px 5px;
}

/* for the new sidebar */

	#sidebarScheduleContainer .schedContent {
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	text-decoration: none;
	}
	
	#sidebarScheduleContainer .schedContent a:link,
	#sidebarScheduleContainer .schedContent a:visited {
	color:#003366;
	text-decoration: none;
	}
	
	#sidebarScheduleContainer .schedContent a:hover,
	#sidebarScheduleContainer .schedContent a:focus {
	color: #cc0033;
	background-color: #ffffff;
	}