 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 *img, div { behavior: url(/_script/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */


body {
	background:url(/_images/general/bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-color:#25669d;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	margin:2px;
	text-decoration:none;
	font-size:120%;
	color:#C04127;
}

h2 {
	margin:2px;
	text-decoration:none;
	font-size:110%;
	color:#FF9200;
}

h3 {
	margin:2px;
	text-decoration:none;
	font-size:100%;
	color:#A36411;
}
h4 {
	margin:2px;
	text-decoration:none;
	font-size:110%;
	color:#C04127;
	padding-bottom: 0px;
}
h5 {
	margin:0px;
	text-decoration:none;
	font-size:95%;
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}



/* -- Container Set Up -- */

#headerContainer {
	width:800px;
	text-align:left;
	padding:50px;
	overflow:hidden;
}

#navContainer {
	float:left;
	width:150px;
	height:auto;
	margin-left:15px;
	overflow:hidden;
}

#contentContainer {
	float:right;
	margin-right:15px;
	overflow:hidden;
	width:600px;
	text-align:right;
}

#subHeader {
	float:right;
	margin-right:0px;
	margin-top:15px;
	overflow:hidden;
	width:633px;
}

#contentContainer .dialog-r .bd-r .c-r #boxLarge #boxLarge_color_contact #boxLarge-copy_events a {
	color: #A36411;
}
