@charset "UTF-8";
/* CSS Document */
body  {
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #036;
	background-color: #FFF;
	background-image: url(/images/body/bg.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
}
.fragileocean #container {
	width: 964px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fragileocean #header {
	width: 920px;
	padding: 18px 22px 4px;
	z-index: 1;
} 
.fragileocean #logos {
	z-index: 1000;
	position: absolute;
	width: 964px;
	height: 110px;
	margin-left: -22px;
	margin-top: 196px;
}
.fragileocean #topMenu {
	height: 24px;
	padding-top: 10px;
}
.fragileocean #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 10px;
	background-color: #FFF;
	zoom: 1;
}
.sidebar1title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	background-attachment: scroll;
	background-image: url(/images/body/top_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 208px;
	height: 23px;
	padding: 12px 0px 0px;
}
.sidebar1back {
	background-attachment: scroll;
	background-image: url(/images/body/mid_sidebar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 208px;
}
.sidebar1content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 188px;
	padding: 0px 10px;
}
.sidebar1bottom {
	background-attachment: scroll;
	background-image: url(/images/body/bottom_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 208px;
}
.fragileocean #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 730px;
	background-attachment: scroll;
	background-image: url(/images/body/mid_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 
.fragileocean #title {
	background-attachment: scroll;
	background-image: url(/images/body/top_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 710px;
	padding: 10px 0px 0px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
}
.fragileocean #mainText {
	padding: 0px 10px 0px 15px;
}
.fragileocean #mainbottom {
	background-attachment: scroll;
	background-image: url(/images/body/bottom_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
.fragileocean #footer {
	padding: 14px 0px 0px;
	background-attachment: scroll;
	background-image: url(/images/body/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 964px;
	text-align: center;
	letter-spacing: 2px;
	color: #666;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #036;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #036;
	font-variant: small-caps;
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.fragileocean #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	letter-spacing: 2px;
	text-align: right;
	width: 934px;
	text-decoration: none;
	top:0;
	clear: both;
	margin: 0px auto;
	height: 60px;
	padding: 20px;
}
.fragileocean #studio11 a:link {
	color:#333;
	text-decoration: none;
}
.fragileocean #studio11 a:visited {
	color:#333;
	text-decoration: none;
}
.fragileocean #studio11 a:active {
	color:#333;
	text-decoration: none;
}
.fragileocean #studio11 a:hover {
	color:#F00;
	text-decoration: none;
}
.imageShadow {
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}

