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

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#stratus_container {
	width: 1200px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#main_image {
	width: 968px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_column {
	width: 306px;
	float: left;
	color: rgb(102,102,102);
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgb(151,197,210);
	border-right-color: rgb(151,197,210);
	border-bottom-color: rgb(151,197,210);
	border-left-color: rgb(151,197,210);
}

#centre_column {
	width: 306px;
	float: left;
	color: rgb(102,102,102);
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgb(151,197,210);
	border-right-color: rgb(151,197,210);
	border-bottom-color: rgb(151,197,210);
	border-left-color: rgb(151,197,210);
}

#right_column {
	width: 306px;
	float: left;
	color: rgb(102,102,102);
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgb(151,197,210);
	border-right-color: rgb(151,197,210);
	border-bottom-color: rgb(151,197,210);
	border-left-color: rgb(151,197,210);
}

#centre_column, #right_column {
	margin-left: 7px;
	color: rgb(102,102,102);
}

#logo, #banner {
	float: left;
}


h1 {
	font-size: 48px;
	text-align: center;
	color: #0088AA;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#main_text {
	background-color: #FFF;
	width: 968px;
	padding-top: 10px;
	color: rgb(102,102,102);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header a {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #97C5D2;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	
}



#header {
	color: rgb(0,136,170);
	position: relative;
	text-align: center;
	vertical-align: middle;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	background-color: #FFF;
	margin: 0px;
}
#header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}
#header a {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #39C;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	font-size: 15px;
	font-variant: normal;
	color: rgb(0,136,170);
	text-align: center;
	display: block;
	width: 968px;
	margin-top: 10px;
	padding-top: 10px;
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	
}
#centre_column a,#right_column a, #left_column a {
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(0,136,170);
	text-decoration: none;
	width: 316px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#navigation {
	background-color: rgb(255,255,255);
	text-align: center;
	display: block;
	width: auto;
	padding-top: 5px;
}
#MenuBar1 {
	font-variant: small-caps;
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(255,255,255);
}
#MenuBar1 li {
	font-variant: small-caps;
	color: rgb(0,136,170);
	background-color: rgb(151,197,210);
}
hr {
	color: rgb(0,136,170);
	font-size: 20px;
}
#logo {
	width: 100px;
	height: 70px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#banner {
	width: 848px;
	height: auto;
	text-align: center;
	display: block;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 20px;
	color: rgb(0,136,170);
}
#navline {
	font-weight: bold;
	color: rgb(0,136,170);
	font-style: italic;
	padding-top: 10px;
}
a:link {
	color: rgb(0,136,170);
	text-decoration: none;
	border: none;
}
#navline a {
	padding-right: 5px;
	color: rgb(151,197,210);
	text-decoration: none;
}
#sub_text {
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left_column_subtitle1{
	font-weight: bold;
	color: rgb(0,136,170);
	padding-right: 5px;
	padding-left: 5px;
	font-size: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204,204,204);
}

.CollapsiblePanelContent a {
	color: rgb(255,0,0);
}
#main_title {
	font-variant: small-caps;
	color: rgb(0,136,170);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	
}
#copyright {
	width: 484px;
	font-size: 12px;
	color: rgb(0,136,170);
	text-align: left;
	float:left;
}
#disclaimer {
	
	font-size: 12px;
	color: rgb(0,136,170);
	text-align: left;
	float:left;
}
#terms {
	width: 484px;
	font-size: 12px;
	color: rgb(0,136,170);
	text-align: right;
	float:right;
}
#sub_title {
	font-variant: small-caps;
	color: rgb(151,197,210);
	font-size: 20px;
	font-weight: bold;
}
#table {
	padding-top: 10px;
	padding-left: 100px;
}
#main_image #table table {
	color: #0088AA;
}
#quote {
	font-style: italic;
	font-weight: bold;
	color: rgb(0,136,170);
	padding-top: 5px;
}
#main_image #table table tr td div {
	font-weight: bold;
}
#column_title {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(0,136,170);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_text #sub_text #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table {
	text-align: center;
}
.tab_title {
	font-weight: bold;
}
#top_left {
	width:630px;
	float: left;
	color: rgb(102,102,102);
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgb(151,197,210);
	border-right-color: rgb(151,197,210);
	border-bottom-color: rgb(151,197,210);
	border-left-color: rgb(151,197,210);
}
#top_right {
	width:306px;
	float: left;
	color: rgb(102,102,102);
	margin-left:7px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgb(151,197,210);
	border-right-color: rgb(151,197,210);
	border-bottom-color: rgb(151,197,210);
	border-left-color: rgb(151,197,210);
}
.highlight {
	font-weight: bold;
	color: rgb(0,136,170);
}
#link {
	color: rgb(255,0,0);
}
#learn a {
	color: rgb(0,136,170);
	font-size: 15px;
	font-variant:normal;
}
