body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#333333;
	background-color:#fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat:repeat-y;
	background-position:right;
	/*background-image:url(../template_images/right_background_decor.jpg);*/
}

#logo {
  	position: absolute;
	top:0px;
}

#arc_logo {
  	position: absolute;
	top:30px;
	left:500px;
}

#top {
	margin-right: 0px;
	margin-left:100px;
	padding:0px;
	background-color: #fff;
	height: 90px;
	background-image: url(../template_images/roof.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

#topBorder {
	height: 4px;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
	background-color: #8CC6FF;
	background-repeat:repeat-x;
	background-image:url(../template_images/top_border_background.png);
}

#left {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding:10px;
}

#leftBorder {
	position: absolute;
	top: 96px;
	left: 250px;
	margin: 0px;
	width: 0px;
	height: 600px;
	border-left:2px dotted;
	color: #CCCCCC;
}

#right {
	position: absolute;
	bottom:0px;
	top: 96px;
	right: 0px;
	margin: 0px;
	padding:10px;
	/*border: 1px solid #000;*/
	width: 175px;
	/*border-left: 1px #DDDDDD solid;*/
}

#middle{
	position: absolute;
	top: 96px;
	left: 254px;
	right: 200px;
	/*margin: 0px 254px 5px 200px;*/
	padding:10px;
	background-color: #fff;
	background-image: url(../template_images/logo_large.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 600px;	
}

.programHead {
	font-size: 14px;
}

hr {
	border-style:solid;
	border-color: #A6D2FF;
	border-width: 1px;
}

h1, h2, h3{ 
	text-transform: uppercase;
}

#navlist-horiz li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}