@charset "utf-8";
/* CSS Document */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #CCC;
}
#container {
	width: 902px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	
}
#page {
	border: 1px solid #236ea6;
	background-color: #FFF;
	
}
#header-logo {
	height: 105px;
	width: 900px;
	text-align: center;
	padding-top:15px;
}
#header-blue-top {
	height: 28px;
	width: 900px;
}
#slideshow1 {
	width:900px;
	height:307px;
}
#header-blue-bottom {
	height: 28px;
	width: 900px;
}
#content {
	background-color: #FFF;
	width:900px;
}
#right-column {
	width: 615px;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
padding-left:15px;
padding-right:10px;
border-right: 0px solid #236ea6;
}
#right-column .imageRight {
	float:right;
	padding:5px;
	border: 1px solid #236ea6;
	margin:0px 0px 15px 15px;
}
#right-column .imageLeft {
	float:left;
	padding:5px;
	border: 1px solid #236ea6;
	margin:0px 15px 15px 0px;
}
#right-column .columnRight{
	float:right;
	padding:5px;
	border: 1px solid #236ea6;
	margin:15px 0px 0px 0px;
	font-style: italic;
	width:290px;
}
#right-column .columnLeft{
	float:left;
	padding:5px;
	border: 1px solid #236ea6;
	margin:15px 0px 0px 0px;
	width:290px;
	font-style: italic;
}
#right-column .columnLeft img {
	margin-top: 5px;
}
#right-column .columnRight img {
	margin-top: 5px;
}

#left-column {
	width: 225px;
	float:right;
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
border-left: 1px solid #236ea6;
padding-left:15px;
padding-right:15px;
}
#left-column img {
	padding:2px;
	border: 1px solid #236ea6;
	/*margin:0px 15px 15px 0px;*/
}
#footer {
	font-size: 9px;
	padding:5px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #236ea6;
	display: inline;
}
h1 a:link, h1 a:visited, h1 a{
	color: #236ea6;
	text-decoration:underline;
}
h1 a:hover{
	color:#00F;
	text-decoration:underline;
}
.ideas {
	margin-bottom: 10px;
}
hr {
	color: #236ae6;
	background-color: #236ae6;
	height: 1px;
	margin-top:15px;
	border:none;
}
a, a:link, a:visited{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
