@charset "UTF-8";
/* CSS Document */

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;
	text-align: center;
	font-size: 0.95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #BFBBB7;
} 
#header  {
	background: #333333;
	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. */
	margin: 0px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #333333;
	text-align: left;
	margin-top: 20px;
}
#sidebar1  h4  {
	font-size: 1.1em;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
#sidebar1 a:link {
	color: #BFBBB7;
	text-decoration: none;
	font-size: .9em;
}
#sidebar1 a:visited {
	color: #BFBBB7;
	text-decoration: none;
	font-size: .9em;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar_port {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	background: #333333;
	text-align: left;
	margin-top: 5px;
}
#sidebar_port a:link {
	color: #BFBBB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
#sidebar_port a:visited {
	color: #BFBBB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
#sidebar_port a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar_port p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px;
	padding-bottom: 5px;
}
#sidebar_port h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
#sidebar2 {
	width: 425px;
	float: left;
	padding-top: 20px;
}
#mainContent  {
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent2 {
	color: #FFFFFF;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 465px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 315px;
}
#mainContent2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
}
#mainContent table {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent2 a:link {
	text-decoration: none;
	color: #BFBBB7;
}
#mainContent2 a:visited {
	text-decoration: none;
	color: #BFBBB7;
}
#mainContent2 a:hover {
	color: #ffffff;
	text-decoration: none;
}
#mainContent3 {
	color: #BFBBB7;
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 465px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 315px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container #mainContent4 {
}
#footer  {
	background:#333333;
	clear: both;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
img a:link {
	text-decoration: none;
}
img a:visited {
	text-decoration: none;
}
img a:hover {
	text-decoration: none;
}
#nav {
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #BFBBB7;
	text-align: right;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 73706E;
}
#nav a:link {
	text-decoration: none;
	color: #BFBBB7;
}
#nav  a:visited {
	color: #BFBBB7;
	text-decoration: none;
}
#nav  a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a:link {
	text-decoration: none;
	color: #BFBBB7;
}
a:visited {
	text-decoration: none;
	color: #BFBBB7;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
