* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
	background: #e7e7e8;
	line-height: 1.5em;
	text-align: center;
}

#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e7e7e8 url(../images/home/bg_page.gif) top center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	position: relative;
	background: url(../images/kennedy_header.jpg) top center no-repeat;
	height: 256px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header img { 
	border: 0;
} 
#header a, #header a:hover { 
	display: block;
	background-color: transparent;
	border-top: none;
	border-bottom: none;
	height: 133px;
} 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px;
	margin-top: 16px;
}
#mainContent { 
	background-color: #FFFFFF;
	margin: 40px 36px 0 245px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 12px 15px;
} 
#mainContent h1 {
	font: bold 2em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4f1619;
}
#mainContent h2 {
	margin-bottom: 8px;
	padding: 0 10px 0 0;
	font: bold 17px Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4f1619;
}
#mainContent h3 {
	margin: 0;
	padding: 10px 0;
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4f1619;
}
#footer { 
	padding-bottom: 5px;
	color: #FFFFFF;
	background: #618470;
} 

div#mainContent img {
	border: 1px solid #ccc;
    margin: 10px auto;
	display: block;
}
div#mainContent a {
	color: #333399;
}
div#mainContent p {
	line-height: 21px;
	padding: 8px 0px;
}


#menu {
	width: 163px;
	margin-left: 51px;
	font-family: Verdana,'Trebuchet MS', 'Lucida Grande', Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
#menu h3{
	display: block;
	font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px;
	text-transform: uppercase;
	color: #434343;
	padding: 5px 5px 5px 5px;
}
#menu ul {
	list-style: none;
}
#menu li {
	border-bottom: 1px dashed #e7e7e8;
}
#menu li a {
	display: block;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	color: #434343;
	text-decoration: none;
	font-weight: normal;
}
#menu li#select a {
	background:#fff url(../images/home/bg_button.gif) repeat-x right bottom;
	color: #434343;
	font-weight: bold;
}
#menu li#selected a {
	border-left: 5px solid #de0024;
}
html>body #menu li a {
	width: auto;
}
#menu li a:hover {
	background-color: #f3f3f4;
	color: #4f1619;
}


.kennedy {
	color: #4f1619;
	font-weight: bold;
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


a[href^="http:"] {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="mailto:"] {
	background: url(../images/email.png) no-repeat right top;
	padding-right: 13px;
}


#footer {
	margin: 0;
	padding: 0;
	background: transparent url(../images/home/footer.gif) top no-repeat;
	color: #fff;
	text-align: left;
	height: 150px;
	font: 0.8125em Verdana, sans-serif;
}

#footer a {
	color: #fff;
	background: transparent;
}

#footer a:hover {
	color: #bebaba;
}

#footer p {
	position: relative;
	/*bottom: 5px;*/
	top: 40px;
	text-align: center;
	margin: 0 auto;
}
