﻿@import url('screen_appearance.css');
/* CSS layout */
body {
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000;
}
a:link {
    color: blue;
}

/* visited link */
a:visited {
    color: blue;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: blue;
}
#container  {
	margin: 5px auto 5px auto;
	border: 5px outset #003399;
	width: 955px;
}
#header {
	border-style: none;
	padding: 0px;
	width: 955px;
	height: 180px;
	margin: 0px;
	background-image: url('../images/header_bgnd.jpg');
	background-repeat: no-repeat;
	background-color: #1e1eb9;
}
#share_media_table {
	float: right;
	width: 250px;
}
#share_media_table td {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

#share_media_table h5 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#top_menu {
	height: 10px;
	background-color: #1e1eb9;
}
#page_content {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
#footer {
	margin-top: 0px;
	width: 955px;
	clear: both;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}
#social_media_links {
	margin-right: auto;
	margin-left: auto;
	width: 30%;
	text-align: center;
}
#bottom_menu {
	height: 65px;
	width: 955px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
