body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 8px;
	background-color: #D6D6D6;
	margin-bottom: 8px;
	padding-top: 12px;
	padding-bottom: 17px;
}
#shell {
	width: 760px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 140px;
	width: 760px;
	background-image: url(/images/new_header.png);
}
#top_nav {
	position: absolute;
	font-size: 8px;
	width: 625px;
	text-align: right;
	height: 12px;
	top: 15px;
	left: 120px;
	text-transform: uppercase;
}
#top_nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#search {
	position: relative;
	height: 45px;
	width: 188px;
	left: 0px;
	top:-9px;
}
#search_button {
	position: absolute;
	height: 33px;
	width: 44px;
	z-index: 5;
	top: 45px;
	left: 120px;
}
#search_field {
	position: absolute;
	height: 33px;
	width: 100px;
	z-index: 0;
	left: 20px;
	top: 45px;
	background-image: url(/images/search_field.png);
	background-repeat: no-repeat;
}
#search_box {
	position: absolute;
	height: 32px;
	width: 100px;
	z-index: 0;
	left: 8px;
	top: 6px;
	border:none;
}
.search {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	height: 19px;
}
#main {
	position: relative;
	height: auto;
	width: 760px;
	background-image: url(/images/main_bg.png);
	background-repeat: repeat-y;
}
#nav {
	position:absolute;
	width: 195px;
	z-index: 2;
}
#social_media {
	position: relative;
	height: auto;
	font-size: 14px;
	top: -10px;
}
#social_media table {
	margin-left: 10px;
}
#social_media td p {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#social_media a {
	color:#FFFFFF;
	text-decoration:none;
}
#social_media a:hover {
	text-decoration:underline;
}
#latest_updates {
	position:relative;
	top: 42px;
	width: 175px;
}
#latest_updates p {
	background-image: url(../images/entry_page/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 13px;
	top: 5px;
	position: relative;
	padding-left: 21px;
	left: 9px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#latest_updates a {
	color: #FFFFFF;
	text-decoration: none;
}
#latest_updates a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	color: #000000;
	padding-left: 17px;
	padding-right: 22px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	position: relative;
	height: 227px;
	width: 760px;
	background-image: url(/images/new_footer.png);
	background-repeat: no-repeat;
}
#copyright {
	width: 750px;
	font-size: 9px;
	text-align: center;
	padding-top: 75px;
}
#copyright p {
	padding-left: 13px;
	padding-right: 10px;
}
#copyright a {
	color: #DF1A3D;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	color: #0C266D;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #0C266D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
