/* ----------------------------------------------------------- */
/* Copyright 2008 Philadelphia College of Osteopathic Medicine */
/* ----------------------------------------------------------- */

/* --------------------------------------- */
/* Common								   */
/* --------------------------------------- */

body { 
	background: #00356f; 
	font-family: 'georgia', 'times new roman', serif;
	font-size: 13px;
	color: #000;
}

p { 
	font-size: 13px;
	line-height: 20px; 
	color: #000; 
	padding-bottom: 25px;
}

ul li {
	margin-left: 50px;
	padding-left: 20px;
	list-style-type: disc;
}

ol li {
	margin-left: 55px;
	padding-left: 15px;
	list-style-type: decimal;
}

ul li, ol li {
	padding-bottom: 25px;
	font-size: 13px;
	line-height: 20px;
}

/* ----- standard links ----- */

a:link,
a:visited {
	color: #5180bd;
	text-decoration: none;
}

a:hover,
a:active,
a:focus { 
	color: #1b2d3b;
	text-decoration: none;
}

/* --------------------------------------- */
/* Containers                              */
/* --------------------------------------- */

#container {
	width: 935px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(../images/presidentsmsg_shadow_left.gif) left repeat-y;
}

#container-right {
	width: 935px;
	background:  url(../images/presidentsmsg_shadow_right.gif) right repeat-y;
}

#masthead {
	padding: 45px 35px 0 35px;
	width: 865px;
	overflow: hidden;
	background: url(../images/presidentsmsg_header.gif) top no-repeat;
}

/* --------- #content ---------- */

#content {
	margin-left: 200px;
	margin-bottom: 75px;
	width: 620px;
	overflow: hidden;
}

#content img#chart {
	display: block;
	margin-left: 30px;
}

#content a#btn_donate {
	margin: 8px auto 20px auto;
	display: block;
	width: 161px;
	height: 59px;
	text-indent: -999em;
	overflow: hidden;
}

#content a#btn_donate:link,
#content a#btn_donate:visited { background: url(../images/presidentsmsg_btn_donate.gif) 0px 0px no-repeat; }

#content a#btn_donate:hover,
#content a#btn_donate:active, 
#content a#btn_donate:focus { background: url(../images/presidentsmsg_btn_donate.gif) 0px -59px no-repeat; }

/* ---------- #footer ---------- */

#footer {
	clear: both;
	width: 935px;
	height: 130px;
	background: url(../images/presidentsmsg_footer.gif) no-repeat;
}

#footer a#footer-link {
	display: block;
	width: 620;
	height: 15px;
}


