@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 30px;
	padding-left: 30px; 
}

a img { 
	border: none;
	margin-right: 10px;
}

/* ~~ AGENDA ~~ */

table { 
	border-collapse:collapse;
}

td {
	padding: 20px 5px;
	vertical-align:top;
	}
	
.location {
	font-size: 12px;
}

.time {
	font-size: 12px;
}

/* ~~ Styling links ~~ */

a:link {
	color:#6e408d;
	text-decoration: underline;
}

a:visited {
	color: #6e408d;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #f36f21;
	text-decoration: none;
}


.container {
	display: table;
	width: 80%;
	max-width: 1260px;
	min-width: 780px;
	background-color: #ffffff;
	margin: 0 auto; 
	overflow: hidden;
	padding: 0; 
}

.sidebar1 {
	display: table-cell;
	width: 15%;
	min-width: 120px;
	font-size: 87%;
	background-color: #6e408d;
	padding-top: 30px;
	vertical-align:top;	
}

.content {
	display: table-cell;
	padding: 30px 0;
	width: 85%;
	min-width: 450px;
	background-color: #ffffff;

}

.content ul, .content ol { 
	padding: 0 30px 15px 50px; 
}

/* ~~  navigation  ~~ */
ul.nav {
	list-style: none; 
	border-top: 1px solid #8f6fa7; 
	margin-bottom: 0px; 
}
ul.nav li {
	border-bottom: 1px solid #8f6fa7; 
}

ul.nav a, ul.nav a:visited { 
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	background-color: #6e408d;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #f36f21;
	color: #FFF;
}

/* ~~  summit navigation  ~~ */
ul.summit {
	list-style: none; 
	border-top: 1px solid #8f6fa7; 
	margin: 0px; 
}
ul.summit li {
	background-color: #421c5b;
	border-bottom: 1px solid #8f6fa7; 
	padding: 15px 10px;
	color: #FFF;
}
ul.summit a, ul.summit a:visited { 
	display: block;
	text-decoration: none;
	background-color: #421c5b;
	color: #FFF;
}
ul.summit a:hover, ul.summit a:active, ul.summit a:focus { 
	background-color: #f36f21;
	color: #FFF;
}


ul.currentpage li {
	background-color: #f36f21;
	color: #FFF;
}
.nav li.currentpage a {
	background-color: #f36f21;
	color: #FFF;
}

/* ~~ float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	padding: 10px;
	border-top: 3px solid #f36f21;
	width: 80%;
	clear: both;
	margin: 0 auto;
}

#footerleft {
	float: left;
	width: 40%;
	line-height: 130%;
}
#footerright {
	float: left;
	width: 60%;
	display: block;
}

#footerright img {
	margin-left: 10px;
}

.footertext {
	font-size: 12px;
	color: #6E408D;
}
#homecontent {
	display: table-cell;
	padding: 30px 0;
	width: 55%;
	min-width: 430px;
	background-color: #ffffff;
	vertical-align: top;
}

#rightcolumn { 
	display: table-cell;
	width: 35%;	
	background-color: #f36f21;

}

.rightcolumntext {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	background-color: #f36f21;
	text-align: center;
	padding: 15px 15px;
}
.button {
	width: 200px;
	background-color: #f36f21;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
.button a {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

.pagetitle {
	color: #f36f21;
	font-size: 30px;
	font-style: normal;
}


.agenda {
	padding-left: 30px;
	font-size: 14px;
}

.agenda p {
	margin: 5px;
}


.agenda tr {
	border-bottom: 1px solid #8f6fa7;
}


.caption {
	font-size: 12px;
}

.indent {
	padding: 0px 30px 0px 60px;
}

.subhead {
	color: #f36f21;
}
.indent { margin-right: 30px; }

.policyplanks { 
	margin: 0px 0px 20px 30px;
}
