/* Styles for body */
body {
	background-color: #f6f6f6;
	margin: 0;
	font: .9em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#page-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

/* Styles for header */

#header-container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-top: 2em solid #C0C0C0;
	background-color: #005DAA;
}

#header {
	height: 10em;
	margin-right: auto;
	margin-left: auto;
	background-color: #005DAA;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header h1 {
	color: #F0F0F0;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	font: bold 2.6em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

#header p {
	color: #F0F0F0;
	text-align: left;
}
#logo{
	float: right;
	width: 106px;
	height: 104px;
	margin-right: 45px;
}
#slogan {
	float: right;
}
#jump-menu-container {
	position:absolute;
	margin-top: 80px;
	margin-left:550px;
}

#main-menu-container {
	background-color: #FA3F3E;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	height:2em;
	position: relative;
	margin: 0;
}

/* Styles for RSS News Feed */

#feed {
}

#top-content {
	height: 250px;
}

/* Styles for Slideshow */
#main { text-align: center;
	float: right;
	width: 560px;
	margin-bottom: 20px;
	
}

#sldeshow {
  height: 225px;
	float: right;
	width: 560px;
	margin-bottom: 20px;
	
}

/* Styles for main article */

#article-container {
	background-color: #F6F6F6;
	width:960px;
	color: #130DA3;
}

#left-column {
	width:360px;
	float:left;
}

#left-column p {
text-align: center;
font-size: 1.3em;
padding-bottom: 6px;
padding-top: 6px;

}

a.left:link, a.left:visited {
	text-align: center;
	font-size: 1.3em;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: thin solid #C0C0C0;
	padding-left:15px;
	padding-right:15px;
	display: block;
	color: #FA3F3E;
}

a.left:hover {
	color: #F0F0F0; 
	font-size: 1.3em;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: bold;
	background-color: #005DAA;
	text-decoration: none;
	border-bottom: thin solid #C0C0C0;
	padding-left:15px;
	padding-right:15px;
	display: block;
	
}

#right-column {
	width:560px;
	float:right;
}

#right-column h1 {
	color: #130DA3;
	font: 1.6em/1.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#right-column h5 {
	font: bold .9em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

#right-column p {
	font: .9em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.right:link, a.right:visited  { 
	color: #FA3F3E; 
	font-weight: bold; 
	text-decoration: none; 
}

a.right:hover  {
	color: #130DA3; 
	font-weight: bold; 
	text-decoration: underline;
}

#footer-container {
	position: relative;
    bottom: auto;
    float: left;
	clear:both;
    width: 100%;
    height: 6em;
    border-top: 2em solid #FA3F3E;
	border-bottom: 2em solid #C0C0C0;
	background-color: #005DAA;
}

#footer {
	height: 5em;
	margin-right: auto;
	margin-left: auto;
	background-color: #005DAA;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 960px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#F0F0F0;
}

#footer p {
	text-align: center;
	color: #F0F0F0;
}

a.footer:link, a.footer:visited { 
	text-align: center;
	color: #F0F0F0; 
	font-weight: normal; 
	text-decoration: none; 
}

a.footer:hover  {
	text-align: center;
	color: #C0C0C0; 
	font-weight:normal; 
	text-decoration: underline;
}
