/* Global Whitespace Reset: this style helps maintain consistency of margins and padding between IE and Mozilla-based browsers */
* {
	padding:0;
	margin:0;
 }

/* General Tag Styling */
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

@media print{
	body{background-color:#FFFFFF; color:#000000 }
	#sidebar{display:none;}
	#header{display:none;}
	#hnav{display:none;}
	#biobar{display:none;}
}
	#content h1{display:none;}
	pre{background-color: white;}
}

em {
	font-style: oblique;
	color: #010444;
}

/*** messes up the calendar image! ***
img {
	border: none;
	padding: 10px;
}
*********************************/

strong {
	font-weight: bold;
	color: #010444;
}

@media screen {
	/* This is needed so that "@media print" will not contain a huge left margin, or padding.*/
	#content {
		background: #FFFFFF;
		padding-left: 19px;
		padding-right: 10px;
		padding-top: 10px;
	}
}

a:link 		{text-decoration: underline; color: #003980;}
a:visited 	{text-decoration: underline; color: #003980;}
a:active 	{text-decoration: underline; color: #003980;}
a:hover 	{text-decoration: none; color: #004CA7;}

acronym { /* this style is not strictly necessary, but forces IE6 to visually differentiate an acronym as more standards-compliant browsers do */
	text-decoration: none;
	border-bottom: 1px dotted #d16c00;
}

/* Styling the layout DIVs */
#container {
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: #55698e;
	height: 82px  !important;
	height /**/: 82px; /* for IE5/Win */
}

/* Styles that maintain the appearance of the layout DIVs */

/* Header DIV styles */
#header a img {
border: 0;
padding: 0;
}

/* Horizontal Navigation within the header  */
#hnav{
	background: #A0ABC0;
	color: #FFFFFF;
	clear:both;
	font-weight: bold;
}

#hnav ul {
	margin-left: 214px;
	border-left: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: bold;
}

#hnav ul li{
	display: inline;
}

#hnav ul li a{
	color: #003980;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 2px;
}

#hnav ul li a:hover, #hnav ul li a:focus{
	color: #FFFFFF;
	text-decoration: none;
}

/* the LTD bar within the header */
#biobar{
	background-color: #B8B8B8;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

/* the LTD bar within the header */
#biobar ul{
	margin-left: 214px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: bold;
	background: #FEC947;
	border: 1px solid #FEC947;
}

#bar{
	background-color: #002B5E;
	clear: both;
	margin-top: 1px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	background-position: center;
}

#biobar p {
	margin-left: 214px;
	padding: 8px;
	padding-left: 5px;
	border-left: 1px solid #FFFFFF;
	display: block;
	color: #002b5f;
	background: #FEC947;
}

/* Styles for the#footer DIV */

#footer {
	clear: both;
	background: #fff;
	border-top: 1px solid #7f7f7f;
	color: #333333;
	padding-top: 5px;
	font: normal 10px Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	padding-bottom: 15px;
}

/* hyperlinks within the footer */
#footer a:link, #footer a:visited
{
color: #003980;
text-decoration: none;
}

#footer a:hover
{
color: #002b5f;
text-decoration: none;
}

/* this styles the area of the footer with page maintenance info */
.pageinfo {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}


/* Content DIV styles */

#content p {
	font-size: 1em;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 10px;
}

#content ul {
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 30px;
}

#content ul li {
	list-style: disc;
}

#content ol {
	font-size: 1em;
	line-height: 1.3em;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 30px;
}

#content blockquote {
	background: #EFF0F8;
	border: 1px solid #beccdb;
	padding: 15px 35px;
	margin: 10px 30px;
}

#content blockquote cite {
	font: italic 0.9em "Trebuchet MS", Verdana, Arial, sans-serif;
	background: url(http://www.pc.maricopa.edu/departments/ltd/images/rquo.gif) no-repeat right bottom;
	text-align: right;
	padding-right: 32px;
	color: #666;
	padding-top: 32px;
}


#content h1 {
	font-size: 2em;
	font-weight: bold;
	color: #55698e;
}
#content h2 {
	padding-left: 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #55698e;
}
#content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #55698e;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #55698e;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h5 {
	font-size: 1.3em;
	font-weight: bold;
	color: #55698e;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #55698e;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentfull h1 {
	font-size: 2em;
	font-weight: bold;
	color: #55698e;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262666;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* .left & .right can be applied to sequential items to create a two-column section within a conatining layout DIV */
.left {float: left; text-align: left; font-size: .9em; width: 49%; }
.right {float: right; text-align: right; width: 49%;}
