@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	height:100%;
	border:none
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
#header {
	background-image: url(../images/images_new/header_bk.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff141a;
}
#sidenav {
	background-image: url(../images/images_new/sidenav_bg.jpg);
	background-repeat: no-repeat;
	height: 230px;
}
#sidenav_links {
	padding-left: 15px;
	padding-top: 13px;
}
#content_new {
	padding-left: 55px;
	padding-top: 44px;
	width: 495px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	text-align: left;
}
#content_container {
	height:100%;
}

ul.index_page {
	color: #000000;
	list-style-image:url(../images/images_new/bullet.jpg);
	margin-left:20px;
	padding:0px;
}

h1, h2, h3, h4 {
	color:#ee252a;
}

hr{
	border-top: 2px dotted #c4c4c4;
	color:#ffffff;
}

.meetstaff{
	float:left; 
	width:237px;
	padding-right: 10px;
}