html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: transparent url('../images/BG.png');
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
p{
	color: #2f2f2f;
	font-size: 14px;
}
h1 {
	color: #2f2f2f;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #2f2f2f;
}
h5 {
	font-size: 20px;
	line-height: 220%;
	color: #ababab;
}
h6 {
	font-size: 20px;
	line-height: 220%;
}
a:link {
	text-decoration: none;
	color: #ababab;
}
a:visited {
	color: #ababab;
	text-decoration: none;
}
a:hover {
	color: #cfcfcf;
	text-decoration: none;
}
.headertext {
	padding-top: 36px;
	padding-left: 277px;
	text-transform: uppercase;
	color: #ececec;
	font-size: 42px;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.thumb {
	width: 160px;
	height: 120px;
}
#pictures {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#pictures img {
	margin: 10px;
	float: left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
.container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#header {
	background-image: url('../images/design.png');
	background-position: 0px 0px;
	height: 185px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#contentheader {
	background-image: url('../images/design.png');
	background-position: 0px -185px;
	height: 80px;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}
#columns {
	background: url('../images/body_expandable.png');
	background-repeat: repeat-y;
}
#sidebar {
	width: 245px;
	float:  left;
}
#menu {
	width: 235px;
	margin-left: 10px;
}
#body {
	width: 675px;
	float: right;
}
#bodycontainer {
	margin: 25px 25px 25px 50px;
	line-height: 125%;
}
#newscontainer {
	margin: 25px 35px 25px 0px;
}
#footer {
	background-image: url('../images/design.png');
	background-position: 0px -265px;
	height: 75px;
	width: 920px;
	margin: auto auto 10px auto;
	float: right;
}
.datefield {
	color: #c9c9c9;
	float: right;
}
.titlefield {
	font-size: 20px;
}
#news img {
	margin-left: -9999px;
}
.newsclass div {
	margin-left: 30px;
}
.newsclass p {
	line-height: 130%;
	margin-top: 20px;
	margin-left: 10px;
}
#programdiv {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 25px;
	line-height: 150%;
}
.programtable {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.program {
	width: 33%;
	text-align: center;
}
.leadertable {
	text-align: center;
	color: #2f2f2f;
}
.leaderpicture img{
	width: 125px;
	height: 125px;
}
/*menu*/
.arrowlistmenu {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.arrowlistmenu .menuheader {
	padding: 11px 0px 11px 10px;
	background: transparent url('../images/inactive.png') no-repeat scroll left center;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: gray;
	margin-bottom: 10px;
	text-transform: uppercase;
	cursor: auto;
}
.arrowlistmenu .openheader {
	background: transparent url('../images/active.png') no-repeat;
	color: white;
}
.arrowlistmenu ul {
	margin: 0 0 8px;
	padding: 0;
	list-style-type: none;
	color: #404040;
	line-height: 150%;
}
.arrowlistmenu ul li {
	padding-bottom: 2px;
	color: #404040;
}
.arrowlistmenu ul li a {
	/*border-bottom: 1px solid #dadada;*/
	padding: 0px 0 0px 18px;
	background: transparent url('../images/bullet.png') no-repeat scroll left center;
	display: block;
	font-size: 14px;
	color: #404040;
	margin-left: 20px;
	text-decoration:none;
}
.arrowlistmenu ul li a:visited {
	color: #404040;
}
.arrowlistmenu ul li a:hover {
	color: #707070;
	background-color: #E0E0E0;
}
