* {
	margin:0;
	padding:0;
}

p {
	margin-bottom: 10px;	
}

hr {
border: none 0;
border-top: 2px solid #447aba;
height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
margin-bottom: 4px;
}

body {
	background: #d1d2d4 url('images/body_bg_top.jpg') top repeat-x;
	color: #091016;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#banner {
	margin: 0px 15px 0px 15px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	width: 800px;
	height: 231px;
}

#page_frame {
	background: #fff url('images/page_bg.jpg') repeat-y;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

#page_header {
	background: #fff url('images/header_bg.jpg') no-repeat;
	height: 100px;	
}

#page_footer {
	background: url('images/footer_bg.jpg') bottom no-repeat;
	height: 65px; 
}

#menu_frame {
	margin: 0px 15px 0px 15px;
	background: #000 url('images/menu_bg.jpg') repeat-x;
	color: #fff;
	height: 21px;
	padding-top:4px;
}

#menu_frame li {
	display: inline;
}

#menu_frame li a, #menuframe li a:visited {
	color:#d1d2d4;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;	
}

#menu_frame li a:hover {
	color: #fff;
}

#content_frame {
	margin: 0px 15px 0px 15px;
	background: #fff url('images/page_content_bg.jpg') top repeat-x;
	color: #000;
	padding: 25px 25px 15px 25px;
}


.header1 {
	font-size: 28px;
	padding-bottom: 15px;
}

.sidebar_frame {
	width: 208px;
	background: #fff url('images/sidebar_bg.jpg') repeat-y;
	margin-bottom: 15px;
}

.sidebar_content {
	min-height: 35px;
	background: url('images/sidebar_top.jpg') top no-repeat;
	padding: 13px;
}

.sidebar_bottom {
	height: 10px;
	background: url('images/sidebar_bottom.jpg') bottom no-repeat;
}

.sidebar_header {
	color: #4471c2;
	font-style: italic;
}

#contactForm {
	width: 525px;
}

INPUT {
	border: 1px solid #447aba;
}

TEXTAREA {
	border: 1px solid #447aba;
}

.person_info {
	/*width: 525px;*/
	border-bottom: 2px solid #447aba;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.person_title {
	font-size: 1.25em;
	font-weight: bold;
}

h5 {
	/*color: #4471c2;*/
	font-size: 1.25em;
}