@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	color: #006;
}
a:link {
	color: #CC3300;
	font-weight: normal;
}
a:hover {
	color: #FF9900;
}
.blackHeader {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}
.imagepadd {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #333;
	line-height: 1.6em;
}
.twoCol #container {
	width: 960px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
} 
.twoCol #header {
	height: 105px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/09-as_logo_phx_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
} 
.twoCol #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	top: 0px;
	color: #000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 690px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;
	font-size: 12px;
	line-height: 1.6em;
}
.twoCol #mainContent {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 1.6em;
	float: none;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003;
	width: 670px;
} 
.twoCol #footer {
	font-size: 12px;
	clear: both;
	background-color: #5E83D7;
} 
.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;
	display: inline;
}
.fltlftClear {
	clear: both;
	float: left;
}
.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;
}
.movieHeader {
	font-family: "Rockwell Extra Bold";
	font-size: 18px;
	font-weight: lighter;
	color: #000099;
	line-height: 22px;
}
.blueTitle {
	font-size: 18px;
	font-weight: bold;
	color: #333399;
	line-height: 20px;
}
.redHeader {
	color: #C00;
}
