@charset "utf-8";
/* CSS Document */

#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 980px;
	background-color: #009966;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	width: 980px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
	margin-bottom: 12px;
	padding-bottom: 5px;
	background-color: #020266;
}
#logo h1 {
	text-align:right;
	font-size: 18px;
	display: inline;
	background-color: #020266;
}
body {
	background-color: #020266;
	background-attachment: fixed;
	background-image: url(../Images/bg2.gif);
	background-repeat: repeat;
}
#intro {
	background-color:#FFFFCC;
	float: right;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: 750px;
}	
#homeintro {
	background-color:#FFFFCC;
	float: right;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	width: 650px;
}
#content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	width: 650px;
	margin-top: 5px;
	padding-left: 22px;
	margin-left: 15px;
}
#idealinks {
	width: 250px;
	float: left;
	text-align: left;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	border: thin outset #000066;
	margin-top: 10px;
	padding-bottom: 12px;
}
#pictures {
	width: 112px;
	background-color: #FFFFCC;
	float: left;
	margin-right: 32px;
	margin-left: 20px;
	padding-top: 9px;
}
.nextback {
	text-align: center;
}
#center {
	background-color: #FFFFCC;
	float: left;
	width: 974px;
	text-align: left;
	padding-left: 6px;
	margin-bottom: 30px;
}
#center a {
	color: #0000FF;
	text-decoration: underline;
}
#center a:hover {
	color:#020266
}
#center h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#center h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
td {
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #FFFFCC;
	left: 20px;
	margin-right: auto;
	margin-left: auto;
}
ol {
	text-align: justify;
	list-style-position: inside;
	text-indent: 17px;
	line-height: 24px;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
}
#frame {
	width: 980px;
	background-color: #020266;
	margin-right: auto;
	margin-left: auto;
}
.oppnav{
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: center;
	background-color: #020266;
}
.oppnav li{
	display: inline;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-bottom: 5px;
}
.oppnav li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #010066;
	color: #FFFFFF;
}
.oppnav li a:hover{
	background-color: #0000FF;
	color: #FFFFFF;
}
.oppnav li a:active {
	text-decoration:none;
}
.oppnav li.selected a{ /*selected tab effect*/
	top: 1px;
	padding-top: 6px;
	background-color: #0000FF;
	color: #FFFFFF;
	padding-right: 9px;
	padding-left: 9px;
	border-bottom-color: #020266;
}
#networkpics {
	width: 700px;
	text-align: center;
	margin-left: 150px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#footer {
	width: 980px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

